6 overrides of GetNameCore
PresentationCore (3)
System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
100protected override string GetNameCore()
System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
144protected override string GetNameCore()
System\Windows\Automation\Peers\UIElementAutomationPeer.cs (1)
160protected override string GetNameCore()
PresentationFramework (3)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
216protected override string GetNameCore()
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
306protected override string GetNameCore()
System\Windows\Automation\Peers\ItemAutomationPeer.cs (1)
503protected override string GetNameCore()
2 references to GetNameCore
PresentationCore (2)
System\Windows\Automation\Peers\AutomationPeer.cs (2)
978_name = GetNameCore(); 2054string name = GetNameCore();