1 write to _ev
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\QueueProcessor.cs (1)
42
_ev
= new AutoResetEvent(false);
2 references to _ev
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\QueueProcessor.cs (2)
83
_ev
.Set ();
102
SafeWaitHandle handle =
_ev
.SafeWaitHandle;