34 writes to AlignmentInternal
System.Windows.Forms (34)
winforms\Managed\System\WinForms\DataGridView.cs (4)
1953defaultStyle.AlignmentInternal = DataGridViewContentAlignment.MiddleLeft; 2538defaultCellStyleTmp.AlignmentInternal = DataGridViewContentAlignment.MiddleLeft; 2580defaultCellStyle.AlignmentInternal = DataGridViewContentAlignment.MiddleLeft; 2642defaultStyle.AlignmentInternal = DataGridViewContentAlignment.MiddleLeft;
winforms\Managed\System\WinForms\DataGridViewButtonColumn.cs (1)
33defaultCellStyle.AlignmentInternal = DataGridViewContentAlignment.MiddleCenter;
winforms\Managed\System\WinForms\DataGridViewCell.cs (6)
2452inheritedCellStyleTmp.AlignmentInternal = cellStyle.Alignment; 2456inheritedCellStyleTmp.AlignmentInternal = rowStyle.Alignment; 2461inheritedCellStyleTmp.AlignmentInternal = this.DataGridView.RowsDefaultCellStyle.Alignment; 2465inheritedCellStyleTmp.AlignmentInternal = this.DataGridView.AlternatingRowsDefaultCellStyle.Alignment; 2469inheritedCellStyleTmp.AlignmentInternal = columnStyle.Alignment; 2474inheritedCellStyleTmp.AlignmentInternal = dataGridViewStyle.Alignment;
winforms\Managed\System\WinForms\DataGridViewCellStyle.cs (3)
78this.AlignmentInternal = dataGridViewCellStyle.Alignment; 121this.AlignmentInternal = value; 644this.AlignmentInternal = dataGridViewCellStyle.Alignment;
winforms\Managed\System\WinForms\DataGridViewCheckBoxColumn.cs (1)
34defaultCellStyle.AlignmentInternal = DataGridViewContentAlignment.MiddleCenter;
winforms\Managed\System\WinForms\DataGridViewColumn.cs (2)
719inheritedCellStyleTmp.AlignmentInternal = columnStyle.Alignment; 724inheritedCellStyleTmp.AlignmentInternal = dataGridViewStyle.Alignment;
winforms\Managed\System\WinForms\DataGridViewColumnHeaderCell.cs (3)
458inheritedCellStyleTmp.AlignmentInternal = cellStyle.Alignment; 462inheritedCellStyleTmp.AlignmentInternal = columnHeadersStyle.Alignment; 467inheritedCellStyleTmp.AlignmentInternal = dataGridViewStyle.Alignment;
winforms\Managed\System\WinForms\DataGridViewImageColumn.cs (1)
39defaultCellStyle.AlignmentInternal = DataGridViewContentAlignment.MiddleCenter;
winforms\Managed\System\WinForms\DataGridViewMethods.cs (3)
2960inheritedCellStyle.AlignmentInternal = cellStyle.Alignment; 2964inheritedCellStyle.AlignmentInternal = columnHeadersStyle.Alignment; 2969inheritedCellStyle.AlignmentInternal = dataGridViewStyle.Alignment;
winforms\Managed\System\WinForms\DataGridViewRow.cs (7)
816inheritedCellStyle.AlignmentInternal = cellStyle.Alignment; 820inheritedCellStyle.AlignmentInternal = rowHeadersStyle.Alignment; 825inheritedCellStyle.AlignmentInternal = dataGridViewStyle.Alignment; 1049inheritedRowStyle.AlignmentInternal = rowStyle.Alignment; 1053inheritedRowStyle.AlignmentInternal = rowsDefaultCellStyle.Alignment; 1057inheritedRowStyle.AlignmentInternal = alternatingRowsDefaultCellStyle.Alignment; 1062inheritedRowStyle.AlignmentInternal = dataGridViewStyle.Alignment;
winforms\Managed\System\WinForms\DataGridViewRowHeaderCell.cs (3)
584inheritedCellStyleTmp.AlignmentInternal = cellStyle.Alignment; 588inheritedCellStyleTmp.AlignmentInternal = rowHeadersStyle.Alignment; 593inheritedCellStyleTmp.AlignmentInternal = dataGridViewStyle.Alignment;