16 references to Width
System.Windows.Forms (16)
winforms\Managed\System\WinForms\BoundsSpecified.cs (1)
77
Size =
Width
| Height,
winforms\Managed\System\WinForms\Control.cs (4)
4462
SetBounds(x, y, value, height, BoundsSpecified.
Width
);
6625
if ((controlStyle & ControlStyles.FixedWidth) != ControlStyles.FixedWidth && (specified & BoundsSpecified.
Width
) != 0) {
11506
if (dx == 1.0F) specified &= ~(BoundsSpecified.X | BoundsSpecified.
Width
);
11825
if ((specified & BoundsSpecified.
Width
) == BoundsSpecified.None) width = this.width;
winforms\Managed\System\WinForms\DataGridViewMethods.cs (2)
27472
if ((specified & BoundsSpecified.
Width
) == BoundsSpecified.
Width
&& width > upperSize) {
winforms\Managed\System\WinForms\Form.cs (3)
5869
restoredWindowBoundsSpecified |= (specified & (BoundsSpecified.
Width
| BoundsSpecified.Height));
5875
if ((specified & BoundsSpecified.
Width
) != 0) {
5890
if ((specified & BoundsSpecified.
Width
) != 0 || restoreBounds.Width == -1)
winforms\Managed\System\WinForms\Label.cs (1)
1673
if ((specified & BoundsSpecified.
Width
) != BoundsSpecified.None)
winforms\Managed\System\WinForms\Layout\CommonProperties.cs (1)
281
bool wChangedButNotSpecified = ((specified & BoundsSpecified.
Width
) == BoundsSpecified.None) & width != originalBounds.Width;
winforms\Managed\System\WinForms\ScrollBar.cs (1)
671
specified &= ~BoundsSpecified.
Width
;
winforms\Managed\System\WinForms\SplitContainer.cs (1)
2148
if ((specified & BoundsSpecified.
Width
) != BoundsSpecified.None && Orientation == Orientation.Vertical) {
winforms\Managed\System\WinForms\ToolBar.cs (1)
1457
if ((specified & BoundsSpecified.
Width
) != BoundsSpecified.None) requestedSize = width;
winforms\Managed\System\WinForms\TrackBar.cs (1)
1068
if ((specified & BoundsSpecified.
Width
) != BoundsSpecified.None)