5 references to IsEmpty
PresentationCore (5)
System\Windows\LayoutManager.cs (4)
122return (!MeasureQueue.IsEmpty) || (!ArrangeQueue.IsEmpty); 333while(MeasureQueue.IsEmpty) 390if(!MeasureQueue.IsEmpty) continue;
System\Windows\UIElement.cs (1)
264if (ContextLayoutManager.MeasureQueue.IsEmpty)