31 writes to WrapModeInternal
System.Windows.Forms (31)
winforms\Managed\System\WinForms\DataGridView.cs (4)
1954defaultStyle.WrapModeInternal = DataGridViewTriState.True; 2542defaultCellStyleTmp.WrapModeInternal = DataGridViewTriState.False; 2581defaultCellStyle.WrapModeInternal = DataGridViewTriState.False; 2643defaultStyle.WrapModeInternal = DataGridViewTriState.True;
winforms\Managed\System\WinForms\DataGridViewCell.cs (6)
2479inheritedCellStyleTmp.WrapModeInternal = cellStyle.WrapMode; 2483inheritedCellStyleTmp.WrapModeInternal = rowStyle.WrapMode; 2488inheritedCellStyleTmp.WrapModeInternal = this.DataGridView.RowsDefaultCellStyle.WrapMode; 2492inheritedCellStyleTmp.WrapModeInternal = this.DataGridView.AlternatingRowsDefaultCellStyle.WrapMode; 2496inheritedCellStyleTmp.WrapModeInternal = columnStyle.WrapMode; 2501inheritedCellStyleTmp.WrapModeInternal = dataGridViewStyle.WrapMode;
winforms\Managed\System\WinForms\DataGridViewCellStyle.cs (3)
79this.WrapModeInternal = dataGridViewCellStyle.WrapMode; 576this.WrapModeInternal = value; 648this.WrapModeInternal = dataGridViewCellStyle.WrapMode;
winforms\Managed\System\WinForms\DataGridViewColumn.cs (2)
729inheritedCellStyleTmp.WrapModeInternal = columnStyle.WrapMode; 734inheritedCellStyleTmp.WrapModeInternal = dataGridViewStyle.WrapMode;
winforms\Managed\System\WinForms\DataGridViewColumnHeaderCell.cs (3)
472inheritedCellStyleTmp.WrapModeInternal = cellStyle.WrapMode; 476inheritedCellStyleTmp.WrapModeInternal = columnHeadersStyle.WrapMode; 481inheritedCellStyleTmp.WrapModeInternal = dataGridViewStyle.WrapMode;
winforms\Managed\System\WinForms\DataGridViewMethods.cs (3)
2974inheritedCellStyle.WrapModeInternal = cellStyle.WrapMode; 2978inheritedCellStyle.WrapModeInternal = columnHeadersStyle.WrapMode; 2983inheritedCellStyle.WrapModeInternal = dataGridViewStyle.WrapMode;
winforms\Managed\System\WinForms\DataGridViewRow.cs (7)
830inheritedCellStyle.WrapModeInternal = cellStyle.WrapMode; 834inheritedCellStyle.WrapModeInternal = rowHeadersStyle.WrapMode; 839inheritedCellStyle.WrapModeInternal = dataGridViewStyle.WrapMode; 1067inheritedRowStyle.WrapModeInternal = rowStyle.WrapMode; 1071inheritedRowStyle.WrapModeInternal = rowsDefaultCellStyle.WrapMode; 1075inheritedRowStyle.WrapModeInternal = alternatingRowsDefaultCellStyle.WrapMode; 1080inheritedRowStyle.WrapModeInternal = dataGridViewStyle.WrapMode;
winforms\Managed\System\WinForms\DataGridViewRowHeaderCell.cs (3)
598inheritedCellStyleTmp.WrapModeInternal = cellStyle.WrapMode; 602inheritedCellStyleTmp.WrapModeInternal = rowHeadersStyle.WrapMode; 607inheritedCellStyleTmp.WrapModeInternal = dataGridViewStyle.WrapMode;