1 instantiation of AvalonAdapter
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHost.cs (1)
70this._hostContainerInternal = new AvalonAdapter(this);
13 references to AvalonAdapter
WindowsFormsIntegration (13)
System\Windows\Integration\ElementHost.cs (6)
54private AvalonAdapter _hostContainerInternal; 354internal AvalonAdapter HostContainerInternal 1488typeof(AvalonAdapter), 1491typeof(AvalonAdapter), 1517typeof(AvalonAdapter), 1524return ((AvalonAdapter)d).ForceInvalidate;
System\Windows\Integration\ElementHostAutomationPeer.cs (2)
11private AvalonAdapter _owner; 13public ElementHostAutomationPeer(AvalonAdapter owner)
System\Windows\Integration\ElementHostPropertyMap.cs (5)
98AvalonAdapter adapter = elementHost.HostContainerInternal; 117AvalonAdapter adapter = elementHost.HostContainerInternal; 135AvalonAdapter adapter = elementHost.HostContainerInternal; 175AvalonAdapter adapter = elementHost.HostContainerInternal; 193AvalonAdapter adapter = elementHost.HostContainerInternal;