1 instantiation of WinFormsAdapter
WindowsFormsIntegration (1)
System\Windows\Integration\WindowsFormsHost.cs (1)
59this._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)
148internal static void SetBackgroundImage(WinFormsAdapter adapter, Control child, SD.Bitmap image) 229WinFormsAdapter adapter = WindowsFormsHostPropertyMap.GetAdapter(host); 332WinFormsAdapter adapter = WindowsFormsHostPropertyMap.GetAdapter(host);
System\Windows\Integration\WindowsFormsHost.cs (2)
42private WinFormsAdapter _hostContainerInternal; 369internal WinFormsAdapter HostContainerInternal
System\Windows\Integration\WindowsFormsHostPropertyMap.cs (10)
73WinFormsAdapter adapter = GetAdapter(host); 103WinFormsAdapter adapter = GetAdapter(host); 135WinFormsAdapter adapter = GetAdapter(host); 155WinFormsAdapter adapter = GetAdapter(host); 186WinFormsAdapter adapter = GetAdapter(host); 206WinFormsAdapter adapter = GetAdapter(host); 226WinFormsAdapter adapter = GetAdapter(host); 240WinFormsAdapter adapter = GetAdapter(host); 253WinFormsAdapter adapter = GetAdapter(host); 311internal static WinFormsAdapter GetAdapter(object host)