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