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