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