2 writes to _hasScrolled
PresentationFramework (2)
System\Windows\Controls\Primitives\ScrollBar.cs (2)
302
scrollBar.
_hasScrolled
= false;
347
_hasScrolled
= true;
1 reference to _hasScrolled
PresentationFramework (1)
System\Windows\Controls\Primitives\ScrollBar.cs (1)
372
if (
_hasScrolled
)