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