4 references to _queue
PresentationFramework (4)
System\Windows\Controls\ScrollViewer.cs (4)
211if ((_layoutUpdatedHandler != null) && (_queue.IsEmpty())) 2219Command cmd = _queue.Fetch(); 2298_queue.Enqueue(new Command(code, param, mvp)); 2304if(!_queue.IsEmpty())