9 references to Automation
Microsoft.VisualStudio.LanguageServices.New.IntegrationTests (9)
InProcess\AutomationElementExtensions.cs (5)
44
var condition = Helper.
Automation
.CreatePropertyCondition(AutomationElementIdentifiers.AutomationIdProperty.Id, automationId);
69
var condition = Helper.
Automation
.CreatePropertyCondition(AutomationElementIdentifiers.NameProperty.Id, name);
94
var condition = Helper.
Automation
.CreatePropertyCondition(AutomationElementIdentifiers.ClassNameProperty.Id, className);
120
var condition = Helper.
Automation
.CreatePropertyCondition(AutomationElementIdentifiers.ClassNameProperty.Id, className);
264
var next = item.FindFirst(TreeScope.TreeScope_Descendants, Helper.
Automation
.CreatePropertyCondition(AutomationElementIdentifiers.LocalizedControlTypeProperty.Id, pathPart));
InProcess\DialogHelpers.cs (4)
110
var vsAutomationElement = Helper.
Automation
.ElementFromHandle(visualStudioHWnd);
112
var elementCondition = Helper.
Automation
.CreateAndConditionFromArray(
115
Helper.
Automation
.CreatePropertyCondition(nameProperty.Id, propertyValue),
116
Helper.
Automation
.CreatePropertyCondition(AutomationElementIdentifiers.ControlTypeProperty.Id, ControlType.Window.Id),