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