3 writes to TextAlign
System.Windows.Forms (3)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonBaseAdapter.cs (2)
580TextAlign = textAlign, 607TextAlign = Control.TextAlign,
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.ToolStripItemInternalLayout.cs (1)
116layoutOptions.TextAlign = Owner.TextAlign;
5 references to TextAlign
System.Windows.Forms (5)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonBaseAdapter.LayoutOptions.cs (4)
113/// Uses <see cref="CheckAlign"/>, <see cref="ImageAlign"/>, and <see cref="TextAlign"/> to compose 145/// Uses <see cref="CheckAlign"/>, <see cref="ImageAlign"/>, and <see cref="TextAlign"/> to decompose 479ContentAlignment textAlign = RtlTranslateContent(TextAlign); 700textAlign = {{TextAlign}}
System\Windows\Forms\Controls\Buttons\ButtonInternal\CheckBoxStandardAdapter.cs (1)
49if (layout.Options.TextAlign != LayoutUtils.AnyLeft