4 references to _queue
PresentationFramework (4)
src\Framework\System\Windows\Controls\ScrollViewer.cs (4)
214if ((_layoutUpdatedHandler != null) && (_queue.IsEmpty())) 2267Command cmd = _queue.Fetch(); 2337_queue.Enqueue(new Command(code, param, mvp)); 2343if(!_queue.IsEmpty())