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