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