9 references to CanContentScroll
PresentationFramework (9)
System\Windows\Controls\GridViewRowPresenter.cs (1)
454scrollViewer.CanContentScroll)
System\Windows\Controls\ItemsControl.cs (4)
1993ScrollHost.CanContentScroll && 2757ScrollHost.CanContentScroll && 3260ScrollHost != null && ScrollHost.CanContentScroll && 3270ScrollHost != null && ScrollHost.CanContentScroll &&
System\Windows\Controls\PasswordBox.cs (1)
1024this.ScrollViewer?.CanContentScroll = true;
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1816this.ScrollViewer?.CanContentScroll = true;
System\Windows\Controls\ScrollViewer.cs (1)
437/// DependencyProperty for <see cref="CanContentScroll" /> property.
System\Windows\Controls\VirtualizingStackPanel.cs (1)
3360if (scrollOwner != null && scrollOwner.CanContentScroll)