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)
56override protected string GetNameCore()
System\Windows\Automation\Peers\GroupBoxAutomationPeer.cs (1)
30override protected string GetNameCore()
System\Windows\Automation\Peers\LabelAutomationPeer.cs (1)
30override protected string GetNameCore()
System\Windows\Automation\Peers\MenuItemAutomationPeer.cs (1)
318override protected string GetNameCore()
System\Windows\Automation\Peers\TextAutomationPeer.cs (1)
67override protected string GetNameCore()
System\Windows\Automation\Peers\WindowAutomationPeer.cs (1)
30override protected string GetNameCore()
System.Windows.Controls.Ribbon (7)
Microsoft\Windows\Automation\Peers\RibbonContextualTabGroupAutomationPeer.cs (1)
34protected override string GetNameCore()
Microsoft\Windows\Automation\Peers\RibbonGroupHeaderAutomationPeer.cs (1)
49protected override string GetNameCore()
Microsoft\Windows\Automation\Peers\RibbonMenuButtonAutomationPeer.cs (1)
91protected override string GetNameCore()
Microsoft\Windows\Automation\Peers\RibbonSeparatorAutomationPeer.cs (1)
46protected override string GetNameCore()
Microsoft\Windows\Automation\Peers\RibbonTitleAutomationPeer.cs (1)
44protected override string GetNameCore()
Microsoft\Windows\Automation\Peers\RibbonToolTipAutomationPeer.cs (1)
51protected override string GetNameCore()
Microsoft\Windows\Automation\Peers\RibbonTwoLineTextAutomationPeer.cs (1)
66protected 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)
58string result = base.GetNameCore();
System\Windows\Automation\Peers\GroupBoxAutomationPeer.cs (1)
32string result = base.GetNameCore();
System\Windows\Automation\Peers\LabelAutomationPeer.cs (1)
32string result = base.GetNameCore();
System\Windows\Automation\Peers\MenuItemAutomationPeer.cs (1)
320string result = base.GetNameCore();
System\Windows\Automation\Peers\WindowAutomationPeer.cs (1)
32string name = base.GetNameCore();
System.Windows.Controls.Ribbon (6)
Microsoft\Windows\Automation\Peers\RibbonContextualTabGroupAutomationPeer.cs (1)
36string name = base.GetNameCore();
Microsoft\Windows\Automation\Peers\RibbonMenuButtonAutomationPeer.cs (1)
93string name = base.GetNameCore();
Microsoft\Windows\Automation\Peers\RibbonSeparatorAutomationPeer.cs (1)
48string name = base.GetNameCore();
Microsoft\Windows\Automation\Peers\RibbonTitleAutomationPeer.cs (1)
51return base.GetNameCore();
Microsoft\Windows\Automation\Peers\RibbonToolTipAutomationPeer.cs (1)
53string name = base.GetNameCore();
Microsoft\Windows\Automation\Peers\RibbonTwoLineTextAutomationPeer.cs (1)
68string name = base.GetNameCore();