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