Stephane Delcroix

Results 49 comments of Stephane Delcroix
trafficstars

I can repro @LeDahu22 issue, not sure the one reported by @Chandrakalavaprani is the same...

a potential fix for @LeDahu22 issue si here: #21879 but I wasn't able to produce a unit test (because reasons)

I believe this code was there to handle System.ComponentModel.TypeConverter in addition of XF TypeConverter, but we a quick check indicates we got rid of that

this is something we're discussing internally, so we probably won't accept this PR right now. You could turn your method into an extension method and use it, or propose this...

one fix would be to have the resource of type RowDefinitionsCollection (with x:Shared="false")

the difference are the priorities Bindings from Style have a lower priority than direct binding or SetValue (the 2 having the same priority, so you can change one for the...

trying to reproduce... do you have a call stack ? what happens if you disable Xaml Compilation on App.xaml ?

We found that the IL generated for your custom themes inheriting from CustomeThemeDictionary is wrong. you can disable Xaml compilation on those (by attributing the code behind class with the...