42 references to IsScrolling
PresentationFramework (42)
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (42)
408Debug.Assert(!IsPixelBased && IsScrolling && 485Debug.Assert(IsScrolling, "setting offset on non-scrolling panel"); 486if (!IsScrolling) 611Debug.Assert(IsScrolling, "setting offset on non-scrolling panel"); 612if (!IsScrolling) 721if (IsScrolling) 1462if (!IsScrolling) 2067bool etwTracingEnabled = IsScrolling && EventTrace.IsEnabled(EventTrace.Keyword.KeywordGeneral, EventTrace.Level.Info); 2310if (IsScrolling && CanVerticallyScroll) { childConstraint.Height = Double.PositiveInfinity; } 2315if (IsScrolling && CanHorizontallyScroll) { childConstraint.Width = Double.PositiveInfinity; } 2562if (IsScrolling && _scrollData._firstContainerInViewport != null && !areContainersUniformlySized) 3024remeasure |= IsScrolling; 3067if (!IsScrolling) 3095if (IsScrolling) 3229bool etwTracingEnabled = IsScrolling && EventTrace.IsEnabled(EventTrace.Keyword.KeywordGeneral, EventTrace.Level.Info); 3553if (resetMaximumDesiredSize && IsScrolling) 3561if (IsScrolling) 3660if (IsScrolling) 3827if (IsScrolling) 3895Debug.Assert(IsScrolling && IsVirtualizing, "Only check viewport on scrolling panel when virtualizing"); 4092bool isScrolling = IsScrolling; 4170if (IsScrolling) 4243if (IsScrolling) 4680if (!IsScrolling && virtualizationInfoProvider != null && 4702if (IsScrolling) 4718if (!IsScrolling && virtualizationInfoProvider != null && 4737if (IsScrolling) 4786if (!IsScrolling && virtualizationInfoProvider != null && 4808if (IsScrolling) 4824if (!IsScrolling && virtualizationInfoProvider != null && 4843if (IsScrolling) 4876Debug.Assert(IsScrolling, "The scrolling panel is the only one that should extend the viewport"); 5726if (!IsScrolling) 5762if (!IsScrolling) 6157bool ignoreContainerPixelSize = IsPixelBased || (IsScrolling && !hasVirtualizingChildren); 8267if (IsScrolling) 8308else if (!IsVSP45Compat && (!IsScrolling || HasVirtualizingChildren)) 9425if (element.IsScrolling) 9461Debug.Assert(IsScrolling, "ScrollData must only be set on a scrolling panel."); 10315Debug.Assert(IsScrolling, "ScrollData must only be set on a scrolling panel."); 11470get { return IsScrolling; } 12829if (IsScrolling)