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