9 references to IconsWidth
System.Windows.Forms (9)
System\Windows\Forms\Controls\DataGridView\DataGridViewUtilities.cs (9)
191
preferredWidth +=
IconsWidth
+ 2 * IconMarginWidth;
196
preferredWidth +=
IconsWidth
+ 2 * IconMarginWidth;
211
if (showGlyph && allowedWidth >= 2 * IconMarginWidth +
IconsWidth
)
216
allowedWidth -= 2 * IconMarginWidth +
IconsWidth
;
219
if (showRowErrors && allowedWidth >= 2 * IconMarginWidth +
IconsWidth
)
224
allowedWidth -= 2 * IconMarginWidth +
IconsWidth
;
249
if ((showGlyph || showRowErrors) && allowedWidth >= 2 * IconMarginWidth +
IconsWidth
)
283
preferredSize.Width +=
IconsWidth
+ 2 * IconMarginWidth;
288
preferredSize.Width +=
IconsWidth
+ 2 * IconMarginWidth;