3 references to DefaultDropDownButtonWidth
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStripSplitButton.cs (3)
362_dropDownButtonWidth = DefaultDropDownButtonWidth; 543public virtual void ResetDropDownButtonWidth() => DropDownButtonWidth = DefaultDropDownButtonWidth; 551internal virtual bool ShouldSerializeDropDownButtonWidth() => DropDownButtonWidth != DefaultDropDownButtonWidth;