3 references to FindAutomationElementAsync
Microsoft.VisualStudio.IntegrationTest.Utilities (1)
AutomationElementHelper.cs (1)
21
var element = await
FindAutomationElementAsync
(elementName, recursive).ConfigureAwait(false);
Microsoft.VisualStudio.LanguageServices.IntegrationTests (2)
CSharp\CSharpInteractiveFormsAndWpf.cs (2)
51
var form = await AutomationElementHelper.
FindAutomationElementAsync
("win form text").WithCancellation(cancellationTokenSource.Token);
52
var wpf = await AutomationElementHelper.
FindAutomationElementAsync
("wpf window text").WithCancellation(cancellationTokenSource.Token);