17 references to All
System.Windows.Forms (17)
winforms\Managed\System\WinForms\Control.cs (10)
498RequiredScaling = BoundsSpecified.All; 1376SetBounds(value.X, value.Y, value.Width, value.Height, BoundsSpecified.All); 5534if (ParentInternal != null) ParentInternal.LayoutEngine.InitLayout(this, BoundsSpecified.All); 7120LayoutEngine.InitLayout(this, BoundsSpecified.All); 11223LayoutEngine.InitLayout(controlsCollection[i], BoundsSpecified.All); 11443excludedSpecified |= (~RequiredScaling & BoundsSpecified.All); 11562SetBoundsCore(rawScaledBounds.X, rawScaledBounds.Y, scaledSize.Width, scaledSize.Height, BoundsSpecified.All); 11595SetBounds(sx, sy, sw, sh, BoundsSpecified.All); 11806SetBoundsCore(x, y, width, height, BoundsSpecified.All); 11814InitScaling(BoundsSpecified.All);
winforms\Managed\System\WinForms\Form.cs (2)
5939base.SetBoundsCore(adjustedBounds.X, adjustedBounds.Y, adjustedBounds.Width, adjustedBounds.Height, BoundsSpecified.All); 6054SetBounds(x + workingArea.X, y + workingArea.Y, width, height, BoundsSpecified.All);
winforms\Managed\System\WinForms\Layout\DockAndAnchorLayout.cs (1)
692element.SetBounds(CommonProperties.GetSpecifiedBounds(element), BoundsSpecified.All);
winforms\Managed\System\WinForms\MDIClient.cs (1)
216SetBounds(sx, sy, sw, sh, BoundsSpecified.All);
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
2969SetBounds(sx, sy, sw, sh, BoundsSpecified.All);
winforms\Managed\System\WinForms\TabPage.cs (1)
747base.SetBoundsCore (r.X, r.Y, r.Width, r.Height, specified == BoundsSpecified.None ? BoundsSpecified.None : BoundsSpecified.All);
winforms\Managed\System\WinForms\TrackBar.cs (1)
462SetBounds(r.X, r.Y, r.Height, r.Width, BoundsSpecified.All);