1 instantiation of ElementHost
Microsoft.VisualStudio.LanguageServices (1)
LanguageService\AbstractLanguageService`2.VsCodeWindowManager.cs (1)
272_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)
1470private ElementHost _hostControl; 1490public AvalonAdapter(ElementHost hostControl)
System\Windows\Integration\ElementHostPropertyMap.cs (17)
19private ElementHost _host; 21public ElementHostPropertyMap(ElementHost host) 51ElementHost elementHost = host as ElementHost; 61private static void UpdateBackgroundImage(ElementHost host) 91ElementHost elementHost = host as ElementHost; 110ElementHost elementHost = host as ElementHost; 126ElementHost elementHost = host as ElementHost; 156ElementHost elementHost = host as ElementHost; 168ElementHost elementHost = host as ElementHost; 186ElementHost elementHost = host as ElementHost;
System\Windows\Integration\HostUtils.cs (2)
172internal static SD.Bitmap GetBitmapOfControl(Control control, ElementHost host) 193internal static SD.Bitmap GetCoveredPortionOfBitmap(Control parentControl, ElementHost childElementHost)