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