2 references to WAIT_TIMEOUT
UIAutomationClient (2)
MS\Internal\Automation\HwndProxyElementProvider.cs (1)
2065
if (result == UnsafeNativeMethods.WAIT_FAILED || result == UnsafeNativeMethods.
WAIT_TIMEOUT
)
MS\Internal\Automation\QueueProcessor.cs (1)
153
if (result == UnsafeNativeMethods.WAIT_FAILED || result == UnsafeNativeMethods.
WAIT_TIMEOUT
)