2 references to GetAutomationPeer
Microsoft.VisualStudio.LanguageServices (2)
Utilities\AutomationDelegatingListView.cs (2)
157var automationPeer = GetAutomationPeer(); 164=> GetAutomationPeer()?.GetName() ?? string.Empty;