3 writes to textAlign
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ButtonInternal\ButtonBaseAdapter.cs (2)
1525layout.textAlign = textAlign; 1551layout.textAlign = Control.TextAlign;
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
4710layoutOptions.textAlign = Owner.TextAlign;
2 references to textAlign
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ButtonInternal\ButtonBaseAdapter.cs (1)
1305ContentAlignment textAlign = RtlTranslateContent(this.textAlign);
winforms\Managed\System\WinForms\ButtonInternal\CheckBoxStandardAdapter.cs (1)
48if (layout.options.textAlign != LayoutUtils.AnyLeft && layout.options.useCompatibleTextRendering && layout.options.font.Italic) {