5 references to AutomationRetryCount
Microsoft.VisualStudio.IntegrationTest.Utilities (5)
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
)