5 references to AutomationRetryCount
Microsoft.VisualStudio.LanguageServices.New.IntegrationTests (5)
InProcess\AutomationElementExtensions.cs (5)
48
retryCount:
AutomationRetryCount
);
73
retryCount:
AutomationRetryCount
);
98
retryCount:
AutomationRetryCount
);
369
catch (COMException e) when (e.HResult == UIA_E_ELEMENTNOTAVAILABLE && i <
AutomationRetryCount
)
386
catch (COMException e) when (e.HResult == UIA_E_ELEMENTNOTAVAILABLE && i <
AutomationRetryCount
)