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