- .NET Core Version: 6.0
- Windows version: 21H2 (OS Build 22000.318)
- Does the bug reproduce also in WPF for .NET Framework 4.8?: Yes
A window defined with WindowChrome flickers during the resize operation if the content is the WindowsFromsHost element. The screencast and project illustrate the problematic behavior.
Screencast
sample.zip
The WpfApp1 project is a .NET project that hosts a UserControl1 from WinFormsLibary1 (also .NET). Please run this project to replicate the issue.
The DXSample project is a .NET Framework project that hosts a UserControl1 from WindowsFormsControlLibrary1 (also .NET Framework). In this project, you can see that the issue occurs in .NET Framework as well.
A window defined with WindowChrome flickers during the resize operation if the content is the WindowsFromsHost element. The screencast and project illustrate the problematic behavior.
Screencast
sample.zip
The
WpfApp1project is a .NET project that hosts aUserControl1from WinFormsLibary1 (also .NET). Please run this project to replicate the issue.The
DXSampleproject is a .NET Framework project that hosts aUserControl1from WindowsFormsControlLibrary1 (also .NET Framework). In this project, you can see that the issue occurs in .NET Framework as well.