1 instantiation of ElementHost
Microsoft.VisualStudio.LanguageServices (1)
LanguageService\AbstractLanguageService`2.VsCodeWindowManager.cs (1)
265_documentOutlineViewHost = new ElementHost
22 references to ElementHost
Microsoft.VisualStudio.LanguageServices (1)
LanguageService\AbstractLanguageService`2.VsCodeWindowManager.cs (1)
43private ElementHost? _documentOutlineViewHost;
WindowsFormsIntegration (21)
System\Windows\Integration\ElementHost.cs (2)
1469private ElementHost _hostControl; 1489public AvalonAdapter(ElementHost hostControl)
System\Windows\Integration\ElementHostPropertyMap.cs (17)
18private ElementHost _host; 20public ElementHostPropertyMap(ElementHost host) 50ElementHost elementHost = host as ElementHost; 60private static void UpdateBackgroundImage(ElementHost host) 90ElementHost elementHost = host as ElementHost; 109ElementHost elementHost = host as ElementHost; 125ElementHost elementHost = host as ElementHost; 155ElementHost elementHost = host as ElementHost; 167ElementHost elementHost = host as ElementHost; 185ElementHost elementHost = host as ElementHost;
System\Windows\Integration\HostUtils.cs (2)
171internal static SD.Bitmap GetBitmapOfControl(Control control, ElementHost host) 192internal static SD.Bitmap GetCoveredPortionOfBitmap(Control parentControl, ElementHost childElementHost)