21 references to ElementHost
WindowsFormsIntegration (21)
System\Windows\Integration\ElementHost.cs (2)
1479private ElementHost _hostControl; 1499public AvalonAdapter(ElementHost hostControl)
System\Windows\Integration\ElementHostPropertyMap.cs (17)
23private ElementHost _host; 25public ElementHostPropertyMap(ElementHost host) 55ElementHost elementHost = host as ElementHost; 65private static void UpdateBackgroundImage(ElementHost host) 95ElementHost elementHost = host as ElementHost; 114ElementHost elementHost = host as ElementHost; 130ElementHost elementHost = host as ElementHost; 160ElementHost elementHost = host as ElementHost; 172ElementHost elementHost = host as ElementHost; 190ElementHost elementHost = host as ElementHost;
System\Windows\Integration\HostUtils.cs (2)
176internal static SD.Bitmap GetBitmapOfControl(Control control, ElementHost host) 197internal static SD.Bitmap GetCoveredPortionOfBitmap(Control parentControl, ElementHost childElementHost)