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