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)
2480private static object GetName(AutomationPeer peer) { return peer.GetName(); }
PresentationFramework (5)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
223name = wrapperPeer.GetName();
System\Windows\Automation\Peers\FrameworkElementAutomationPeer.cs (1)
45result = labelAutomationPeer.GetName();
System\Windows\Automation\Peers\ItemAutomationPeer.cs (2)
518name = wrapperPeer.GetName(); 525name = recyclableWrapper.Peer.GetName();
System\Windows\Automation\Peers\TextAutomationPeer.cs (1)
76result = labelAutomationPeer.GetName();
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Automation\Peers\RibbonContextualTabGroupAutomationPeer.cs (1)
49name = peer.GetName();
Microsoft\Windows\Automation\Peers\RibbonGroupHeaderAutomationPeer.cs (1)
54return ribbonGroupPeer.GetName();
Microsoft\Windows\Automation\Peers\RibbonMenuButtonAutomationPeer.cs (1)
107name = buttonPeer.GetName();