6 references to InsertionBarWidth
System.Windows.Forms (6)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (6)
5635Rectangle rectInsertionBar = new(0, _layout.ColumnHeaders.Top, InsertionBarWidth, _layout.ColumnHeaders.Height); 5643rectInsertionBar.X -= InsertionBarWidth; 5653offsetFromCenter = InsertionBarWidth; 5658offsetFromCenter = RightToLeftInternal ? InsertionBarWidth / 2 - 1 : InsertionBarWidth / 2 + 1; 5667_layout.ColumnHeaders.Right - InsertionBarWidth);