6 references to errorRowBitmapWidth
System.Windows.Forms (6)
winforms\Managed\System\WinForms\DataGrid.cs (6)
685this.RowHeaderWidth += errorRowBitmapWidth; 687this.myGridTable.RowHeaderWidth += errorRowBitmapWidth; 691this.RowHeaderWidth -= errorRowBitmapWidth; 693this.myGridTable.RowHeaderWidth -= errorRowBitmapWidth; 5494minRowHeaderWidth = errorRowBitmapWidth; // the size of the pencil, star and row selector images are the same as the image for the error bitmap 5496minRowHeaderWidth += errorRowBitmapWidth;