2 references to WAIT_TIMEOUT
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\Misc.cs (1)
1581
if (result == NativeMethods.WAIT_FAILED || result == NativeMethods.
WAIT_TIMEOUT
)
MS\Internal\AutomationProxies\QueueProcessor.cs (1)
124
if (result == NativeMethods.WAIT_FAILED || result == NativeMethods.
WAIT_TIMEOUT
)