10 references to GetName
Microsoft.VisualStudio.LanguageServices (1)
Utilities\AutomationDelegatingListView.cs (1)
164=> GetAutomationPeer()?.GetName() ?? string.Empty;
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
2477private static object GetName(AutomationPeer peer) { return peer.GetName(); }
PresentationFramework (5)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
222name = wrapperPeer.GetName();
System\Windows\Automation\Peers\FrameworkElementAutomationPeer.cs (1)
44result = labelAutomationPeer.GetName();
System\Windows\Automation\Peers\ItemAutomationPeer.cs (2)
514name = wrapperPeer.GetName(); 521name = recyclableWrapper.Peer.GetName();
System\Windows\Automation\Peers\TextAutomationPeer.cs (1)
75result = labelAutomationPeer.GetName();
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Automation\Peers\RibbonContextualTabGroupAutomationPeer.cs (1)
48name = peer.GetName();
Microsoft\Windows\Automation\Peers\RibbonGroupHeaderAutomationPeer.cs (1)
53return ribbonGroupPeer.GetName();
Microsoft\Windows\Automation\Peers\RibbonMenuButtonAutomationPeer.cs (1)
106name = buttonPeer.GetName();