1 override of GetInteropChild
PresentationFramework (1)
System\Windows\Automation\Peers\HwndHostAutomationPeer.cs (1)
30internal override InteropAutomationProvider GetInteropChild()
3 references to GetInteropChild
PresentationCore (2)
MS\Internal\Automation\ElementProxy.cs (2)
381return peer.GetInteropChild(); 392return peer.GetInteropChild();
PresentationFramework (1)
System\Windows\Interop\HwndHost.cs (1)
633IRawElementProviderSimple el = containerPeer.GetInteropChild();