2 writes to ArrangeInProgress
PresentationCore (2)
Core\CSharp\System\Windows\UIElement.cs (2)
878ArrangeInProgress = true; 910ArrangeInProgress = false;
4 references to ArrangeInProgress
PresentationCore (4)
Core\CSharp\System\Windows\LayoutManager.cs (1)
572&& !parent.ArrangeInProgress; //if parent's arrange is in progress, we might have passed this child already
Core\CSharp\System\Windows\UIElement.cs (3)
302&& !ArrangeInProgress) 476Invariant.Assert(!e.MeasureInProgress && !e.ArrangeInProgress); 522Invariant.Assert(!e.MeasureInProgress && !e.ArrangeInProgress);