9 writes to IsScrollActive
PresentationFramework (9)
System\Windows\Controls\VirtualizingStackPanel.cs (9)
501IsScrollActive = true; 630IsScrollActive = true; 1570IsScrollActive = true; 4440IsScrollActive = false; 4674IsScrollActive = false; 9813IsScrollActive = true; 9836IsScrollActive = true; 10390IsScrollActive = true; 10394IsScrollActive = true;
11 references to IsScrollActive
PresentationFramework (11)
System\Windows\Controls\VirtualizingStackPanel.cs (11)
1070if (!isVSP45Compat && IsScrollActive) 2097if (IsScrollActive) 4342if (!IsScrollActive || IgnoreMaxDesiredSize) 4442else if (IsScrollActive) 4467else if (IsScrollActive) 9752"isa:", IsScrollActive, 9771(IsScrollActive && computedViewportOffset.X > 0.0 && DoubleUtil.GreaterThanOrClose(computedViewportOffset.X, _scrollData.Extent.Width-_scrollData.Viewport.Width))) 9773(IsScrollActive && computedViewportOffset.Y > 0.0 && DoubleUtil.GreaterThanOrClose(computedViewportOffset.Y, _scrollData.Extent.Height-_scrollData.Viewport.Height))); 9776(IsScrollActive && computedViewportOffset.Y > 0.0 && DoubleUtil.GreaterThanOrClose(computedViewportOffset.Y, _scrollData.Extent.Height-_scrollData.Viewport.Height))) 9778(IsScrollActive && computedViewportOffset.X > 0.0 && DoubleUtil.GreaterThanOrClose(computedViewportOffset.X, _scrollData.Extent.Width-_scrollData.Viewport.Width))); 10386if (remeasure && (IsVirtualizing && !IsScrollActive))