1 write to _scrollMargin
System.Windows.Forms (1)
System\Windows\Forms\Scrolling\ScrollableControl.cs (1)
339_scrollMargin = _requestedScrollMargin;
10 references to _scrollMargin
System.Windows.Forms (10)
System\Windows\Forms\Scrolling\ScrollableControl.cs (10)
343_scrollMargin.Height += Padding.Bottom; 344_scrollMargin.Width += Padding.Right; 365_scrollMargin.Height += current.Size.Height; 368_scrollMargin.Width += current.Size.Width; 377maxX = _userAutoScrollMinSize.Width + _scrollMargin.Width; 378maxY = _userAutoScrollMinSize.Height + _scrollMargin.Height; 461int ctlRight = -display.X + bounds.X + bounds.Width + _scrollMargin.Width; 462int ctlBottom = -display.Y + bounds.Y + bounds.Height + _scrollMargin.Height; 857int xMargin = _scrollMargin.Width; 858int yMargin = _scrollMargin.Height;