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; 444columnHeader._textAlign = TextAlign;
2 references to _textAlign
System.Windows.Forms (2)
System\Windows\Forms\Controls\ListView\ColumnHeader.cs (2)
339return _textAlign; 349if (Index == 0 && _textAlign != HorizontalAlignment.Left)