4 writes to textAlign
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ColumnHeader.cs (4)
330this.textAlign = HorizontalAlignment.Right; 341this.textAlign = value; 345this.textAlign = HorizontalAlignment.Left; 447columnHeader.textAlign = TextAlign;
2 references to textAlign
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ColumnHeader.cs (2)
333return this.textAlign; 344if (Index == 0 && this.textAlign != HorizontalAlignment.Left) {