1 instantiation of AvalonAdapter
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHost.cs (1)
66this._hostContainerInternal = new AvalonAdapter(this);
13 references to AvalonAdapter
WindowsFormsIntegration (13)
System\Windows\Integration\ElementHost.cs (6)
50private AvalonAdapter _hostContainerInternal; 349internal AvalonAdapter HostContainerInternal 1478typeof(AvalonAdapter), 1481typeof(AvalonAdapter), 1507typeof(AvalonAdapter), 1514return ((AvalonAdapter)d).ForceInvalidate;
System\Windows\Integration\ElementHostAutomationPeer.cs (2)
10private AvalonAdapter _owner; 12public ElementHostAutomationPeer(AvalonAdapter owner)
System\Windows\Integration\ElementHostPropertyMap.cs (5)
93AvalonAdapter adapter = elementHost.HostContainerInternal; 112AvalonAdapter adapter = elementHost.HostContainerInternal; 130AvalonAdapter adapter = elementHost.HostContainerInternal; 170AvalonAdapter adapter = elementHost.HostContainerInternal; 188AvalonAdapter adapter = elementHost.HostContainerInternal;