1 write to textAlign
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TextBox.cs (1)
502
textAlign
= value;
4 references to textAlign
System.Windows.Forms (4)
winforms\Managed\System\WinForms\TextBox.cs (4)
334
HorizontalAlignment align = RtlTranslateHorizontal(
textAlign
);
351
&&
textAlign
== HorizontalAlignment.Left
491
return
textAlign
;
494
if (
textAlign
!= value) {