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