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