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