2 writes to _hasScrolled
PresentationFramework (2)
System\Windows\Controls\Primitives\ScrollBar.cs (2)
318
scrollBar.
_hasScrolled
= false;
363
_hasScrolled
= true;
1 reference to _hasScrolled
PresentationFramework (1)
System\Windows\Controls\Primitives\ScrollBar.cs (1)
388
if (
_hasScrolled
)