6 references to InsertionBarWidth
System.Windows.Forms (6)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (6)
5791Rectangle rectInsertionBar = new(0, _layout.ColumnHeaders.Top, InsertionBarWidth, _layout.ColumnHeaders.Height); 5799rectInsertionBar.X -= InsertionBarWidth; 5809offsetFromCenter = InsertionBarWidth; 5816offsetFromCenter = InsertionBarWidth / 2 - 1; 5820offsetFromCenter = InsertionBarWidth / 2 + 1; 5834_layout.ColumnHeaders.Right - InsertionBarWidth);