31 writes to WrapModeInternal
System.Windows.Forms (31)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (4)
1547WrapModeInternal = DataGridViewTriState.True 2018defaultCellStyleTmp.WrapModeInternal = DataGridViewTriState.False; 2060WrapModeInternal = DataGridViewTriState.False 2097WrapModeInternal = DataGridViewTriState.True
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (3)
2929inheritedCellStyle.WrapModeInternal = cellStyle.WrapMode; 2933inheritedCellStyle.WrapModeInternal = columnHeadersStyle.WrapMode; 2938inheritedCellStyle.WrapModeInternal = dataGridViewStyle.WrapMode;
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (6)
2196inheritedCellStyleTmp.WrapModeInternal = cellStyle.WrapMode; 2200inheritedCellStyleTmp.WrapModeInternal = rowStyle.WrapMode; 2205inheritedCellStyleTmp.WrapModeInternal = DataGridView.RowsDefaultCellStyle.WrapMode; 2209inheritedCellStyleTmp.WrapModeInternal = DataGridView.AlternatingRowsDefaultCellStyle.WrapMode; 2213inheritedCellStyleTmp.WrapModeInternal = columnStyle.WrapMode; 2218inheritedCellStyleTmp.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)
538inheritedCellStyleTmp.WrapModeInternal = columnStyle.WrapMode; 543inheritedCellStyleTmp.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;