1 instantiation of AvalonAdapter
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHost.cs (1)
67this._hostContainerInternal = new AvalonAdapter(this);
13 references to AvalonAdapter
WindowsFormsIntegration (13)
System\Windows\Integration\ElementHost.cs (6)
51private AvalonAdapter _hostContainerInternal; 350internal 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)
94AvalonAdapter adapter = elementHost.HostContainerInternal; 113AvalonAdapter adapter = elementHost.HostContainerInternal; 131AvalonAdapter adapter = elementHost.HostContainerInternal; 171AvalonAdapter adapter = elementHost.HostContainerInternal; 189AvalonAdapter adapter = elementHost.HostContainerInternal;