Base:
method
GetNameCore
System.Windows.Automation.Peers.UIElementAutomationPeer.GetNameCore()
15 overrides of GetNameCore
Microsoft.VisualStudio.LanguageServices (1)
Utilities\AutomationDelegatingListView.cs (1)
163protected override string GetNameCore()
PresentationFramework (6)
System\Windows\Automation\Peers\ButtonBaseAutomationPeer.cs (1)
55protected override string GetNameCore()
System\Windows\Automation\Peers\GroupBoxAutomationPeer.cs (1)
29protected override string GetNameCore()
System\Windows\Automation\Peers\LabelAutomationPeer.cs (1)
29protected override string GetNameCore()
System\Windows\Automation\Peers\MenuItemAutomationPeer.cs (1)
317protected override string GetNameCore()
System\Windows\Automation\Peers\TextAutomationPeer.cs (1)
66protected override string GetNameCore()
System\Windows\Automation\Peers\WindowAutomationPeer.cs (1)
25protected override string GetNameCore()
System.Windows.Controls.Ribbon (7)
Microsoft\Windows\Automation\Peers\RibbonContextualTabGroupAutomationPeer.cs (1)
33protected override string GetNameCore()
Microsoft\Windows\Automation\Peers\RibbonGroupHeaderAutomationPeer.cs (1)
48protected override string GetNameCore()
Microsoft\Windows\Automation\Peers\RibbonMenuButtonAutomationPeer.cs (1)
90protected override string GetNameCore()
Microsoft\Windows\Automation\Peers\RibbonSeparatorAutomationPeer.cs (1)
45protected override string GetNameCore()
Microsoft\Windows\Automation\Peers\RibbonTitleAutomationPeer.cs (1)
43protected override string GetNameCore()
Microsoft\Windows\Automation\Peers\RibbonToolTipAutomationPeer.cs (1)
50protected override string GetNameCore()
Microsoft\Windows\Automation\Peers\RibbonTwoLineTextAutomationPeer.cs (1)
65protected override string GetNameCore()
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHostAutomationPeer.cs (1)
28protected override string GetNameCore()
11 references to GetNameCore
PresentationFramework (5)
System\Windows\Automation\Peers\ButtonBaseAutomationPeer.cs (1)
57string result = base.GetNameCore();
System\Windows\Automation\Peers\GroupBoxAutomationPeer.cs (1)
31string result = base.GetNameCore();
System\Windows\Automation\Peers\LabelAutomationPeer.cs (1)
31string result = base.GetNameCore();
System\Windows\Automation\Peers\MenuItemAutomationPeer.cs (1)
319string result = base.GetNameCore();
System\Windows\Automation\Peers\WindowAutomationPeer.cs (1)
27string name = base.GetNameCore();
System.Windows.Controls.Ribbon (6)
Microsoft\Windows\Automation\Peers\RibbonContextualTabGroupAutomationPeer.cs (1)
35string name = base.GetNameCore();
Microsoft\Windows\Automation\Peers\RibbonMenuButtonAutomationPeer.cs (1)
92string name = base.GetNameCore();
Microsoft\Windows\Automation\Peers\RibbonSeparatorAutomationPeer.cs (1)
47string name = base.GetNameCore();
Microsoft\Windows\Automation\Peers\RibbonTitleAutomationPeer.cs (1)
50return base.GetNameCore();
Microsoft\Windows\Automation\Peers\RibbonToolTipAutomationPeer.cs (1)
52string name = base.GetNameCore();
Microsoft\Windows\Automation\Peers\RibbonTwoLineTextAutomationPeer.cs (1)
67string name = base.GetNameCore();