2 writes to CanContentScroll
PresentationFramework (2)
src\Framework\System\Windows\Controls\PasswordBox.cs (1)
1063
this.ScrollViewer.
CanContentScroll
= true;
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1929
this.ScrollViewer.
CanContentScroll
= true;
7 references to CanContentScroll
PresentationFramework (7)
src\Framework\System\Windows\Controls\GridViewRowPresenter.cs (1)
462
scrollViewer.
CanContentScroll
)
src\Framework\System\Windows\Controls\ItemsControl.cs (4)
2036
ScrollHost.
CanContentScroll
&&
2800
ScrollHost.
CanContentScroll
&&
3231
ScrollHost != null && ScrollHost.
CanContentScroll
&&
3241
ScrollHost != 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)
3319
if (scrollOwner != null && scrollOwner.
CanContentScroll
)