3 references to WAIT_FAILED
UIAutomationClient (3)
MS\Internal\Automation\HwndProxyElementProvider.cs (1)
2054
if (result == UnsafeNativeMethods.
WAIT_FAILED
|| result == UnsafeNativeMethods.WAIT_TIMEOUT)
MS\Internal\Automation\Misc.cs (1)
504
if (terminationEvent == UnsafeNativeMethods.
WAIT_FAILED
)
MS\Internal\Automation\QueueProcessor.cs (1)
138
if (result == UnsafeNativeMethods.
WAIT_FAILED
|| result == UnsafeNativeMethods.WAIT_TIMEOUT)