1 write to scrollMargin
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ScrollableControl.cs (1)
451
scrollMargin
= requestedScrollMargin;
10 references to scrollMargin
System.Windows.Forms (10)
winforms\Managed\System\WinForms\ScrollableControl.cs (10)
454
scrollMargin
.Height += Padding.Bottom;
455
scrollMargin
.Width += Padding.Right;
474
scrollMargin
.Height += current.Size.Height;
477
scrollMargin
.Width += current.Size.Width;
485
maxX = userAutoScrollMinSize.Width +
scrollMargin
.Width;
486
maxY = userAutoScrollMinSize.Height +
scrollMargin
.Height;
557
int ctlRight = -display.X + bounds.X + bounds.Width +
scrollMargin
.Width;
558
int ctlBottom = -display.Y + bounds.Y + bounds.Height +
scrollMargin
.Height;
948
int xMargin =
scrollMargin
.Width;
949
int yMargin =
scrollMargin
.Height;