9 writes to IsScrollActive
PresentationFramework (9)
System\Windows\Controls\VirtualizingStackPanel.cs (9)
495IsScrollActive = true; 624IsScrollActive = true; 1560IsScrollActive = true; 4414IsScrollActive = false; 4645IsScrollActive = false; 9788IsScrollActive = true; 9811IsScrollActive = true; 10362IsScrollActive = true; 10366IsScrollActive = 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) 9727"isa:", IsScrollActive, 9746(IsScrollActive && computedViewportOffset.X > 0.0 && DoubleUtil.GreaterThanOrClose(computedViewportOffset.X, _scrollData.Extent.Width-_scrollData.Viewport.Width))) 9748(IsScrollActive && computedViewportOffset.Y > 0.0 && DoubleUtil.GreaterThanOrClose(computedViewportOffset.Y, _scrollData.Extent.Height-_scrollData.Viewport.Height))); 9751(IsScrollActive && computedViewportOffset.Y > 0.0 && DoubleUtil.GreaterThanOrClose(computedViewportOffset.Y, _scrollData.Extent.Height-_scrollData.Viewport.Height))) 9753(IsScrollActive && computedViewportOffset.X > 0.0 && DoubleUtil.GreaterThanOrClose(computedViewportOffset.X, _scrollData.Extent.Width-_scrollData.Viewport.Width))); 10358if (remeasure && (IsVirtualizing && !IsScrollActive))