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