9 writes to IsScrollActive
PresentationFramework (9)
System\Windows\Controls\VirtualizingStackPanel.cs (9)
496IsScrollActive = true; 625IsScrollActive = true; 1561IsScrollActive = true; 4415IsScrollActive = false; 4646IsScrollActive = false; 9789IsScrollActive = true; 9812IsScrollActive = true; 10363IsScrollActive = true; 10367IsScrollActive = true;
11 references to IsScrollActive
PresentationFramework (11)
System\Windows\Controls\VirtualizingStackPanel.cs (11)
1065if (!isVSP45Compat && IsScrollActive) 2079if (IsScrollActive) 4317if (!IsScrollActive || IgnoreMaxDesiredSize) 4417else if (IsScrollActive) 4439else if (IsScrollActive) 9728"isa:", IsScrollActive, 9747(IsScrollActive && computedViewportOffset.X > 0.0 && DoubleUtil.GreaterThanOrClose(computedViewportOffset.X, _scrollData.Extent.Width-_scrollData.Viewport.Width))) 9749(IsScrollActive && computedViewportOffset.Y > 0.0 && DoubleUtil.GreaterThanOrClose(computedViewportOffset.Y, _scrollData.Extent.Height-_scrollData.Viewport.Height))); 9752(IsScrollActive && computedViewportOffset.Y > 0.0 && DoubleUtil.GreaterThanOrClose(computedViewportOffset.Y, _scrollData.Extent.Height-_scrollData.Viewport.Height))) 9754(IsScrollActive && computedViewportOffset.X > 0.0 && DoubleUtil.GreaterThanOrClose(computedViewportOffset.X, _scrollData.Extent.Width-_scrollData.Viewport.Width))); 10359if (remeasure && (IsVirtualizing && !IsScrollActive))