2 writes to CanContentScroll
PresentationFramework (2)
System\Windows\Controls\PasswordBox.cs (1)
1027this.ScrollViewer.CanContentScroll = true;
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1822this.ScrollViewer.CanContentScroll = true;
7 references to CanContentScroll
PresentationFramework (7)
System\Windows\Controls\GridViewRowPresenter.cs (1)
455scrollViewer.CanContentScroll)
System\Windows\Controls\ItemsControl.cs (4)
1994ScrollHost.CanContentScroll && 2758ScrollHost.CanContentScroll && 3261ScrollHost != null && ScrollHost.CanContentScroll && 3271ScrollHost != null && ScrollHost.CanContentScroll &&
System\Windows\Controls\ScrollViewer.cs (1)
438/// DependencyProperty for <see cref="CanContentScroll" /> property.
System\Windows\Controls\VirtualizingStackPanel.cs (1)
3361if (scrollOwner != null && scrollOwner.CanContentScroll)