6 overrides of GetClickablePointCore
PresentationCore (3)
Core\CSharp\System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
292override protected Point GetClickablePointCore()
Core\CSharp\System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
398override protected Point GetClickablePointCore()
Core\CSharp\System\Windows\Automation\Peers\UIElementAutomationPeer.cs (1)
514override protected Point GetClickablePointCore()
PresentationFramework (3)
src\Framework\System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
136protected override Point GetClickablePointCore()
src\Framework\System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
234protected override Point GetClickablePointCore()
src\Framework\System\Windows\Automation\Peers\ItemAutomationPeer.cs (1)
584protected override Point GetClickablePointCore()
5 references to GetClickablePointCore
PresentationCore (3)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (1)
1183result = 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"/>