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