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