10 references to MeasureQueue
PresentationCore (10)
System\Windows\LayoutManager.cs (5)
91
MeasureQueue
.Add(e);
139
return (!
MeasureQueue
.IsEmpty) || (!ArrangeQueue.IsEmpty);
312
currentElement =
MeasureQueue
.GetTopMost();
350
while(
MeasureQueue
.IsEmpty)
407
if(!
MeasureQueue
.IsEmpty) continue;
System\Windows\UIElement.cs (5)
274
if (ContextLayoutManager.
MeasureQueue
.IsEmpty)
280
ContextLayoutManager.
MeasureQueue
.Add(this);
525
contextLayoutManager.
MeasureQueue
.Add(e);
610
ContextLayoutManager.From(Dispatcher).
MeasureQueue
.Remove(this);
693
ContextLayoutManager.From(Dispatcher).
MeasureQueue
.Remove(this);