2 writes to _hasScrolled
PresentationFramework (2)
src\Framework\System\Windows\Controls\Primitives\ScrollBar.cs (2)
323
scrollBar.
_hasScrolled
= false;
368
_hasScrolled
= true;
1 reference to _hasScrolled
PresentationFramework (1)
src\Framework\System\Windows\Controls\Primitives\ScrollBar.cs (1)
393
if (
_hasScrolled
)