5 references to IsEmpty
PresentationCore (5)
System\Windows\LayoutManager.cs (4)
123return (!MeasureQueue.IsEmpty) || (!ArrangeQueue.IsEmpty); 334while(MeasureQueue.IsEmpty) 391if(!MeasureQueue.IsEmpty) continue;
System\Windows\UIElement.cs (1)
269if (ContextLayoutManager.MeasureQueue.IsEmpty)