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