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