1 write to _canScroll
PresentationFramework (1)
src\Framework\System\Windows\Controls\Primitives\ScrollBar.cs (1)
737scrollBar._canScroll = canScrollNew;
2 references to _canScroll
PresentationFramework (2)
src\Framework\System\Windows\Controls\Primitives\ScrollBar.cs (2)
216return base.IsEnabledCore && _canScroll; 735if (canScrollNew != scrollBar._canScroll)