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