Is your feature request related to a problem? Please describe
My assembly is XAML component in native application, so it does not contain Application XAML with global resources dictionary, so i do not how to correctly initialize WPF-UI library so it works with my XAML Window.
Describe the solution you'd like
In cases when XAML windows works aka embedded component in non-WPF applications (addins in native app, components in WinForm app and so on) it would be useful to see how to correctly initialize the library (controls and theme).
Describe alternatives you've considered
No response
Additional context
No response
Is your feature request related to a problem? Please describe
My assembly is XAML component in native application, so it does not contain Application XAML with global resources dictionary, so i do not how to correctly initialize WPF-UI library so it works with my XAML Window.
Describe the solution you'd like
In cases when XAML windows works aka embedded component in non-WPF applications (addins in native app, components in WinForm app and so on) it would be useful to see how to correctly initialize the library (controls and theme).
Describe alternatives you've considered
No response
Additional context
No response