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