3 writes to TextAlign
System.Windows.Forms (3)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonBaseAdapter.cs (2)
672TextAlign = textAlign, 699TextAlign = 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)
121/// Uses <see cref="CheckAlign"/>, <see cref="ImageAlign"/>, and <see cref="TextAlign"/> to compose 153/// Uses <see cref="CheckAlign"/>, <see cref="ImageAlign"/>, and <see cref="TextAlign"/> to decompose 494ContentAlignment textAlign = RtlTranslateContent(TextAlign); 715textAlign = {{TextAlign}}
System\Windows\Forms\Controls\Buttons\ButtonInternal\CheckBoxStandardAdapter.cs (1)
49if (layout.Options.TextAlign != LayoutUtils.AnyLeft