397 Commits (83d19056cd6b8d2e4719811c2d97f4b69f2d4e7e)

Author SHA1 Message Date
Steven Kirk 902703fbed Allow nested styles inline in parent style XAML. 4 years ago
Max Katz bc2179b337 Add XDataType_Should_Be_Ignored_If_DataType_Has_Non_Standard_Name test 4 years ago
Max Katz 1d9645f01f Validate DataTemplates 4 years ago
Max Katz d2af5dbcac Implicitly map x:DataType to a DataType on a DataTemplate. 4 years ago
Max Katz b567fcebf5 Rename TemplateDataTypeAttribute to DataTypeAttribute 4 years ago
Max Katz f1a2716858 Inherit DataType from template without hardcoding on specific DataTemplate implementation 4 years ago
Steven Kirk 556adb4bc7 Use ^ as nesting selector. 4 years ago
Steven Kirk 646ce23bb4 Initial XAML implementation of nested styles. 4 years ago
Steven Kirk fb0da85ad3
Merge core libraries. (#5831) 4 years ago
Steven Kirk f8706278a8 Make OnPropertyChanged non-generic. 4 years ago
Benedikt Stebner 9250d93407 Implement embedded runs 4 years ago
Dariusz Komosinski d9909ab527 Cleanup test. 4 years ago
Dariusz Komosinski 0d32823c59 Fixed compiled self binding not working from setters. Add extra tests for both reflection and compiled bindings. 4 years ago
Benedikt Stebner 95769ff007 Add TextBlock inlines support 4 years ago
Steven Kirk ddb8f9c7de Update unit tests to use new default theme URLs. 4 years ago
Jeremy Koritzinsky 1d5e262487
Use a dynamically-emitted trampoline method so we can handle the "execute method has a return type" case cleanly. 4 years ago
Jeremy Koritzinsky cdc8c9f078
Add some tests 4 years ago
Jeremy Koritzinsky 0576baf5b7
Add tests for full-fidelity method->delegate conversion in compiled bindings. 4 years ago
Jeremy Koritzinsky 7624e14bcd
Support RelativeSource-based bindings without requiring an x:DataType property. 4 years ago
Steven Kirk 5153cc4e12 Remove unneeded dependency. 5 years ago
Steven Kirk 721547fcb2 Update samples/tests to net6.0. 5 years ago
Dan Walmsley 51ab3266dd add a unit test. 5 years ago
Max Katz f276c4ed8b Changes after review 5 years ago
Max Katz 031e8ac2f0 Complete 5 years ago
Max Katz e5ca5c38e8 Update IChildIndexProvider interface with ChildIndexChanged and implement in on items controls 5 years ago
Max Katz 69fb1c056f FIrst version of nth-child 5 years ago
Nikita Tsukanov 5ede6f9ae2 Added support for non-control templates in XAML 5 years ago
Giuseppe Lippolis df5250e155 ref(tests): warning CS0067 The event 'TrackingResourceProvider.OwnerChanged' is never used 5 years ago
Steven Kirk 911262bf3f Correctly handle long-form bindings with empty path. 5 years ago
Steven Kirk 551380e71d Added failing test for #4392. 5 years ago
Dariusz Komosinski cca1d4abc4 Fix even more tests. 5 years ago
Dariusz Komosinski e55c11ec37 Fix unit tests. 5 years ago
Yoh Deadfall 741f3458d4 Allowed empty templates 5 years ago
Nikita Tsukanov 61792ce45f Allow binding to classes with Classes.ClassName 5 years ago
artyom b7b5eaa702 Add a failing test 5 years ago
Steven Kirk 1a39210feb Fix ncrunch. 5 years ago
José Pedro f281e81530
Fixed typo. 5 years ago
Dan Walmsley 8ac7127809 sign more test assemblies 5 years ago
Steven Kirk b16820a230 Added failing test for application resources. 6 years ago
Steven Kirk ad677f0ff4 Added failing test for #4900. 6 years ago
Steven Kirk 34b5f07e96 Added failing tests for #5027. 6 years ago
Andrey Kunchev cc1051efa3 add failing test for set of base class property 6 years ago
Nikita Tsukanov b229acf8dc Don't use the concrete type in tests 6 years ago
Andrey Kunchev f9de2a9c82 add more tests for CompiledBinding Source with StaticResource 6 years ago
Andrey Kunchev 80a87d7aa3 add failing tests for CompiledBidning with Source set to StaticResource and x:Static 6 years ago
Andrey Kunchev bf2dfff8f6 add test for casting after indexer 6 years ago
Andrey Kunchev ebe1af51a9 modify tests to c# style casting in binding path 6 years ago
Andrey Kunchev fa754bcaa2 add test for converter with parameter in compiled binding 6 years ago
Andrey Kunchev 9633300e5d add few more tests for cast in binding path 6 years ago
Andrey Kunchev df95ba630d add test for $parent as it look like not working for compiled binding 6 years ago