Missing WM_PAINT when hosting a WPF control inside a winforms application.
- by Boris
Hi All,
Consider the following scenario:
1) Create a winforms application with an empty form.
2) Create a WPF usercontrol in the same project which is just the default control with background changed to blue.
<UserControl x:Class="WindowsFormsApplication2.UserControl1"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
…