10 references to MeasureQueue
PresentationCore (10)
System\Windows\LayoutManager.cs (5)
75
MeasureQueue
.Add(e);
123
return (!
MeasureQueue
.IsEmpty) || (!ArrangeQueue.IsEmpty);
296
currentElement =
MeasureQueue
.GetTopMost();
334
while(
MeasureQueue
.IsEmpty)
391
if(!
MeasureQueue
.IsEmpty) continue;
System\Windows\UIElement.cs (5)
269
if (ContextLayoutManager.
MeasureQueue
.IsEmpty)
275
ContextLayoutManager.
MeasureQueue
.Add(this);
520
contextLayoutManager.
MeasureQueue
.Add(e);
605
ContextLayoutManager.From(Dispatcher).
MeasureQueue
.Remove(this);
688
ContextLayoutManager.From(Dispatcher).
MeasureQueue
.Remove(this);