Closed jamesnet214 closed 3 years ago
If this is a VS designer only issue (i.e. happens only in the VS designer), you should report this in VS ( Help -> Send feedback -> Report a problem). The team that works on the XAML designer in VS is a different team than WPF team. And the good news is that the XAML designer team is also a lot more active.
@Symbai Thank you 👍 I registered the issue in Visual Studio report as you advised.
Have a good day.
@devncore-james: WPF doesn't own the designer. This is a VS issue. Can you close this one? Thanks.
Thank you for your answer. :)
Does the bug reproduce also in WPF for .NET Framework 4.8?: Yes
Problem description:
Window CustomControl is not stylized at design time.
CustomWindow and CustomUserControl
Generic.xaml
MyWindow and MyUserControl
MyWindow(CustomWindow) DesignTime not stylized.
MyUserControl(CustomUserControl) DesignTime stylized.
The style is well applied when it is Runtime.