6 overrides of GetAutomationIdCore
PresentationCore (3)
Core\CSharp\System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
105
protected override string
GetAutomationIdCore
()
Core\CSharp\System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
153
protected override string
GetAutomationIdCore
()
Core\CSharp\System\Windows\Automation\Peers\UIElementAutomationPeer.cs (1)
178
protected override string
GetAutomationIdCore
()
PresentationFramework (3)
src\Framework\System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
77
protected override string
GetAutomationIdCore
()
src\Framework\System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
183
protected override string
GetAutomationIdCore
()
src\Framework\System\Windows\Automation\Peers\ItemAutomationPeer.cs (1)
449
protected override string
GetAutomationIdCore
()
4 references to GetAutomationIdCore
PresentationCore (2)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (1)
976
result =
GetAutomationIdCore
();
Core\CSharp\System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
103
/// <see cref="AutomationPeer.
GetAutomationIdCore
"/>
PresentationFramework (2)
src\Framework\System\Windows\Automation\Peers\DocumentPageViewAutomationPeer.cs (1)
44
/// <see cref="AutomationPeer.
GetAutomationIdCore
()"/>
src\Framework\System\Windows\Automation\Peers\FrameworkContentElementAutomationPeer.cs (1)
30
/// <see cref="AutomationPeer.
GetAutomationIdCore
"/>