4 references to _queue
PresentationFramework (4)
System\Windows\Controls\ScrollViewer.cs (4)
203if ((_layoutUpdatedHandler != null) && (_queue.IsEmpty())) 2210Command cmd = _queue.Fetch(); 2289_queue.Enqueue(new Command(code, param, mvp)); 2295if(!_queue.IsEmpty())