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;
377
maxX = _userAutoScrollMinSize.Width +
_scrollMargin
.Width;
378
maxY = _userAutoScrollMinSize.Height +
_scrollMargin
.Height;
461
int ctlRight = -display.X + bounds.X + bounds.Width +
_scrollMargin
.Width;
462
int ctlBottom = -display.Y + bounds.Y + bounds.Height +
_scrollMargin
.Height;
857
int xMargin =
_scrollMargin
.Width;
858
int yMargin =
_scrollMargin
.Height;