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