6 overrides of GetClickablePointCore
PresentationCore (3)
System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
296
protected override Point
GetClickablePointCore
()
System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
392
protected override Point
GetClickablePointCore
()
System\Windows\Automation\Peers\UIElementAutomationPeer.cs (1)
487
protected override Point
GetClickablePointCore
()
PresentationFramework (3)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
126
protected override Point
GetClickablePointCore
()
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
215
protected override Point
GetClickablePointCore
()
System\Windows\Automation\Peers\ItemAutomationPeer.cs (1)
617
protected override Point
GetClickablePointCore
()
1 reference to GetClickablePointCore
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1173
result =
GetClickablePointCore
();