24 references to Width
System.Windows.Forms (14)
System\Windows\Forms\BoundsSpecified.cs (1)
43Size = Width | Height,
System\Windows\Forms\Control.cs (3)
3620set => SetBounds(_x, _y, value, _height, BoundsSpecified.Width); 5414if ((_controlStyle & ControlStyles.FixedWidth) != ControlStyles.FixedWidth && (specified & BoundsSpecified.Width) != 0) 10103if ((specified & BoundsSpecified.Width) == BoundsSpecified.None)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (2)
27453if ((specified & BoundsSpecified.Width) == BoundsSpecified.Width && width > UpperSize)
System\Windows\Forms\Controls\Labels\Label.cs (1)
1384if ((specified & BoundsSpecified.Width) != BoundsSpecified.None)
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (1)
1022if ((specified & BoundsSpecified.Width) != BoundsSpecified.None)
System\Windows\Forms\Form.cs (3)
5249_restoredWindowBoundsSpecified |= (specified & (BoundsSpecified.Width | BoundsSpecified.Height)); 5261if ((specified & BoundsSpecified.Width) != 0) 5285if ((specified & BoundsSpecified.Width) != 0 || _restoreBounds.Width == -1)
System\Windows\Forms\Layout\CommonProperties.cs (1)
292bool wChangedButNotSpecified = ((specified & BoundsSpecified.Width) == BoundsSpecified.None) & width != originalBounds.Width;
System\Windows\Forms\Layout\Containers\SplitContainer.cs (1)
2073if ((specified & BoundsSpecified.Width) != BoundsSpecified.None && Orientation == Orientation.Vertical)
System\Windows\Forms\Scrolling\ScrollBar.cs (1)
482specified &= ~BoundsSpecified.Width;
System.Windows.Forms.Design (10)
System\Windows\Forms\Design\Behavior\ResizeBehavior.cs (4)
711specified |= BoundsSpecified.Width; 724specified |= BoundsSpecified.Width; 764if (((specified & BoundsSpecified.Width) == BoundsSpecified.Width) &&
System\Windows\Forms\Design\ComponentTray.cs (2)
2396(specified & BoundsSpecified.Width) == BoundsSpecified.Width ||
System\Windows\Forms\Design\DataGridViewColumnTypeEditor.Picker.cs (2)
61if ((BoundsSpecified.Width & specified) == BoundsSpecified.Width)
System\Windows\Forms\Design\DesignBindingPicker.cs (2)
1661if ((specified & BoundsSpecified.Width) == BoundsSpecified.Width)