2 references to OWNERDRAWHORIZONTALBUFFER
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\DataGridViewColumnCollectionDialog.cs (2)
1006
Rectangle focusRectangle = new(bounds.X, e.Bounds.Y + 1, textWidth +
OWNERDRAWHORIZONTALBUFFER
, e.Bounds.Height - 2);
1164
_selectedColumns.HorizontalExtent = SelectedColumnsItemBitmap.Width + 2 * OWNERDRAWITEMIMAGEBUFFER + maxItemWidth +
OWNERDRAWHORIZONTALBUFFER
;