6 overrides of GetNameCore
PresentationCore (3)
System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
101protected override string GetNameCore()
System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
145protected override string GetNameCore()
System\Windows\Automation\Peers\UIElementAutomationPeer.cs (1)
164protected override string GetNameCore()
PresentationFramework (3)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
217protected override string GetNameCore()
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
310protected override string GetNameCore()
System\Windows\Automation\Peers\ItemAutomationPeer.cs (1)
510protected override string GetNameCore()
3 references to GetNameCore
PresentationCore (3)
System\Windows\Automation\Peers\AutomationPeer.cs (2)
977_name = GetNameCore(); 2053string name = GetNameCore();
System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
99/// <see cref="AutomationPeer.GetNameCore"/>