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