1 write to _previousValue
PresentationFramework (1)
src\Framework\System\Windows\Controls\Primitives\ScrollBar.cs (1)
324
scrollBar.
_previousValue
= scrollBar.Value;
1 reference to _previousValue
PresentationFramework (1)
src\Framework\System\Windows\Controls\Primitives\ScrollBar.cs (1)
363
newValue =
_previousValue
;