6 overrides of GetClickablePointCore
PresentationCore (3)
Core\CSharp\System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
292
override protected Point
GetClickablePointCore
()
Core\CSharp\System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
398
override protected Point
GetClickablePointCore
()
Core\CSharp\System\Windows\Automation\Peers\UIElementAutomationPeer.cs (1)
514
override protected Point
GetClickablePointCore
()
PresentationFramework (3)
src\Framework\System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
136
protected override Point
GetClickablePointCore
()
src\Framework\System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
234
protected override Point
GetClickablePointCore
()
src\Framework\System\Windows\Automation\Peers\ItemAutomationPeer.cs (1)
584
protected override Point
GetClickablePointCore
()
5 references to GetClickablePointCore
PresentationCore (3)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (1)
1183
result =
GetClickablePointCore
();
Core\CSharp\System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
290
/// <see cref="AutomationPeer.
GetClickablePointCore
"/>
Core\CSharp\System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
396
/// <see cref="AutomationPeer.
GetClickablePointCore
"/>
PresentationFramework (2)
src\Framework\System\Windows\Automation\Peers\DocumentAutomationPeer.cs (1)
164
/// <see cref="AutomationPeer.
GetClickablePointCore
"/>
src\Framework\System\Windows\Automation\Peers\TextElementAutomationPeer.cs (1)
101
/// <see cref="AutomationPeer.
GetClickablePointCore
"/>