8 references to StaticWrap
PresentationCore (8)
Core\CSharp\MS\Internal\Automation\ElementProxy.cs (4)
352
return
StaticWrap
(peerFromPoint, peer);
368
return
StaticWrap
(focusedPeer, peer);
434
return
StaticWrap
(dest, peer);
525
return
StaticWrap
(root, peer);
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (3)
1724
return ElementProxy.
StaticWrap
(peer, referencePeer);
1730
return ElementProxy.
StaticWrap
(peer, referencePeer);
2391
private static object GetLabeledBy(AutomationPeer peer) { AutomationPeer byPeer = peer.GetLabeledBy(); return ElementProxy.
StaticWrap
(byPeer, peer); }
Core\CSharp\System\Windows\Interop\HwndTarget.cs (1)
1590
IRawElementProviderSimple el = ElementProxy.
StaticWrap
(peer, peer);