16 references to All
System.Windows.Forms (16)
System\Windows\Forms\Control.cs (10)
322
RequiredScaling = BoundsSpecified.
All
;
1105
set => SetBounds(value.X, value.Y, value.Width, value.Height, BoundsSpecified.
All
);
4315
ParentInternal?.LayoutEngine.InitLayout(this, BoundsSpecified.
All
);
5852
LayoutEngine.InitLayout(this, BoundsSpecified.
All
);
9546
LayoutEngine.InitLayout(child, BoundsSpecified.
All
);
9763
excludedSpecified |= (~RequiredScaling & BoundsSpecified.
All
);
9883
SetBoundsCore(rawScaledBounds.X, rawScaledBounds.Y, scaledSize.Width, scaledSize.Height, BoundsSpecified.
All
);
9912
SetBounds(sx, sy, sw, sh, BoundsSpecified.
All
);
10070
SetBoundsCore(x, y, width, height, BoundsSpecified.
All
);
10084
InitScaling(BoundsSpecified.
All
);
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
2578
SetBounds(sx, sy, sw, sh, BoundsSpecified.
All
);
System\Windows\Forms\Controls\TabControl\TabPage.cs (1)
740
base.SetBoundsCore(r.X, r.Y, r.Width, r.Height, specified == BoundsSpecified.None ? BoundsSpecified.None : BoundsSpecified.
All
);
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (1)
393
SetBounds(r.X, r.Y, r.Height, r.Width, BoundsSpecified.
All
);
System\Windows\Forms\Form.cs (1)
5395
SetBounds(x + workingArea.X, y + workingArea.Y, width, height, BoundsSpecified.
All
);
System\Windows\Forms\Layout\DefaultLayout.cs (1)
972
element.SetBounds(CommonProperties.GetSpecifiedBounds(element), BoundsSpecified.
All
);
System\Windows\Forms\MDI\MDIClient.cs (1)
195
SetBounds(sx, sy, sw, sh, BoundsSpecified.
All
);