4 references to UIA_E_ELEMENTNOTAVAILABLE
Microsoft.VisualStudio.IntegrationTest.Utilities (4)
AutomationElementExtensions.cs (4)
22/// <see cref="UIA_E_ELEMENTNOTAVAILABLE"/>, not counting the initial call. A value of 2 means the operation 29/// <see cref="UIA_E_ELEMENTNOTAVAILABLE"/>. 369catch (COMException e) when (e.HResult == UIA_E_ELEMENTNOTAVAILABLE && i < AutomationRetryCount) 386catch (COMException e) when (e.HResult == UIA_E_ELEMENTNOTAVAILABLE && i < AutomationRetryCount)