2 writes to CanContentScroll
PresentationFramework (2)
System\Windows\Controls\PasswordBox.cs (1)
1047
this.ScrollViewer.
CanContentScroll
= true;
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1898
this.ScrollViewer.
CanContentScroll
= true;
7 references to CanContentScroll
PresentationFramework (7)
System\Windows\Controls\GridViewRowPresenter.cs (1)
459
scrollViewer.
CanContentScroll
)
System\Windows\Controls\ItemsControl.cs (4)
2033
ScrollHost.
CanContentScroll
&&
2797
ScrollHost.
CanContentScroll
&&
3300
ScrollHost != null && ScrollHost.
CanContentScroll
&&
3310
ScrollHost != null && ScrollHost.
CanContentScroll
&&
System\Windows\Controls\ScrollViewer.cs (1)
446
/// DependencyProperty for <see cref="
CanContentScroll
" /> property.
System\Windows\Controls\VirtualizingStackPanel.cs (1)
3380
if (scrollOwner != null && scrollOwner.
CanContentScroll
)