31 writes to WrapModeInternal
System.Windows.Forms (31)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (4)
1553
WrapModeInternal
= DataGridViewTriState.True
2024
defaultCellStyleTmp.
WrapModeInternal
= DataGridViewTriState.False;
2066
WrapModeInternal
= DataGridViewTriState.False
2103
WrapModeInternal
= DataGridViewTriState.True
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (3)
2926
inheritedCellStyle.
WrapModeInternal
= cellStyle.WrapMode;
2930
inheritedCellStyle.
WrapModeInternal
= columnHeadersStyle.WrapMode;
2935
inheritedCellStyle.
WrapModeInternal
= dataGridViewStyle.WrapMode;
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (6)
2185
inheritedCellStyleTmp.
WrapModeInternal
= cellStyle.WrapMode;
2189
inheritedCellStyleTmp.
WrapModeInternal
= rowStyle.WrapMode;
2194
inheritedCellStyleTmp.
WrapModeInternal
= DataGridView.RowsDefaultCellStyle.WrapMode;
2198
inheritedCellStyleTmp.
WrapModeInternal
= DataGridView.AlternatingRowsDefaultCellStyle.WrapMode;
2202
inheritedCellStyleTmp.
WrapModeInternal
= columnStyle.WrapMode;
2207
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)
540
inheritedCellStyleTmp.
WrapModeInternal
= columnStyle.WrapMode;
545
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;