13 references to Helper
Microsoft.VisualStudio.LanguageServices.New.IntegrationTests (13)
InProcess\AutomationElementExtensions.cs (8)
44var condition = Helper.Automation.CreatePropertyCondition(AutomationElementIdentifiers.AutomationIdProperty.Id, automationId); 45var child = Helper.Retry( 69var condition = Helper.Automation.CreatePropertyCondition(AutomationElementIdentifiers.NameProperty.Id, name); 70var child = Helper.Retry( 94var condition = Helper.Automation.CreatePropertyCondition(AutomationElementIdentifiers.ClassNameProperty.Id, className); 95var child = Helper.Retry( 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),
InProcess\SolutionExplorerInProcess.cs (1)
267await Helper.RetryAsync(