2 writes to ArrangeInProgress
PresentationCore (2)
System\Windows\UIElement.cs (2)
861ArrangeInProgress = true; 893ArrangeInProgress = false;
5 references to ArrangeInProgress
PresentationCore (4)
System\Windows\LayoutManager.cs (1)
549&& !parent.ArrangeInProgress; //if parent's arrange is in progress, we might have passed this child already
System\Windows\UIElement.cs (3)
285&& !ArrangeInProgress) 459Invariant.Assert(!e.MeasureInProgress && !e.ArrangeInProgress); 505Invariant.Assert(!e.MeasureInProgress && !e.ArrangeInProgress);
PresentationFramework (1)
System\Windows\Controls\ScrollViewer.cs (1)
241(!ArrangeInProgress || !InvalidatedMeasureFromArrange))