9 writes to IsScrollActive
PresentationFramework (9)
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (9)
502IsScrollActive = true; 629IsScrollActive = true; 1521IsScrollActive = true; 4357IsScrollActive = false; 4577IsScrollActive = false; 9663IsScrollActive = true; 9686IsScrollActive = true; 10240IsScrollActive = true; 10244IsScrollActive = true;
11 references to IsScrollActive
PresentationFramework (11)
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (11)
1039if (!isVSP45Compat && IsScrollActive) 2048if (IsScrollActive) 4259if (!IsScrollActive || IgnoreMaxDesiredSize) 4359else if (IsScrollActive) 4384else if (IsScrollActive) 9602"isa:", IsScrollActive, 9621(IsScrollActive && computedViewportOffset.X > 0.0 && DoubleUtil.GreaterThanOrClose(computedViewportOffset.X, _scrollData.Extent.Width-_scrollData.Viewport.Width))) 9623(IsScrollActive && computedViewportOffset.Y > 0.0 && DoubleUtil.GreaterThanOrClose(computedViewportOffset.Y, _scrollData.Extent.Height-_scrollData.Viewport.Height))); 9626(IsScrollActive && computedViewportOffset.Y > 0.0 && DoubleUtil.GreaterThanOrClose(computedViewportOffset.Y, _scrollData.Extent.Height-_scrollData.Viewport.Height))) 9628(IsScrollActive && computedViewportOffset.X > 0.0 && DoubleUtil.GreaterThanOrClose(computedViewportOffset.X, _scrollData.Extent.Width-_scrollData.Viewport.Width))); 10236if (remeasure && (IsVirtualizing && !IsScrollActive))