3 writes to minRowHeaderWidth
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGrid.cs (3)
5494minRowHeaderWidth = errorRowBitmapWidth; // the size of the pencil, star and row selector images are the same as the image for the error bitmap 5496minRowHeaderWidth += errorRowBitmapWidth; 5498minRowHeaderWidth += 15; // the size of the plus/minus glyph and spacing around it
4 references to minRowHeaderWidth
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGrid.cs (4)
1689this.RowHeaderWidth = Math.Max(this.minRowHeaderWidth, this.RowHeaderWidth); 1691this.myGridTable.RowHeaderWidth = Math.Max(this.minRowHeaderWidth, this.RowHeaderWidth); 2913value = Math.Max(this.minRowHeaderWidth, value); 5490return minRowHeaderWidth;