3 references to GetPeerFromPoint
PresentationCore (2)
Core\CSharp\MS\Internal\Automation\ElementProxy.cs (1)
351AutomationPeer peerFromPoint = peer.GetPeerFromPoint(point);
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (1)
1684found = children[i].GetPeerFromPoint(point);
PresentationFramework (1)
src\Framework\System\Windows\Automation\Peers\DataGridItemAutomationPeer.cs (1)
122AutomationPeer found = rowHeaderAutomationPeer.GetPeerFromPoint(point);