4 references to ModernContentInset
System.Windows.Forms (4)
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (4)
378
int contentInset =
ModernContentInset
;
1015
? textWidth + (
ModernContentInset
* 2) + GetModernButtonGroupWidth()
1021
/// inset by <see cref="
ModernContentInset
"/> so they sit inside the frame drawn by
1030
int pad =
ModernContentInset
;