Base:
method
GetNameCore
System.Windows.Automation.Peers.AutomationPeer.GetNameCore()
2 overrides of GetNameCore
Microsoft.VisualStudio.LanguageServices (1)
DocumentOutline\VirtualizingTreeView.cs (1)
36protected override string GetNameCore()
PresentationFramework (1)
System\Windows\Automation\Peers\TabItemAutomationPeer.cs (1)
32protected override string GetNameCore()
2 references to GetNameCore
Microsoft.VisualStudio.LanguageServices (1)
DocumentOutline\VirtualizingTreeView.cs (1)
40return base.GetNameCore();
PresentationFramework (1)
System\Windows\Automation\Peers\TabItemAutomationPeer.cs (1)
34string result = base.GetNameCore();