6 overrides of GetNameCore
PresentationCore (3)
Core\CSharp\System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
113
protected override string
GetNameCore
()
Core\CSharp\System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
159
protected override string
GetNameCore
()
Core\CSharp\System\Windows\Automation\Peers\UIElementAutomationPeer.cs (1)
184
protected override string
GetNameCore
()
PresentationFramework (3)
src\Framework\System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
226
protected override string
GetNameCore
()
src\Framework\System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
325
protected override string
GetNameCore
()
src\Framework\System\Windows\Automation\Peers\ItemAutomationPeer.cs (1)
471
protected override string
GetNameCore
()
3 references to GetNameCore
PresentationCore (3)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (2)
994
_name =
GetNameCore
();
1975
string name =
GetNameCore
();
Core\CSharp\System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
111
/// <see cref="AutomationPeer.
GetNameCore
"/>