1 override of GetPeerFromPointCore
PresentationFramework (1)
src\Framework\System\Windows\Automation\Peers\DataGridItemAutomationPeer.cs (1)
114
protected override AutomationPeer
GetPeerFromPointCore
(Point point)
2 references to GetPeerFromPointCore
PresentationCore (1)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (1)
1669
return
GetPeerFromPointCore
(point);
PresentationFramework (1)
src\Framework\System\Windows\Automation\Peers\DataGridItemAutomationPeer.cs (1)
130
return base.
GetPeerFromPointCore
(point);