6 overrides of GetClickablePointCore
PresentationCore (3)
System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
301
override protected Point
GetClickablePointCore
()
System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
401
override protected Point
GetClickablePointCore
()
System\Windows\Automation\Peers\UIElementAutomationPeer.cs (1)
500
override protected Point
GetClickablePointCore
()
PresentationFramework (3)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
133
protected override Point
GetClickablePointCore
()
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
226
protected override Point
GetClickablePointCore
()
System\Windows\Automation\Peers\ItemAutomationPeer.cs (1)
634
protected override Point
GetClickablePointCore
()
5 references to GetClickablePointCore
PresentationCore (3)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1185
result =
GetClickablePointCore
();
System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
299
/// <see cref="AutomationPeer.
GetClickablePointCore
"/>
System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
399
/// <see cref="AutomationPeer.
GetClickablePointCore
"/>
PresentationFramework (2)
System\Windows\Automation\Peers\DocumentAutomationPeer.cs (1)
156
/// <see cref="AutomationPeer.
GetClickablePointCore
"/>
System\Windows\Automation\Peers\TextElementAutomationPeer.cs (1)
93
/// <see cref="AutomationPeer.
GetClickablePointCore
"/>