1 override of GetPeerFromPointCore
PresentationFramework (1)
System\Windows\Automation\Peers\DataGridItemAutomationPeer.cs (1)
106
protected override AutomationPeer
GetPeerFromPointCore
(Point point)
2 references to GetPeerFromPointCore
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1750
return
GetPeerFromPointCore
(point);
PresentationFramework (1)
System\Windows\Automation\Peers\DataGridItemAutomationPeer.cs (1)
122
return base.
GetPeerFromPointCore
(point);