2 references to GetModernButtonGroupWidth
System.Windows.Forms (2)
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (2)
1026? textWidth + (ModernContentInset * 2) + GetModernButtonGroupWidth() 1042int buttonsWidth = Math.Min(GetModernButtonGroupWidth(), Math.Max(0, clientArea.Width - (pad * 2)));