6 overrides of GetNameCore
PresentationCore (3)
System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
100
protected override string
GetNameCore
()
System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
144
protected override string
GetNameCore
()
System\Windows\Automation\Peers\UIElementAutomationPeer.cs (1)
163
protected override string
GetNameCore
()
PresentationFramework (3)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
216
protected override string
GetNameCore
()
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
309
protected override string
GetNameCore
()
System\Windows\Automation\Peers\ItemAutomationPeer.cs (1)
506
protected override string
GetNameCore
()
3 references to GetNameCore
PresentationCore (3)
System\Windows\Automation\Peers\AutomationPeer.cs (2)
978
_name =
GetNameCore
();
2054
string name =
GetNameCore
();
System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
98
/// <see cref="AutomationPeer.
GetNameCore
"/>