4 references to GdiPlusSpace
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (2)
1546
int totalWidth = stringX + neededWidth + PropertyGridView.
GdiPlusSpace
;
1576
int maxSpace = Math.Min(rect.Width - stringX - 1, labelWidth + PropertyGridView.
GdiPlusSpace
);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (2)
69
private short _requiredLabelPaintMargin =
GdiPlusSpace
;
400
set => _requiredLabelPaintMargin = (short)Math.Max(Math.Max(value, _requiredLabelPaintMargin),
GdiPlusSpace
);