2 writes to _autoSizeRowsMode
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (2)
441_autoSizeRowsMode = DataGridViewAutoSizeRowsMode.None; 974_autoSizeRowsMode = value;
80 references to _autoSizeRowsMode
System.Windows.Forms (80)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (5)
948get => _autoSizeRowsMode; 971if (_autoSizeRowsMode != value) 973DataGridViewAutoSizeModeEventArgs dgvasme = new(_autoSizeRowsMode != DataGridViewAutoSizeRowsMode.None); 3346&& (_autoSizeRowsMode == DataGridViewAutoSizeRowsMode.AllHeaders || _autoSizeRowsMode == DataGridViewAutoSizeRowsMode.DisplayedHeaders))
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (75)
391Debug.Assert(_autoSizeRowsMode is DataGridViewAutoSizeRowsMode.DisplayedHeaders 397if (columnIndex > -1 && (((DataGridViewAutoSizeRowsModeInternal)_autoSizeRowsMode) & DataGridViewAutoSizeRowsModeInternal.AllColumns) != 0) 408Debug.Assert((((DataGridViewAutoSizeRowsModeInternal)_autoSizeRowsMode) & DataGridViewAutoSizeRowsModeInternal.Header) != 0); 442Debug.Assert(_autoSizeRowsMode != DataGridViewAutoSizeRowsMode.None); 451if ((((DataGridViewAutoSizeRowsModeInternal)_autoSizeRowsMode) & DataGridViewAutoSizeRowsModeInternal.AllColumns) != 0 452|| ((((DataGridViewAutoSizeRowsModeInternal)_autoSizeRowsMode) & DataGridViewAutoSizeRowsModeInternal.Header) != 0 && RowHeadersVisible)) 467if ((((DataGridViewAutoSizeRowsModeInternal)_autoSizeRowsMode) & DataGridViewAutoSizeRowsModeInternal.AllRows) != 0) 478if (columnIndex > -1 && (((DataGridViewAutoSizeRowsModeInternal)_autoSizeRowsMode) & DataGridViewAutoSizeRowsModeInternal.AllColumns) != 0) 488Debug.Assert((((DataGridViewAutoSizeRowsModeInternal)_autoSizeRowsMode) & DataGridViewAutoSizeRowsModeInternal.Header) != 0); 521Debug.Assert((((DataGridViewAutoSizeRowsModeInternal)_autoSizeRowsMode) & DataGridViewAutoSizeRowsModeInternal.DisplayedRows) != 0); 2411if (_autoSizeRowsMode == DataGridViewAutoSizeRowsMode.None) 6517Debug.Assert(_autoSizeRowsMode == DataGridViewAutoSizeRowsMode.None); 11053DataGridViewAutoSizeRowsModeInternal autoSizeRowsModeInternal = (DataGridViewAutoSizeRowsModeInternal)_autoSizeRowsMode; 11065MapAutoSizeRowsModeToRowMode(_autoSizeRowsMode), 11120MapAutoSizeRowsModeToRowMode(_autoSizeRowsMode), 11598bool fixedHeight = (((DataGridViewAutoSizeRowsModeInternal)_autoSizeRowsMode) & DataGridViewAutoSizeRowsModeInternal.AllColumns) == 0; 11632AdjustShrinkingRows(_autoSizeRowsMode, fixedWidth: true, internalAutosizing: true); 11692fixedHeight: (((DataGridViewAutoSizeRowsModeInternal)_autoSizeRowsMode) & DataGridViewAutoSizeRowsModeInternal.AllColumns) == 0); 11711if ((((DataGridViewAutoSizeRowsModeInternal)_autoSizeRowsMode) & DataGridViewAutoSizeRowsModeInternal.AllColumns) != 0) 11713AdjustShrinkingRows(_autoSizeRowsMode, fixedWidth: true, internalAutosizing: true); 11740if (_autoSizeRowsMode == DataGridViewAutoSizeRowsMode.None) 11761AdjustShrinkingRows(_autoSizeRowsMode, fixedWidth: true, internalAutosizing: true); 12014bool autoSizeRow = (((DataGridViewAutoSizeRowsModeInternal)_autoSizeRowsMode) & DataGridViewAutoSizeRowsModeInternal.AllColumns) != 0; 12019MapAutoSizeRowsModeToRowMode(_autoSizeRowsMode), 12032MapAutoSizeRowsModeToRowMode(_autoSizeRowsMode), 13344if ((((DataGridViewAutoSizeRowsModeInternal)_autoSizeRowsMode) & DataGridViewAutoSizeRowsModeInternal.AllColumns) != 0) 13346AdjustShrinkingRows(_autoSizeRowsMode, fixedWidth: false, internalAutosizing: true); 13356if ((((DataGridViewAutoSizeRowsModeInternal)_autoSizeRowsMode) & DataGridViewAutoSizeRowsModeInternal.AllColumns) != 0) 13358AdjustShrinkingRows(_autoSizeRowsMode, fixedWidth: true, internalAutosizing: true); 13959bool fixedHeight = (((DataGridViewAutoSizeRowsModeInternal)_autoSizeRowsMode) & DataGridViewAutoSizeRowsModeInternal.AllColumns) == 0; 13971AdjustShrinkingRows(_autoSizeRowsMode, fixedWidth: true, internalAutosizing: true); 14026bool fixedHeight = (((DataGridViewAutoSizeRowsModeInternal)_autoSizeRowsMode) & DataGridViewAutoSizeRowsModeInternal.AllColumns) == 0; 14030AdjustShrinkingRows(_autoSizeRowsMode, fixedWidth: true, internalAutosizing: true); 14363AdjustShrinkingRows(_autoSizeRowsMode, fixedWidth: true, internalAutosizing: true); 14502bool fixedHeight = (((DataGridViewAutoSizeRowsModeInternal)_autoSizeRowsMode) & DataGridViewAutoSizeRowsModeInternal.AllColumns) == 0; 14506AdjustShrinkingRows(_autoSizeRowsMode, fixedWidth: true, internalAutosizing: true); 14646bool fixedHeight = (((DataGridViewAutoSizeRowsModeInternal)_autoSizeRowsMode) & DataGridViewAutoSizeRowsModeInternal.AllColumns) == 0; 14653AdjustShrinkingRows(_autoSizeRowsMode, fixedWidth: true, internalAutosizing: true); 14698bool fixedHeight = (((DataGridViewAutoSizeRowsModeInternal)_autoSizeRowsMode) & DataGridViewAutoSizeRowsModeInternal.AllColumns) == 0; 14702AdjustShrinkingRows(_autoSizeRowsMode, fixedWidth: true, internalAutosizing: true); 14793bool autoSizeRows = (((DataGridViewAutoSizeRowsModeInternal)_autoSizeRowsMode) & DataGridViewAutoSizeRowsModeInternal.AllColumns) != 0 14794|| ((((DataGridViewAutoSizeRowsModeInternal)_autoSizeRowsMode) & DataGridViewAutoSizeRowsModeInternal.Header) != 0 14827AdjustShrinkingRows(_autoSizeRowsMode, fixedWidth: true, internalAutosizing: true); 15555fixedRowsHeight: _autoSizeRowsMode == DataGridViewAutoSizeRowsMode.None); 15563if (_autoSizeRowsMode != DataGridViewAutoSizeRowsMode.None) 15565AdjustShrinkingRows(_autoSizeRowsMode, fixedWidth: false, internalAutosizing: true); 15575&& (ColumnHeadersHeightSizeMode == DataGridViewColumnHeadersHeightSizeMode.AutoSize || _autoSizeRowsMode != DataGridViewAutoSizeRowsMode.None)) 15587if (_autoSizeRowsMode != DataGridViewAutoSizeRowsMode.None) 15590AdjustShrinkingRows(_autoSizeRowsMode, fixedWidth: true, internalAutosizing: true); 17339AdjustShrinkingRows(_autoSizeRowsMode, fixedWidth: true, internalAutosizing: true); 17387if (_autoSizeRowsMode != DataGridViewAutoSizeRowsMode.None && dataGridViewRow.ThicknessInternal != dataGridViewRow.CachedThickness) 18058if (_autoSizeRowsMode == DataGridViewAutoSizeRowsMode.None) 18064AutoResizeRowInternal(e.RowIndex, MapAutoSizeRowsModeToRowMode(_autoSizeRowsMode), fixedWidth: true, internalAutosizing: true); 18229DataGridViewAutoSizeRowsModeInternal autoSizeRowsModeInternal = (DataGridViewAutoSizeRowsModeInternal)_autoSizeRowsMode; 18235AutoResizeRowInternal(rowIndex, MapAutoSizeRowsModeToRowMode(_autoSizeRowsMode), fixedWidth: false, internalAutosizing: true); 18266AutoResizeRowInternal(rowIndex, MapAutoSizeRowsModeToRowMode(_autoSizeRowsMode), fixedWidth: true, internalAutosizing: true); 18309|| ((((DataGridViewAutoSizeRowsModeInternal)_autoSizeRowsMode) & DataGridViewAutoSizeRowsModeInternal.Header) == 0) 18310|| ((((DataGridViewAutoSizeRowsModeInternal)_autoSizeRowsMode) & DataGridViewAutoSizeRowsModeInternal.DisplayedRows) != 0 18337MapAutoSizeRowsModeToRowMode(_autoSizeRowsMode), 18642bool fixedRowsHeight = (((DataGridViewAutoSizeRowsModeInternal)_autoSizeRowsMode) & DataGridViewAutoSizeRowsModeInternal.Header) == 0 18660AdjustShrinkingRows(_autoSizeRowsMode, fixedWidth: true, internalAutosizing: true); 18735Debug.Assert(_autoSizeRowsMode == DataGridViewAutoSizeRowsMode.None); 18943if ((((DataGridViewAutoSizeRowsModeInternal)_autoSizeRowsMode) & DataGridViewAutoSizeRowsModeInternal.AllColumns) != 0) 18945AdjustShrinkingRows(_autoSizeRowsMode, fixedWidth: false, internalAutosizing: true); 18969if ((((DataGridViewAutoSizeRowsModeInternal)_autoSizeRowsMode) & DataGridViewAutoSizeRowsModeInternal.AllColumns) != 0) 18971AdjustShrinkingRows(_autoSizeRowsMode, fixedWidth: true, internalAutosizing: true); 19053DataGridViewAutoSizeRowsModeInternal autoSizeRowsModeInternal = (DataGridViewAutoSizeRowsModeInternal)_autoSizeRowsMode; 19067AutoResizeRowInternal(rowIndex, MapAutoSizeRowsModeToRowMode(_autoSizeRowsMode), fixedWidth: false, internalAutosizing: true); 19105AutoResizeRowInternal(rowIndex, MapAutoSizeRowsModeToRowMode(_autoSizeRowsMode), fixedWidth: true, internalAutosizing: true); 20019DataGridViewAutoSizeRowsModeInternal autoSizeRowsModeInternal = (DataGridViewAutoSizeRowsModeInternal)_autoSizeRowsMode; 20026AutoResizeRowInternal(indexTmp, MapAutoSizeRowsModeToRowMode(_autoSizeRowsMode), fixedWidth: false, internalAutosizing: true); 20075DataGridViewAutoSizeRowsModeInternal autoSizeRowsModeInternal = (DataGridViewAutoSizeRowsModeInternal)_autoSizeRowsMode; 20082AutoResizeRowInternal(indexTmp, MapAutoSizeRowsModeToRowMode(_autoSizeRowsMode), fixedWidth: false, internalAutosizing: true); 20172if ((((DataGridViewAutoSizeRowsModeInternal)_autoSizeRowsMode) & DataGridViewAutoSizeRowsModeInternal.AllColumns) != 0) 20174AdjustShrinkingRows(_autoSizeRowsMode, fixedWidth: true, internalAutosizing: true);