1 write to _scrollMargin
System.Windows.Forms (1)
System\Windows\Forms\Scrolling\ScrollableControl.cs (1)
333_scrollMargin = _requestedScrollMargin;
10 references to _scrollMargin
System.Windows.Forms (10)
System\Windows\Forms\Scrolling\ScrollableControl.cs (10)
337_scrollMargin.Height += Padding.Bottom; 338_scrollMargin.Width += Padding.Right; 359_scrollMargin.Height += current.Size.Height; 362_scrollMargin.Width += current.Size.Width; 371maxX = _userAutoScrollMinSize.Width + _scrollMargin.Width; 372maxY = _userAutoScrollMinSize.Height + _scrollMargin.Height; 455int ctlRight = -display.X + bounds.X + bounds.Width + _scrollMargin.Width; 456int ctlBottom = -display.Y + bounds.Y + bounds.Height + _scrollMargin.Height; 851int xMargin = _scrollMargin.Width; 852int yMargin = _scrollMargin.Height;