8 references to StaticWrap
PresentationCore (8)
MS\Internal\Automation\ElementProxy.cs (4)
327
return
StaticWrap
(peerFromPoint, peer);
343
return
StaticWrap
(focusedPeer, peer);
409
return
StaticWrap
(dest, peer);
500
return
StaticWrap
(root, peer);
System\Windows\Automation\Peers\AutomationPeer.cs (3)
1806
return ElementProxy.
StaticWrap
(peer, referencePeer);
1812
return ElementProxy.
StaticWrap
(peer, referencePeer);
2471
private static object GetLabeledBy(AutomationPeer peer) { AutomationPeer byPeer = peer.GetLabeledBy(); return ElementProxy.
StaticWrap
(byPeer, peer); }
System\Windows\InterOp\HwndTarget.cs (1)
1452
IRawElementProviderSimple el = ElementProxy.
StaticWrap
(peer, peer);