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)
269if (ContextLayoutManager.MeasureQueue.IsEmpty) 275ContextLayoutManager.MeasureQueue.Add(this); 520contextLayoutManager.MeasureQueue.Add(e); 605ContextLayoutManager.From(Dispatcher).MeasureQueue.Remove(this); 688ContextLayoutManager.From(Dispatcher).MeasureQueue.Remove(this);