1 write to _scrollMargin
System.Windows.Forms (1)
System\Windows\Forms\Scrolling\ScrollableControl.cs (1)
331_scrollMargin = _requestedScrollMargin;
10 references to _scrollMargin
System.Windows.Forms (10)
System\Windows\Forms\Scrolling\ScrollableControl.cs (10)
335_scrollMargin.Height += Padding.Bottom; 336_scrollMargin.Width += Padding.Right; 357_scrollMargin.Height += current.Size.Height; 360_scrollMargin.Width += current.Size.Width; 369maxX = _userAutoScrollMinSize.Width + _scrollMargin.Width; 370maxY = _userAutoScrollMinSize.Height + _scrollMargin.Height; 453int ctlRight = -display.X + bounds.X + bounds.Width + _scrollMargin.Width; 454int ctlBottom = -display.Y + bounds.Y + bounds.Height + _scrollMargin.Height; 849int xMargin = _scrollMargin.Width; 850int yMargin = _scrollMargin.Height;