31 writes to WrapModeInternal
System.Windows.Forms (31)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (4)
1553WrapModeInternal = DataGridViewTriState.True 2024defaultCellStyleTmp.WrapModeInternal = DataGridViewTriState.False; 2066WrapModeInternal = DataGridViewTriState.False 2103WrapModeInternal = DataGridViewTriState.True
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (3)
2926inheritedCellStyle.WrapModeInternal = cellStyle.WrapMode; 2930inheritedCellStyle.WrapModeInternal = columnHeadersStyle.WrapMode; 2935inheritedCellStyle.WrapModeInternal = dataGridViewStyle.WrapMode;
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (6)
2185inheritedCellStyleTmp.WrapModeInternal = cellStyle.WrapMode; 2189inheritedCellStyleTmp.WrapModeInternal = rowStyle.WrapMode; 2194inheritedCellStyleTmp.WrapModeInternal = DataGridView.RowsDefaultCellStyle.WrapMode; 2198inheritedCellStyleTmp.WrapModeInternal = DataGridView.AlternatingRowsDefaultCellStyle.WrapMode; 2202inheritedCellStyleTmp.WrapModeInternal = columnStyle.WrapMode; 2207inheritedCellStyleTmp.WrapModeInternal = dataGridViewStyle.WrapMode;
System\Windows\Forms\Controls\DataGridView\DataGridViewCellStyle.cs (3)
59WrapModeInternal = dataGridViewCellStyle.WrapMode; 351WrapModeInternal = value; 430WrapModeInternal = dataGridViewCellStyle.WrapMode;
System\Windows\Forms\Controls\DataGridView\DataGridViewColumn.cs (2)
540inheritedCellStyleTmp.WrapModeInternal = columnStyle.WrapMode; 545inheritedCellStyleTmp.WrapModeInternal = dataGridViewStyle.WrapMode;
System\Windows\Forms\Controls\DataGridView\DataGridViewColumnHeaderCell.cs (3)
435inheritedCellStyleTmp.WrapModeInternal = cellStyle.WrapMode; 439inheritedCellStyleTmp.WrapModeInternal = columnHeadersStyle.WrapMode; 444inheritedCellStyleTmp.WrapModeInternal = dataGridViewStyle.WrapMode;
System\Windows\Forms\Controls\DataGridView\DataGridViewRow.cs (7)
748inheritedCellStyle.WrapModeInternal = cellStyle.WrapMode; 752inheritedCellStyle.WrapModeInternal = rowHeadersStyle.WrapMode; 757inheritedCellStyle.WrapModeInternal = dataGridViewStyle.WrapMode; 989inheritedRowStyle.WrapModeInternal = rowStyle.WrapMode; 993inheritedRowStyle.WrapModeInternal = rowsDefaultCellStyle.WrapMode; 997inheritedRowStyle.WrapModeInternal = alternatingRowsDefaultCellStyle.WrapMode; 1002inheritedRowStyle.WrapModeInternal = dataGridViewStyle.WrapMode;
System\Windows\Forms\Controls\DataGridView\DataGridViewRowHeaderCell.cs (3)
460inheritedCellStyleTmp.WrapModeInternal = cellStyle.WrapMode; 464inheritedCellStyleTmp.WrapModeInternal = rowHeadersStyle.WrapMode; 469inheritedCellStyleTmp.WrapModeInternal = dataGridViewStyle.WrapMode;