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