3 writes to Value
System.Windows.Forms (3)
System\Windows\Forms\Scrolling\ScrollableControl.cs (2)
1205
HorizontalScroll.
Value
= -displayRect.X;
1214
VerticalScroll.
Value
= -displayRect.Y;
System\Windows\Forms\Scrolling\ScrollProperties.cs (1)
122
Value
= value;
1 reference to Value
System.Windows.Forms (1)
System\Windows\Forms\Scrolling\ScrollProperties.cs (1)
223
throw new ArgumentOutOfRangeException(nameof(value), string.Format(SR.InvalidBoundArgument, nameof(
Value
), value, $"'{nameof(Minimum)}'", $"'{nameof(Maximum)}'"));