Paulo Morábito Neto

Results 5 comments of Paulo Morábito Neto

> System.Windows.Documents.Run is not a Visual or Visual 3D object > ![image](https://user-images.githubusercontent.com/54487782/102896053-13888880-4466-11eb-8e3d-34b0aa004f19.png) > > System.InvalidOperationException > HResult=0x80131509 > Message='System.Windows.Documents.Run' n'est pas un objet Visual ou Visual3D. > Source=PresentationCore > StackTrace:...

I don't think so... I have a lot of complex DataGrids, including ones with custom headers and none of them are causing binding warnings. Did you tried my workaround on...

I figured out the cause of your issue on your repo 😃 You are merging "MyDictionary.xaml" both into your App.xaml and Window.xaml. Merging it into App.xaml is enough for the...

I can't tell exactly without digging deep into the library code, but probably it sets some animations bindings with relative source on the fly, so doing it twice probably is...

Any feedback on this? If this is (and I think it is) related to what I am experiencing, sometimes it causes BIG performance degradations. A simple `DataGrid` with 10 rows...