1 write to _textAlign
System.Windows.Forms (1)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
1254
_textAlign
= value;
3 references to _textAlign
System.Windows.Forms (3)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (3)
316
HorizontalAlignment align = RtlTranslateHorizontal(
_textAlign
);
1244
return
_textAlign
;
1248
if (
_textAlign
!= value)