Base:
method
GetNameCore
System.Windows.Automation.Peers.UIElementAutomationPeer.GetNameCore()
16 overrides of GetNameCore
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
InlineRename\UI\Dashboard\RenameDashboardAutomationPeer.cs (1)
28protected override string GetNameCore()
Microsoft.VisualStudio.LanguageServices (1)
Utilities\AutomationDelegatingListView.cs (1)
163protected override string GetNameCore()
PresentationFramework (6)
System\Windows\Automation\Peers\ButtonBaseAutomationPeer.cs (1)
69override protected string GetNameCore()
System\Windows\Automation\Peers\GroupBoxAutomationPeer.cs (1)
42override protected string GetNameCore()
System\Windows\Automation\Peers\LabelAutomationPeer.cs (1)
41override protected string GetNameCore()
System\Windows\Automation\Peers\MenuItemAutomationPeer.cs (1)
331override protected string GetNameCore()
System\Windows\Automation\Peers\TextAutomationPeer.cs (1)
68override protected string GetNameCore()
System\Windows\Automation\Peers\WindowAutomationPeer.cs (1)
37override protected string GetNameCore()
System.Windows.Controls.Ribbon (7)
Microsoft\Windows\Automation\Peers\RibbonContextualTabGroupAutomationPeer.cs (1)
37protected override string GetNameCore()
Microsoft\Windows\Automation\Peers\RibbonGroupHeaderAutomationPeer.cs (1)
54protected override string GetNameCore()
Microsoft\Windows\Automation\Peers\RibbonMenuButtonAutomationPeer.cs (1)
94protected override string GetNameCore()
Microsoft\Windows\Automation\Peers\RibbonSeparatorAutomationPeer.cs (1)
47protected override string GetNameCore()
Microsoft\Windows\Automation\Peers\RibbonTitleAutomationPeer.cs (1)
49protected override string GetNameCore()
Microsoft\Windows\Automation\Peers\RibbonToolTipAutomationPeer.cs (1)
54protected override string GetNameCore()
Microsoft\Windows\Automation\Peers\RibbonTwoLineTextAutomationPeer.cs (1)
68protected override string GetNameCore()
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHostAutomationPeer.cs (1)
29protected override string GetNameCore()
11 references to GetNameCore
PresentationFramework (5)
System\Windows\Automation\Peers\ButtonBaseAutomationPeer.cs (1)
71string result = base.GetNameCore();
System\Windows\Automation\Peers\GroupBoxAutomationPeer.cs (1)
44string result = base.GetNameCore();
System\Windows\Automation\Peers\LabelAutomationPeer.cs (1)
43string result = base.GetNameCore();
System\Windows\Automation\Peers\MenuItemAutomationPeer.cs (1)
333string result = base.GetNameCore();
System\Windows\Automation\Peers\WindowAutomationPeer.cs (1)
39string name = base.GetNameCore();
System.Windows.Controls.Ribbon (6)
Microsoft\Windows\Automation\Peers\RibbonContextualTabGroupAutomationPeer.cs (1)
39string name = base.GetNameCore();
Microsoft\Windows\Automation\Peers\RibbonMenuButtonAutomationPeer.cs (1)
96string name = base.GetNameCore();
Microsoft\Windows\Automation\Peers\RibbonSeparatorAutomationPeer.cs (1)
49string name = base.GetNameCore();
Microsoft\Windows\Automation\Peers\RibbonTitleAutomationPeer.cs (1)
56return base.GetNameCore();
Microsoft\Windows\Automation\Peers\RibbonToolTipAutomationPeer.cs (1)
56string name = base.GetNameCore();
Microsoft\Windows\Automation\Peers\RibbonTwoLineTextAutomationPeer.cs (1)
70string name = base.GetNameCore();