1 write to _ev
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\QueueProcessor.cs (1)
36
_ev
= new AutoResetEvent(false);
2 references to _ev
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\QueueProcessor.cs (2)
77
_ev
.Set ();
96
SafeWaitHandle handle =
_ev
.SafeWaitHandle;