3 references to GetPeerFromPoint
PresentationCore (2)
MS\Internal\Automation\ElementProxy.cs (1)
341
AutomationPeer peerFromPoint = peer.
GetPeerFromPoint
(point);
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1778
found = children[i].
GetPeerFromPoint
(point);
PresentationFramework (1)
System\Windows\Automation\Peers\DataGridItemAutomationPeer.cs (1)
119
AutomationPeer found = rowHeaderAutomationPeer.
GetPeerFromPoint
(point);