2 writes to _thumbOffset
PresentationFramework (2)
src\Framework\System\Windows\Controls\Primitives\ScrollBar.cs (2)
154_thumbOffset = new Vector(); 170_thumbOffset = thumbPoint - new Point(Track.Thumb.ActualWidth * 0.5, Track.Thumb.ActualHeight * 0.5);
2 references to _thumbOffset
PresentationFramework (2)
src\Framework\System\Windows\Controls\Primitives\ScrollBar.cs (2)
333scrollBar.UpdateValue(e.HorizontalChange + scrollBar._thumbOffset.X, e.VerticalChange + scrollBar._thumbOffset.Y);