3 references to Synchronized
PresentationCore (1)
Core\CSharp\System\Windows\Media\Imaging\BitmapDownload.cs (1)
80_workQueue = Queue.Synchronized(new Queue());
UIAutomationClient (1)
MS\Internal\Automation\QueueProcessor.cs (1)
57_q = Queue.Synchronized(new Queue(initCapacity));
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\QueueProcessor.cs (1)
43_q = Queue.Synchronized(new Queue(initCapacity));