1 write to textAlign
System.Windows.Forms (1)
winforms\Managed\System\WinForms\MaskedTextBox.cs (1)
1421
textAlign
= value;
3 references to textAlign
System.Windows.Forms (3)
winforms\Managed\System\WinForms\MaskedTextBox.cs (3)
350
HorizontalAlignment align = RtlTranslateHorizontal(
textAlign
);
1408
return
textAlign
;
1412
if (
textAlign
!= value)