4 references to SetAutoScrollMargin
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
4212base.SetAutoScrollMargin(x, y);
System\Windows\Forms\Scrolling\ScrollableControl.cs (1)
108SetAutoScrollMargin(value.Width, value.Height);
System.Windows.Forms.Tests (2)
System\Windows\Forms\ScrollableControlTests.cs (2)
2248control.SetAutoScrollMargin(width, height); 2279control.SetAutoScrollMargin(width, height);