4 references to GDIPLUS_SPACE
System.Windows.Forms (4)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (2)
1885
int totalWidth = stringX + neededWidth + PropertyGridView.
GDIPLUS_SPACE
; // 5 = extra needed to ensure text draws completely and isn't clipped.
1918
int maxSpace = Math.Min(rect.Width-stringX-1, labelWidth + PropertyGridView.
GDIPLUS_SPACE
);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
112
private short requiredLabelPaintMargin =
GDIPLUS_SPACE
;
509
requiredLabelPaintMargin = (short)Math.Max(Math.Max(value, requiredLabelPaintMargin),
GDIPLUS_SPACE
);