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)
2493private static object GetName(AutomationPeer peer) { return peer.GetName(); }
PresentationFramework (5)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
229name = wrapperPeer.GetName();
System\Windows\Automation\Peers\FrameworkElementAutomationPeer.cs (1)
59result = labelAutomationPeer.GetName();
System\Windows\Automation\Peers\ItemAutomationPeer.cs (2)
528name = wrapperPeer.GetName(); 535name = recyclableWrapper.Peer.GetName();
System\Windows\Automation\Peers\TextAutomationPeer.cs (1)
77result = labelAutomationPeer.GetName();
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Automation\Peers\RibbonContextualTabGroupAutomationPeer.cs (1)
52name = peer.GetName();
Microsoft\Windows\Automation\Peers\RibbonGroupHeaderAutomationPeer.cs (1)
59return ribbonGroupPeer.GetName();
Microsoft\Windows\Automation\Peers\RibbonMenuButtonAutomationPeer.cs (1)
110name = buttonPeer.GetName();