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