9 writes to IsScrollActive
PresentationFramework (9)
System\Windows\Controls\VirtualizingStackPanel.cs (9)
496IsScrollActive = true; 625IsScrollActive = true; 1565IsScrollActive = true; 4435IsScrollActive = false; 4669IsScrollActive = false; 9808IsScrollActive = true; 9831IsScrollActive = true; 10385IsScrollActive = true; 10389IsScrollActive = true;
11 references to IsScrollActive
PresentationFramework (11)
System\Windows\Controls\VirtualizingStackPanel.cs (11)
1065if (!isVSP45Compat && IsScrollActive) 2092if (IsScrollActive) 4337if (!IsScrollActive || IgnoreMaxDesiredSize) 4437else if (IsScrollActive) 4462else if (IsScrollActive) 9747"isa:", IsScrollActive, 9766(IsScrollActive && computedViewportOffset.X > 0.0 && DoubleUtil.GreaterThanOrClose(computedViewportOffset.X, _scrollData.Extent.Width-_scrollData.Viewport.Width))) 9768(IsScrollActive && computedViewportOffset.Y > 0.0 && DoubleUtil.GreaterThanOrClose(computedViewportOffset.Y, _scrollData.Extent.Height-_scrollData.Viewport.Height))); 9771(IsScrollActive && computedViewportOffset.Y > 0.0 && DoubleUtil.GreaterThanOrClose(computedViewportOffset.Y, _scrollData.Extent.Height-_scrollData.Viewport.Height))) 9773(IsScrollActive && computedViewportOffset.X > 0.0 && DoubleUtil.GreaterThanOrClose(computedViewportOffset.X, _scrollData.Extent.Width-_scrollData.Viewport.Width))); 10381if (remeasure && (IsVirtualizing && !IsScrollActive))