3 references to GetColumnDisplayRectanglePrivate
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (3)
7051columnRect = GetColumnDisplayRectanglePrivate(columnIndex, cutOverflow); 8198return GetColumnDisplayRectanglePrivate(columnIndex, cutOverflow); 9819Rectangle columnDisplayRect = GetColumnDisplayRectanglePrivate(columnIndex, true);