3 references to AutomationElementHelper
Microsoft.VisualStudio.LanguageServices.IntegrationTests (3)
CSharp\CSharpInteractive.cs (1)
96await AutomationElementHelper.ClickAutomationElementAsync(testValue.ToString(), recursive: true);
CSharp\CSharpInteractiveFormsAndWpf.cs (2)
51var form = await AutomationElementHelper.FindAutomationElementAsync("win form text").WithCancellation(cancellationTokenSource.Token); 52var wpf = await AutomationElementHelper.FindAutomationElementAsync("wpf window text").WithCancellation(cancellationTokenSource.Token);