5 references to IsEmpty
PresentationCore (5)
System\Windows\LayoutManager.cs (4)
139return (!MeasureQueue.IsEmpty) || (!ArrangeQueue.IsEmpty); 350while(MeasureQueue.IsEmpty) 407if(!MeasureQueue.IsEmpty) continue;
System\Windows\UIElement.cs (1)
274if (ContextLayoutManager.MeasureQueue.IsEmpty)