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