8 references to StaticWrap
PresentationCore (8)
MS\Internal\Automation\ElementProxy.cs (4)
342
return
StaticWrap
(peerFromPoint, peer);
358
return
StaticWrap
(focusedPeer, peer);
424
return
StaticWrap
(dest, peer);
515
return
StaticWrap
(root, peer);
System\Windows\Automation\Peers\AutomationPeer.cs (3)
1818
return ElementProxy.
StaticWrap
(peer, referencePeer);
1824
return ElementProxy.
StaticWrap
(peer, referencePeer);
2487
private static object GetLabeledBy(AutomationPeer peer) { AutomationPeer byPeer = peer.GetLabeledBy(); return ElementProxy.
StaticWrap
(byPeer, peer); }
System\Windows\InterOp\HwndTarget.cs (1)
1471
IRawElementProviderSimple el = ElementProxy.
StaticWrap
(peer, peer);