7 references to ArrangeQueue
PresentationCore (7)
Core\CSharp\System\Windows\LayoutManager.cs (3)
92ArrangeQueue.Add(e); 139return (!MeasureQueue.IsEmpty) || (!ArrangeQueue.IsEmpty); 383currentElement = ArrangeQueue.GetTopMost();
Core\CSharp\System\Windows\UIElement.cs (4)
311ContextLayoutManager.ArrangeQueue.Add(this); 537contextLayoutManager.ArrangeQueue.Add(e); 830ContextLayoutManager.From(Dispatcher).ArrangeQueue.Remove(this); 930ContextLayoutManager.From(Dispatcher).ArrangeQueue.Remove(this);