How to use ContentPresenter on Window?
- by mybrokengnome
I've got a ResourceDictionary file that contains a bunch of resources to define elements of my UI. Including one for my DialogWindows, which will just be Windows.
<Style x:Key="DialogWindow" TargetType="{x:Type Window}" >
<Setter Property="OverridesDefaultStyle" Value="True"/>
<Setter Property="WindowStyle" Value="None"…