4 writes to _textAlign
System.Windows.Forms (4)
System\Windows\Forms\Controls\ListView\ColumnHeader.cs (4)
335
_textAlign
= HorizontalAlignment.Right;
346
_textAlign
= value;
351
_textAlign
= HorizontalAlignment.Left;
444
columnHeader.
_textAlign
= TextAlign;
2 references to _textAlign
System.Windows.Forms (2)
System\Windows\Forms\Controls\ListView\ColumnHeader.cs (2)
339
return
_textAlign
;
349
if (Index == 0 &&
_textAlign
!= HorizontalAlignment.Left)