1 instantiation of InteropAutomationProvider
PresentationFramework (1)
System\Windows\Automation\Peers\HwndHostAutomationPeer.cs (1)
44
_interopProvider = new
InteropAutomationProvider
(wrapper, this);
3 references to InteropAutomationProvider
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1525
internal virtual
InteropAutomationProvider
GetInteropChild()
PresentationFramework (2)
System\Windows\Automation\Peers\HwndHostAutomationPeer.cs (2)
30
internal override
InteropAutomationProvider
GetInteropChild()
52
private
InteropAutomationProvider
_interopProvider;