31 writes to WrapModeInternal
System.Windows.Forms (31)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (4)
1547
WrapModeInternal
= DataGridViewTriState.True
2018
defaultCellStyleTmp.
WrapModeInternal
= DataGridViewTriState.False;
2060
WrapModeInternal
= DataGridViewTriState.False
2097
WrapModeInternal
= DataGridViewTriState.True
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (3)
2929
inheritedCellStyle.
WrapModeInternal
= cellStyle.WrapMode;
2933
inheritedCellStyle.
WrapModeInternal
= columnHeadersStyle.WrapMode;
2938
inheritedCellStyle.
WrapModeInternal
= dataGridViewStyle.WrapMode;
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (6)
2196
inheritedCellStyleTmp.
WrapModeInternal
= cellStyle.WrapMode;
2200
inheritedCellStyleTmp.
WrapModeInternal
= rowStyle.WrapMode;
2205
inheritedCellStyleTmp.
WrapModeInternal
= DataGridView.RowsDefaultCellStyle.WrapMode;
2209
inheritedCellStyleTmp.
WrapModeInternal
= DataGridView.AlternatingRowsDefaultCellStyle.WrapMode;
2213
inheritedCellStyleTmp.
WrapModeInternal
= columnStyle.WrapMode;
2218
inheritedCellStyleTmp.
WrapModeInternal
= dataGridViewStyle.WrapMode;
System\Windows\Forms\Controls\DataGridView\DataGridViewCellStyle.cs (3)
59
WrapModeInternal
= dataGridViewCellStyle.WrapMode;
351
WrapModeInternal
= value;
430
WrapModeInternal
= dataGridViewCellStyle.WrapMode;
System\Windows\Forms\Controls\DataGridView\DataGridViewColumn.cs (2)
538
inheritedCellStyleTmp.
WrapModeInternal
= columnStyle.WrapMode;
543
inheritedCellStyleTmp.
WrapModeInternal
= dataGridViewStyle.WrapMode;
System\Windows\Forms\Controls\DataGridView\DataGridViewColumnHeaderCell.cs (3)
435
inheritedCellStyleTmp.
WrapModeInternal
= cellStyle.WrapMode;
439
inheritedCellStyleTmp.
WrapModeInternal
= columnHeadersStyle.WrapMode;
444
inheritedCellStyleTmp.
WrapModeInternal
= dataGridViewStyle.WrapMode;
System\Windows\Forms\Controls\DataGridView\DataGridViewRow.cs (7)
748
inheritedCellStyle.
WrapModeInternal
= cellStyle.WrapMode;
752
inheritedCellStyle.
WrapModeInternal
= rowHeadersStyle.WrapMode;
757
inheritedCellStyle.
WrapModeInternal
= dataGridViewStyle.WrapMode;
989
inheritedRowStyle.
WrapModeInternal
= rowStyle.WrapMode;
993
inheritedRowStyle.
WrapModeInternal
= rowsDefaultCellStyle.WrapMode;
997
inheritedRowStyle.
WrapModeInternal
= alternatingRowsDefaultCellStyle.WrapMode;
1002
inheritedRowStyle.
WrapModeInternal
= dataGridViewStyle.WrapMode;
System\Windows\Forms\Controls\DataGridView\DataGridViewRowHeaderCell.cs (3)
460
inheritedCellStyleTmp.
WrapModeInternal
= cellStyle.WrapMode;
464
inheritedCellStyleTmp.
WrapModeInternal
= rowHeadersStyle.WrapMode;
469
inheritedCellStyleTmp.
WrapModeInternal
= dataGridViewStyle.WrapMode;