2 writes to CanContentScroll
PresentationFramework (2)
System\Windows\Controls\PasswordBox.cs (1)
1024
this.ScrollViewer?.
CanContentScroll
= true;
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1813
this.ScrollViewer?.
CanContentScroll
= true;
6 references to CanContentScroll
PresentationFramework (6)
System\Windows\Controls\GridViewRowPresenter.cs (1)
454
scrollViewer.
CanContentScroll
)
System\Windows\Controls\ItemsControl.cs (4)
1993
ScrollHost.
CanContentScroll
&&
2757
ScrollHost.
CanContentScroll
&&
3260
ScrollHost != null && ScrollHost.
CanContentScroll
&&
3270
ScrollHost != null && ScrollHost.
CanContentScroll
&&
System\Windows\Controls\VirtualizingStackPanel.cs (1)
3360
if (scrollOwner != null && scrollOwner.
CanContentScroll
)