3 references to GdiPlusExtraSpace
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (3)
552
+ g.MeasureString(item.Type.Name, _newItemTypes.Font).Width +
GdiPlusExtraSpace
);
901
Rectangle textRect = new(classWidth +
GdiPlusExtraSpace
, 0, bounds.Width - (classWidth +
GdiPlusExtraSpace
), bounds.Height);