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