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