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