2 writes to _autoSizeRowsMode
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (2)
437
_autoSizeRowsMode
= DataGridViewAutoSizeRowsMode.None;
970
_autoSizeRowsMode
= value;
80 references to _autoSizeRowsMode
System.Windows.Forms (80)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (5)
944
get =>
_autoSizeRowsMode
;
967
if (
_autoSizeRowsMode
!= value)
969
DataGridViewAutoSizeModeEventArgs dgvasme = new(
_autoSizeRowsMode
!= DataGridViewAutoSizeRowsMode.None);
3351
&& (
_autoSizeRowsMode
== DataGridViewAutoSizeRowsMode.AllHeaders ||
_autoSizeRowsMode
== DataGridViewAutoSizeRowsMode.DisplayedHeaders))
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (75)
371
Debug.Assert(
_autoSizeRowsMode
is DataGridViewAutoSizeRowsMode.DisplayedHeaders
378
&& ((DataGridViewAutoSizeRowsModeInternal)
_autoSizeRowsMode
).HasFlag(DataGridViewAutoSizeRowsModeInternal.AllColumns))
389
Debug.Assert((((DataGridViewAutoSizeRowsModeInternal)
_autoSizeRowsMode
) & DataGridViewAutoSizeRowsModeInternal.Header) != 0);
417
Debug.Assert(
_autoSizeRowsMode
!= DataGridViewAutoSizeRowsMode.None);
426
if ((((DataGridViewAutoSizeRowsModeInternal)
_autoSizeRowsMode
) & DataGridViewAutoSizeRowsModeInternal.AllColumns) == 0
427
&& ((((DataGridViewAutoSizeRowsModeInternal)
_autoSizeRowsMode
) & DataGridViewAutoSizeRowsModeInternal.Header) == 0 || !RowHeadersVisible))
445
if ((((DataGridViewAutoSizeRowsModeInternal)
_autoSizeRowsMode
) & DataGridViewAutoSizeRowsModeInternal.AllRows) != 0)
456
if (columnIndex > -1 && (((DataGridViewAutoSizeRowsModeInternal)
_autoSizeRowsMode
) & DataGridViewAutoSizeRowsModeInternal.AllColumns) != 0)
466
Debug.Assert((((DataGridViewAutoSizeRowsModeInternal)
_autoSizeRowsMode
) & DataGridViewAutoSizeRowsModeInternal.Header) != 0);
493
Debug.Assert((((DataGridViewAutoSizeRowsModeInternal)
_autoSizeRowsMode
) & DataGridViewAutoSizeRowsModeInternal.DisplayedRows) != 0);
2309
if (
_autoSizeRowsMode
== DataGridViewAutoSizeRowsMode.None)
6338
Debug.Assert(
_autoSizeRowsMode
== DataGridViewAutoSizeRowsMode.None);
10629
DataGridViewAutoSizeRowsModeInternal autoSizeRowsModeInternal = (DataGridViewAutoSizeRowsModeInternal)
_autoSizeRowsMode
;
10641
MapAutoSizeRowsModeToRowMode(
_autoSizeRowsMode
),
10696
MapAutoSizeRowsModeToRowMode(
_autoSizeRowsMode
),
11176
bool fixedHeight = (((DataGridViewAutoSizeRowsModeInternal)
_autoSizeRowsMode
) & DataGridViewAutoSizeRowsModeInternal.AllColumns) == 0;
11210
AdjustShrinkingRows(
_autoSizeRowsMode
, fixedWidth: true, internalAutosizing: true);
11270
fixedHeight: (((DataGridViewAutoSizeRowsModeInternal)
_autoSizeRowsMode
) & DataGridViewAutoSizeRowsModeInternal.AllColumns) == 0);
11289
if ((((DataGridViewAutoSizeRowsModeInternal)
_autoSizeRowsMode
) & DataGridViewAutoSizeRowsModeInternal.AllColumns) != 0)
11291
AdjustShrinkingRows(
_autoSizeRowsMode
, fixedWidth: true, internalAutosizing: true);
11318
if (
_autoSizeRowsMode
== DataGridViewAutoSizeRowsMode.None)
11339
AdjustShrinkingRows(
_autoSizeRowsMode
, fixedWidth: true, internalAutosizing: true);
11593
bool autoSizeRow = (((DataGridViewAutoSizeRowsModeInternal)
_autoSizeRowsMode
) & DataGridViewAutoSizeRowsModeInternal.AllColumns) != 0;
11598
MapAutoSizeRowsModeToRowMode(
_autoSizeRowsMode
),
11611
MapAutoSizeRowsModeToRowMode(
_autoSizeRowsMode
),
12933
if ((((DataGridViewAutoSizeRowsModeInternal)
_autoSizeRowsMode
) & DataGridViewAutoSizeRowsModeInternal.AllColumns) != 0)
12935
AdjustShrinkingRows(
_autoSizeRowsMode
, fixedWidth: false, internalAutosizing: true);
12945
if ((((DataGridViewAutoSizeRowsModeInternal)
_autoSizeRowsMode
) & DataGridViewAutoSizeRowsModeInternal.AllColumns) != 0)
12947
AdjustShrinkingRows(
_autoSizeRowsMode
, fixedWidth: true, internalAutosizing: true);
13548
bool fixedHeight = (((DataGridViewAutoSizeRowsModeInternal)
_autoSizeRowsMode
) & DataGridViewAutoSizeRowsModeInternal.AllColumns) == 0;
13560
AdjustShrinkingRows(
_autoSizeRowsMode
, fixedWidth: true, internalAutosizing: true);
13615
bool fixedHeight = (((DataGridViewAutoSizeRowsModeInternal)
_autoSizeRowsMode
) & DataGridViewAutoSizeRowsModeInternal.AllColumns) == 0;
13619
AdjustShrinkingRows(
_autoSizeRowsMode
, fixedWidth: true, internalAutosizing: true);
13952
AdjustShrinkingRows(
_autoSizeRowsMode
, fixedWidth: true, internalAutosizing: true);
14091
bool fixedHeight = (((DataGridViewAutoSizeRowsModeInternal)
_autoSizeRowsMode
) & DataGridViewAutoSizeRowsModeInternal.AllColumns) == 0;
14095
AdjustShrinkingRows(
_autoSizeRowsMode
, fixedWidth: true, internalAutosizing: true);
14235
bool fixedHeight = (((DataGridViewAutoSizeRowsModeInternal)
_autoSizeRowsMode
) & DataGridViewAutoSizeRowsModeInternal.AllColumns) == 0;
14242
AdjustShrinkingRows(
_autoSizeRowsMode
, fixedWidth: true, internalAutosizing: true);
14287
bool fixedHeight = (((DataGridViewAutoSizeRowsModeInternal)
_autoSizeRowsMode
) & DataGridViewAutoSizeRowsModeInternal.AllColumns) == 0;
14291
AdjustShrinkingRows(
_autoSizeRowsMode
, fixedWidth: true, internalAutosizing: true);
14382
bool autoSizeRows = (((DataGridViewAutoSizeRowsModeInternal)
_autoSizeRowsMode
) & DataGridViewAutoSizeRowsModeInternal.AllColumns) != 0
14383
|| ((((DataGridViewAutoSizeRowsModeInternal)
_autoSizeRowsMode
) & DataGridViewAutoSizeRowsModeInternal.Header) != 0
14416
AdjustShrinkingRows(
_autoSizeRowsMode
, fixedWidth: true, internalAutosizing: true);
15145
fixedRowsHeight:
_autoSizeRowsMode
== DataGridViewAutoSizeRowsMode.None);
15153
if (
_autoSizeRowsMode
!= DataGridViewAutoSizeRowsMode.None)
15155
AdjustShrinkingRows(
_autoSizeRowsMode
, fixedWidth: false, internalAutosizing: true);
15165
&& (ColumnHeadersHeightSizeMode == DataGridViewColumnHeadersHeightSizeMode.AutoSize ||
_autoSizeRowsMode
!= DataGridViewAutoSizeRowsMode.None))
15177
if (
_autoSizeRowsMode
!= DataGridViewAutoSizeRowsMode.None)
15180
AdjustShrinkingRows(
_autoSizeRowsMode
, fixedWidth: true, internalAutosizing: true);
16930
AdjustShrinkingRows(
_autoSizeRowsMode
, fixedWidth: true, internalAutosizing: true);
16978
if (
_autoSizeRowsMode
!= DataGridViewAutoSizeRowsMode.None && dataGridViewRow.ThicknessInternal != dataGridViewRow.CachedThickness)
17622
if (
_autoSizeRowsMode
== DataGridViewAutoSizeRowsMode.None)
17628
AutoResizeRowInternal(e.RowIndex, MapAutoSizeRowsModeToRowMode(
_autoSizeRowsMode
), fixedWidth: true, internalAutosizing: true);
17793
DataGridViewAutoSizeRowsModeInternal autoSizeRowsModeInternal = (DataGridViewAutoSizeRowsModeInternal)
_autoSizeRowsMode
;
17799
AutoResizeRowInternal(rowIndex, MapAutoSizeRowsModeToRowMode(
_autoSizeRowsMode
), fixedWidth: false, internalAutosizing: true);
17830
AutoResizeRowInternal(rowIndex, MapAutoSizeRowsModeToRowMode(
_autoSizeRowsMode
), fixedWidth: true, internalAutosizing: true);
17873
|| ((((DataGridViewAutoSizeRowsModeInternal)
_autoSizeRowsMode
) & DataGridViewAutoSizeRowsModeInternal.Header) == 0)
17874
|| ((((DataGridViewAutoSizeRowsModeInternal)
_autoSizeRowsMode
) & DataGridViewAutoSizeRowsModeInternal.DisplayedRows) != 0
17901
MapAutoSizeRowsModeToRowMode(
_autoSizeRowsMode
),
18206
bool fixedRowsHeight = (((DataGridViewAutoSizeRowsModeInternal)
_autoSizeRowsMode
) & DataGridViewAutoSizeRowsModeInternal.Header) == 0
18224
AdjustShrinkingRows(
_autoSizeRowsMode
, fixedWidth: true, internalAutosizing: true);
18299
Debug.Assert(
_autoSizeRowsMode
== DataGridViewAutoSizeRowsMode.None);
18507
if ((((DataGridViewAutoSizeRowsModeInternal)
_autoSizeRowsMode
) & DataGridViewAutoSizeRowsModeInternal.AllColumns) != 0)
18509
AdjustShrinkingRows(
_autoSizeRowsMode
, fixedWidth: false, internalAutosizing: true);
18533
if ((((DataGridViewAutoSizeRowsModeInternal)
_autoSizeRowsMode
) & DataGridViewAutoSizeRowsModeInternal.AllColumns) != 0)
18535
AdjustShrinkingRows(
_autoSizeRowsMode
, fixedWidth: true, internalAutosizing: true);
18617
DataGridViewAutoSizeRowsModeInternal autoSizeRowsModeInternal = (DataGridViewAutoSizeRowsModeInternal)
_autoSizeRowsMode
;
18631
AutoResizeRowInternal(rowIndex, MapAutoSizeRowsModeToRowMode(
_autoSizeRowsMode
), fixedWidth: false, internalAutosizing: true);
18669
AutoResizeRowInternal(rowIndex, MapAutoSizeRowsModeToRowMode(
_autoSizeRowsMode
), fixedWidth: true, internalAutosizing: true);
19572
DataGridViewAutoSizeRowsModeInternal autoSizeRowsModeInternal = (DataGridViewAutoSizeRowsModeInternal)
_autoSizeRowsMode
;
19579
AutoResizeRowInternal(indexTmp, MapAutoSizeRowsModeToRowMode(
_autoSizeRowsMode
), fixedWidth: false, internalAutosizing: true);
19628
DataGridViewAutoSizeRowsModeInternal autoSizeRowsModeInternal = (DataGridViewAutoSizeRowsModeInternal)
_autoSizeRowsMode
;
19635
AutoResizeRowInternal(indexTmp, MapAutoSizeRowsModeToRowMode(
_autoSizeRowsMode
), fixedWidth: false, internalAutosizing: true);
19725
if ((((DataGridViewAutoSizeRowsModeInternal)
_autoSizeRowsMode
) & DataGridViewAutoSizeRowsModeInternal.AllColumns) != 0)
19727
AdjustShrinkingRows(
_autoSizeRowsMode
, fixedWidth: true, internalAutosizing: true);