4 writes to TextAlign
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridViewTextBoxEditingControl.cs (1)
118
TextAlign
= TranslateAlignment(dataGridViewCellStyle.Alignment);
System\Windows\Forms\Controls\ToolStrips\ToolStripTextBox.cs (1)
357
set { TextBox.
TextAlign
= value; }
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (1)
409
_upDownEdit.
TextAlign
= value;
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionPanel.TextBoxPropertyLine.cs (1)
50
TextAlign
= HorizontalAlignment.Left,
4 references to TextAlign
System.Windows.Forms (4)
System\Windows\Forms\Controls\TextBox\TextBox.cs (2)
855
switch (
TextAlign
)
874
switch (
TextAlign
)
System\Windows\Forms\Controls\ToolStrips\ToolStripTextBox.cs (1)
356
get { return TextBox.
TextAlign
; }
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (1)
404
get => _upDownEdit.
TextAlign
;