3 references to Synchronized
PresentationCore (1)
System\Windows\Media\Imaging\BitmapDownload.cs (1)
54
_workQueue = Queue.
Synchronized
(new Queue());
UIAutomationClient (1)
MS\Internal\Automation\QueueProcessor.cs (1)
44
_q = Queue.
Synchronized
(new Queue(initCapacity));
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\QueueProcessor.cs (1)
34
_q = Queue.
Synchronized
(new Queue(initCapacity));