2 references to DefaultDropDownWidth
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripSplitButton.cs (2)
32
private static int s_scaledDropDownButtonWidth =
DefaultDropDownWidth
;
211
s_scaledDropDownButtonWidth = ScaleHelper.ScaleToInitialSystemDpi(
DefaultDropDownWidth
);