6 overrides of GetNameCore
PresentationCore (3)
System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
105protected override string GetNameCore()
System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
153protected override string GetNameCore()
System\Windows\Automation\Peers\UIElementAutomationPeer.cs (1)
173protected override string GetNameCore()
PresentationFramework (3)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
223protected override string GetNameCore()
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
317protected override string GetNameCore()
System\Windows\Automation\Peers\ItemAutomationPeer.cs (1)
520protected override string GetNameCore()
3 references to GetNameCore
PresentationCore (3)
System\Windows\Automation\Peers\AutomationPeer.cs (2)
990_name = GetNameCore(); 2066string name = GetNameCore();
System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
103/// <see cref="AutomationPeer.GetNameCore"/>