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