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