1 write to scaledDropDownButtonWidth
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripSplitButton.cs (1)
281
scaledDropDownButtonWidth
= DpiHelper.LogicalToDeviceUnitsX(DEFAULT_DROPDOWN_WIDTH);
1 reference to scaledDropDownButtonWidth
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripSplitButton.cs (1)
286
return
scaledDropDownButtonWidth
;