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