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