1 write to _ev
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\QueueProcessor.cs (1)
208
_ev
= new AutoResetEvent (false);
2 references to _ev
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\QueueProcessor.cs (2)
78
return syncItem.
_ev
.WaitOne (2000, false);
227
_ev
.Set ();