1 write to DropDownButtonWidth
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripSplitButton.cs (1)
634DropDownButtonWidth = DefaultDropDownButtonWidth;
4 references to DropDownButtonWidth
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ToolStripSplitButton.cs (4)
372dropDownButtonBounds = new Rectangle(Point.Empty, new Size(Math.Min(this.Width, DropDownButtonWidth), this.Height)); 390splitButtonButtonBounds.Offset(DropDownButtonWidth+splitterWidth, 0); 428preferredSize.Width += DropDownButtonWidth + SplitterWidth + Padding.Horizontal; 648return (DropDownButtonWidth != DefaultDropDownButtonWidth);