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));