1 instantiation of WinFormsAdapter
WindowsFormsIntegration (1)
System\Windows\Integration\WindowsFormsHost.cs (1)
56this._hostContainerInternal = new WinFormsAdapter(this);
18 references to WinFormsAdapter
WindowsFormsIntegration (18)
System\Windows\Integration\ElementHost.cs (3)
1663WinFormsAdapter adapter = topMostParent as WinFormsAdapter; 1684|| !(control is WinFormsAdapter));
System\Windows\Integration\HostUtils.cs (3)
143internal static void SetBackgroundImage(WinFormsAdapter adapter, Control child, SD.Bitmap image) 224WinFormsAdapter adapter = WindowsFormsHostPropertyMap.GetAdapter(host); 327WinFormsAdapter adapter = WindowsFormsHostPropertyMap.GetAdapter(host);
System\Windows\Integration\WindowsFormsHost.cs (2)
39private WinFormsAdapter _hostContainerInternal; 360internal WinFormsAdapter HostContainerInternal
System\Windows\Integration\WindowsFormsHostPropertyMap.cs (10)
71WinFormsAdapter adapter = GetAdapter(host); 101WinFormsAdapter adapter = GetAdapter(host); 133WinFormsAdapter adapter = GetAdapter(host); 153WinFormsAdapter adapter = GetAdapter(host); 184WinFormsAdapter adapter = GetAdapter(host); 204WinFormsAdapter adapter = GetAdapter(host); 224WinFormsAdapter adapter = GetAdapter(host); 238WinFormsAdapter adapter = GetAdapter(host); 251WinFormsAdapter adapter = GetAdapter(host); 309internal static WinFormsAdapter GetAdapter(object host)