9 writes to Width
System.Windows.Forms (1)
System\Windows\Forms\DataBinding\BindingNavigator.cs (1)
213PositionItem.Width = 50;
System.Windows.Forms.Design (8)
System\Windows\Forms\Design\ToolStripDesigner.cs (3)
688_editorNode.Width = width; 777_editorNode.Width = _tn.EditorToolStrip.Width; 2275_editorNode.Width = _tn.EditorToolStrip.Width;
System\Windows\Forms\Design\ToolStripItemDesigner.cs (1)
1208ToolStripItem.Width = _editorNode.EditorToolStrip.Width + 2;
System\Windows\Forms\Design\ToolStripMenuItemDesigner.cs (3)
380_typeHereNode.Width = width; 743Width = width 1342dropDownItem.Width = _commitedEditorNode.Width;
System\Windows\Forms\Design\ToolStripTemplateNode.cs (1)
843Width = s_miniToolStripTextBoxWidth
15 references to Width
System.Windows.Forms (12)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (2)
2133Point midPointOfCurrent = new(selectedItem.Bounds.X + selectedItem.Width / 2, 2157Point otherItemMidLocation = new(otherItem.Bounds.X + otherItem.Width / 2, (down) ? otherItem.Bounds.Top : otherItem.Bounds.Bottom);
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownItem.cs (3)
307offset.X = -dropDownBounds.Width + Width; 317offset.X = -dropDownBounds.Width + Width; 321offset.X = Width;
System\Windows\Forms\Controls\ToolStrips\ToolStripHighContrastRenderer.cs (2)
100e.Graphics.DrawRectangle(SystemPens.ButtonHighlight, new Rectangle(0, 0, e.Item.Width - 1, e.Item.Height - 1)); 181e.Graphics.DrawRectangle(SystemPens.ButtonHighlight, 0, 0, e.Item.Width - 1, e.Item.Height - 1);
System\Windows\Forms\Controls\ToolStrips\ToolstripProfessionalRenderer.cs (2)
172overflowArrowRect = new Rectangle(item.Width - _overflowButtonWidth, item.Height - _overflowArrowOffsetY, _overflowArrowWidth, _overflowArrowHeight); 321ControlPaint.DrawBorder3D(e.Graphics, new Rectangle(0, 0, item.Width, item.Height), item.BorderStyle, (Border3DSide)item.BorderSides);
System\Windows\Forms\Controls\ToolStrips\ToolStripSplitButton.cs (2)
301Rectangle dropDownButtonBounds = new(Point.Empty, new Size(Math.Min(Width, DropDownButtonWidth), Height)); 304int splitButtonButtonWidth = Math.Max(0, Width - dropDownButtonBounds.Width);
System\Windows\Forms\Controls\ToolStrips\ToolStripSystemRenderer.cs (1)
552ControlPaint.DrawBorder3D(e.Graphics, new Rectangle(0, 0, item.Width - 1, item.Height - 1), item.BorderStyle, (Border3DSide)item.BorderSides);
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\ToolStripItemDesigner.cs (1)
1235boundsInAdornerWindow.X += (ToolStripItem.Width - _editorNode.EditorToolStrip.Width) / 2;
System\Windows\Forms\Design\ToolStripMenuItemDesigner.cs (1)
1342dropDownItem.Width = _commitedEditorNode.Width;
System\Windows\Forms\Design\ToolStripTemplateNode.cs (1)
1474_miniToolStrip.Width = _centerLabel.Width + 2;