6 overrides of GetAutomationIdCore
PresentationCore (3)
System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
97protected override string GetAutomationIdCore()
System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
147protected override string GetAutomationIdCore()
System\Windows\Automation\Peers\UIElementAutomationPeer.cs (1)
167protected override string GetAutomationIdCore()
PresentationFramework (3)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
74protected override string GetAutomationIdCore()
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
175protected override string GetAutomationIdCore()
System\Windows\Automation\Peers\ItemAutomationPeer.cs (1)
498protected override string GetAutomationIdCore()
4 references to GetAutomationIdCore
PresentationCore (2)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
972result = GetAutomationIdCore();
System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
95/// <see cref="AutomationPeer.GetAutomationIdCore"/>
PresentationFramework (2)
System\Windows\Automation\Peers\DocumentPageViewAutomationPeer.cs (1)
42/// <see cref="AutomationPeer.GetAutomationIdCore()"/>
System\Windows\Automation\Peers\FrameworkContentElementAutomationPeer.cs (1)
28/// <see cref="AutomationPeer.GetAutomationIdCore"/>