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