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;
369
maxX = _userAutoScrollMinSize.Width +
_scrollMargin
.Width;
370
maxY = _userAutoScrollMinSize.Height +
_scrollMargin
.Height;
453
int ctlRight = -display.X + bounds.X + bounds.Width +
_scrollMargin
.Width;
454
int ctlBottom = -display.Y + bounds.Y + bounds.Height +
_scrollMargin
.Height;
849
int xMargin =
_scrollMargin
.Width;
850
int yMargin =
_scrollMargin
.Height;