4 writes to _textAlign
System.Windows.Forms (4)
System\Windows\Forms\Controls\ListView\ColumnHeader.cs (4)
338
_textAlign
= HorizontalAlignment.Right;
349
_textAlign
= value;
354
_textAlign
= HorizontalAlignment.Left;
447
columnHeader.
_textAlign
= TextAlign;
2 references to _textAlign
System.Windows.Forms (2)
System\Windows\Forms\Controls\ListView\ColumnHeader.cs (2)
342
return
_textAlign
;
352
if (Index == 0 &&
_textAlign
!= HorizontalAlignment.Left)