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