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