XamlWriter and UserControl
WPF
1
Posts
1
Posters
0
Views
1
Watching
-
When I use XamlWriter with my usercontrol I obtain usercontrol XAML and the xaml tree of my usercontrol instead MyUserControl inherits from Usercontrol or ContentControl and is compiled in a external DLL. Why WPF windows control Button, TextBox, etc... when is Serialized from XamlWriter hide their content?