44 Commits (fixes/android-render-issue)

Author SHA1 Message Date
Max Katz 34f8f3d556 Fix DataType set on Binding extension + add tests 4 years ago
Max Katz 2619ab1759 Fix compiled binding with TemplatedParent relative source 4 years ago
Max Katz 142b878984 Fix special case of compiled binding with Path child 4 years ago
Max Katz 042fd47c1e Fix ElementName binding inside of control template 4 years ago
Max Katz a1804e2e16 Add tests for explicitly implemented interface property binding 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 b567fcebf5 Rename TemplateDataTypeAttribute to DataTypeAttribute 4 years ago
Max Katz f1a2716858 Inherit DataType from template without hardcoding on specific DataTemplate implementation 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
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 911262bf3f Correctly handle long-form bindings with empty path. 5 years ago
Steven Kirk 551380e71d Added failing test for #4392. 5 years ago
Nikita Tsukanov b229acf8dc Don't use the concrete type in tests 5 years ago
Andrey Kunchev f9de2a9c82 add more tests for CompiledBinding Source with StaticResource 5 years ago
Andrey Kunchev 80a87d7aa3 add failing tests for CompiledBidning with Source set to StaticResource and x:Static 5 years ago
Andrey Kunchev bf2dfff8f6 add test for casting after indexer 5 years ago
Andrey Kunchev ebe1af51a9 modify tests to c# style casting in binding path 5 years ago
Andrey Kunchev fa754bcaa2 add test for converter with parameter in compiled binding 5 years ago
Andrey Kunchev 9633300e5d add few more tests for cast in binding path 5 years ago
Andrey Kunchev df95ba630d add test for $parent as it look like not working for compiled binding 5 years ago
Andrey Kunchev 604a8b635f add some tests for cast in path expression 5 years ago
Nikita Tsukanov d355007c57 Extracted runtime XAML loader to a separate package 6 years ago
Jeremy Koritzinsky 5fb7fe3c32 Fix Discovering properties and indexers on parent interfaces of an interface type. 6 years ago
Jeremy Koritzinsky f9993e8980 Rename BindingExtension->ReflectionBindingExtension. 7 years ago
Jeremy Koritzinsky 5e5e7e22ae Support synthetic Source property. 7 years ago
Jeremy Koritzinsky c0c1ccb544 Enable transforming old-style RelativeSource/ElementName properties in CompiledBindings to element path nodes during XamlIl compilation. 7 years ago
Jeremy Koritzinsky 70ae77e797 Fix ElementName bindings. 7 years ago
Jeremy Koritzinsky d89f5d019b Fix assigning binding paths via the property. 7 years ago
Jeremy Koritzinsky 7020def354 Throw exception if trying to compile a binding under an element with its DataContext bound via a non-compiled binding. 7 years ago
Jeremy Koritzinsky 5c91a14536 Fix failing test. 7 years ago
Jeremy Koritzinsky 84b4b8c12e x:DataContextType -> x:DataType to match Xamarin.Forms. 7 years ago
Jeremy Koritzinsky 777693cee2 Implement smart inference for DataTemplates. Fix calculated DataContext types for DataContext bindings. 7 years ago
Jeremy Koritzinsky da00a14149 Change property notification management to directly create property accessors. Fix indexer bindings for arrays. 7 years ago
Jeremy Koritzinsky ee46a69cef Add additional test for IObservable compiled bindings. 7 years ago
Jeremy Koritzinsky b1a2ea21c5 Fix stream bindings. 7 years ago
Jeremy Koritzinsky e3bc5345ae Finish initial implementation of compiled bindings. Still some bugs to work out, but we have something that works now. 7 years ago