1 instantiation of WinFormsAdapter
WindowsFormsIntegration (1)
System\Windows\Integration\WindowsFormsHost.cs (1)
57this._hostContainerInternal = new WinFormsAdapter(this);
18 references to WinFormsAdapter
WindowsFormsIntegration (18)
System\Windows\Integration\ElementHost.cs (3)
1673WinFormsAdapter adapter = topMostParent as WinFormsAdapter; 1694|| !(control is WinFormsAdapter));
System\Windows\Integration\HostUtils.cs (3)
144internal static void SetBackgroundImage(WinFormsAdapter adapter, Control child, SD.Bitmap image) 225WinFormsAdapter adapter = WindowsFormsHostPropertyMap.GetAdapter(host); 328WinFormsAdapter adapter = WindowsFormsHostPropertyMap.GetAdapter(host);
System\Windows\Integration\WindowsFormsHost.cs (2)
40private WinFormsAdapter _hostContainerInternal; 364internal WinFormsAdapter HostContainerInternal
System\Windows\Integration\WindowsFormsHostPropertyMap.cs (10)
72WinFormsAdapter adapter = GetAdapter(host); 102WinFormsAdapter adapter = GetAdapter(host); 134WinFormsAdapter adapter = GetAdapter(host); 154WinFormsAdapter adapter = GetAdapter(host); 185WinFormsAdapter adapter = GetAdapter(host); 205WinFormsAdapter adapter = GetAdapter(host); 225WinFormsAdapter adapter = GetAdapter(host); 239WinFormsAdapter adapter = GetAdapter(host); 252WinFormsAdapter adapter = GetAdapter(host); 310internal static WinFormsAdapter GetAdapter(object host)