3 references to FindAutomationElementAsync
Microsoft.VisualStudio.IntegrationTest.Utilities (1)
AutomationElementHelper.cs (1)
21var element = await FindAutomationElementAsync(elementName, recursive).ConfigureAwait(false);
Microsoft.VisualStudio.LanguageServices.IntegrationTests (2)
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);