2 writes to CanContentScroll
PresentationFramework (2)
src\Framework\System\Windows\Controls\PasswordBox.cs (1)
1063this.ScrollViewer.CanContentScroll = true;
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1929this.ScrollViewer.CanContentScroll = true;
7 references to CanContentScroll
PresentationFramework (7)
src\Framework\System\Windows\Controls\GridViewRowPresenter.cs (1)
462scrollViewer.CanContentScroll)
src\Framework\System\Windows\Controls\ItemsControl.cs (4)
2036ScrollHost.CanContentScroll && 2800ScrollHost.CanContentScroll && 3231ScrollHost != null && ScrollHost.CanContentScroll && 3241ScrollHost != null && ScrollHost.CanContentScroll &&
src\Framework\System\Windows\Controls\ScrollViewer.cs (1)
449/// DependencyProperty for <see cref="CanContentScroll" /> property.
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (1)
3319if (scrollOwner != null && scrollOwner.CanContentScroll)