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