Top "Elementhost" questions

`Element Host` is a `Windows Forms control` that can be used to host a Windows Presentation Foundation (`WPF`) element.

How do I convert a WPF size to physical pixels?

What's the best way to convert a WPF (resolution-independent) width and height to physical screen pixels? I'm showing WPF content …

wpf dpi elementhost
WPF TextBox not accepting Input when in ElementHost in Window Forms

We are developing a UI Control in WPF to be consumed within an existing Windows Forms / MFC application engine (Rhino 3…

wpf interop textbox elementhost
WPF control not displaying in ElementHost in WinForms app

I have a problem with a WPF control that I'm trying to host in an ElementHost in a WinForms app. …

.net wpf winforms xaml elementhost
Application.Current in ElementHost is null

I use a WPF UserControl in my personal Libs. The Libs are included in my WPF and WindowsForms programs. Now …

windows winforms user-controls elementhost