1 write to _canScroll
PresentationFramework (1)
System\Windows\Controls\Primitives\ScrollBar.cs (1)
718scrollBar._canScroll = canScrollNew;
2 references to _canScroll
PresentationFramework (2)
System\Windows\Controls\Primitives\ScrollBar.cs (2)
195return base.IsEnabledCore && _canScroll; 716if (canScrollNew != scrollBar._canScroll)