10 references to MeasureQueue
PresentationCore (10)
Core\CSharp\System\Windows\LayoutManager.cs (5)
91
MeasureQueue
.Add(e);
139
return (!
MeasureQueue
.IsEmpty) || (!ArrangeQueue.IsEmpty);
315
currentElement =
MeasureQueue
.GetTopMost();
353
while(
MeasureQueue
.IsEmpty)
410
if(!
MeasureQueue
.IsEmpty) continue;
Core\CSharp\System\Windows\UIElement.cs (5)
281
if (ContextLayoutManager.
MeasureQueue
.IsEmpty)
287
ContextLayoutManager.
MeasureQueue
.Add(this);
532
contextLayoutManager.
MeasureQueue
.Add(e);
617
ContextLayoutManager.From(Dispatcher).
MeasureQueue
.Remove(this);
700
ContextLayoutManager.From(Dispatcher).
MeasureQueue
.Remove(this);