Workaround for inability to bind to a property that belongs to a WindowsFormsHost Child object in C#/XAML app?
问题 I have a C# WPF 4.51 app. As far as I can tell, you can not bind to a property belonging to an object that is the child of a WPF WindowsFormsHost control. (If I am wrong in this assumption please show me how to do it): Bind with WindowsFormsHost In my case, I have a page that contains a WindowsFormsHost control whose Child object is a ScintillaNET editor control: https://github.com/jacobslusser/ScintillaNET <WindowsFormsHost x:Name="wfhScintillaTest" Width="625" Height="489" Margin="206,98,0