10 references to MeasureQueue
PresentationCore (10)
System\Windows\LayoutManager.cs (5)
74
MeasureQueue
.Add(e);
122
return (!
MeasureQueue
.IsEmpty) || (!ArrangeQueue.IsEmpty);
295
currentElement =
MeasureQueue
.GetTopMost();
333
while(
MeasureQueue
.IsEmpty)
390
if(!
MeasureQueue
.IsEmpty) continue;
System\Windows\UIElement.cs (5)
264
if (ContextLayoutManager.
MeasureQueue
.IsEmpty)
270
ContextLayoutManager.
MeasureQueue
.Add(this);
515
contextLayoutManager.
MeasureQueue
.Add(e);
600
ContextLayoutManager.From(Dispatcher).
MeasureQueue
.Remove(this);
683
ContextLayoutManager.From(Dispatcher).
MeasureQueue
.Remove(this);