1 write to _textAlign
System.Windows.Forms (1)
System\Windows\Forms\Controls\TextBox\TextBox.cs (1)
448
_textAlign
= value;
4 references to _textAlign
System.Windows.Forms (4)
System\Windows\Forms\Controls\TextBox\TextBox.cs (4)
277
HorizontalAlignment align = RtlTranslateHorizontal(
_textAlign
);
299
&&
_textAlign
== HorizontalAlignment.Left
440
return
_textAlign
;
444
if (
_textAlign
!= value)