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