9 writes to IsScrollActive
PresentationFramework (9)
System\Windows\Controls\VirtualizingStackPanel.cs (9)
495IsScrollActive = true; 624IsScrollActive = true; 1560IsScrollActive = true; 4414IsScrollActive = false; 4642IsScrollActive = false; 9785IsScrollActive = true; 9808IsScrollActive = true; 10359IsScrollActive = true; 10363IsScrollActive = true;
11 references to IsScrollActive
PresentationFramework (11)
System\Windows\Controls\VirtualizingStackPanel.cs (11)
1064if (!isVSP45Compat && IsScrollActive) 2078if (IsScrollActive) 4316if (!IsScrollActive || IgnoreMaxDesiredSize) 4416else if (IsScrollActive) 4438else if (IsScrollActive) 9724"isa:", IsScrollActive, 9743(IsScrollActive && computedViewportOffset.X > 0.0 && DoubleUtil.GreaterThanOrClose(computedViewportOffset.X, _scrollData.Extent.Width-_scrollData.Viewport.Width))) 9745(IsScrollActive && computedViewportOffset.Y > 0.0 && DoubleUtil.GreaterThanOrClose(computedViewportOffset.Y, _scrollData.Extent.Height-_scrollData.Viewport.Height))); 9748(IsScrollActive && computedViewportOffset.Y > 0.0 && DoubleUtil.GreaterThanOrClose(computedViewportOffset.Y, _scrollData.Extent.Height-_scrollData.Viewport.Height))) 9750(IsScrollActive && computedViewportOffset.X > 0.0 && DoubleUtil.GreaterThanOrClose(computedViewportOffset.X, _scrollData.Extent.Width-_scrollData.Viewport.Width))); 10355if (remeasure && (IsVirtualizing && !IsScrollActive))