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