5 writes to checkAlign
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ButtonInternal\ButtonBaseAdapter.cs (2)
1523layout.checkAlign = ContentAlignment.TopLeft; 1549layout.checkAlign = ContentAlignment.TopLeft;
winforms\Managed\System\WinForms\ButtonInternal\CheckBoxBaseAdapter.cs (1)
289layout.checkAlign = Control.CheckAlign;
winforms\Managed\System\WinForms\ButtonInternal\RadioButtonBaseAdapter.cs (1)
209layout.checkAlign = Control.CheckAlign;
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
4708layoutOptions.checkAlign = ContentAlignment.TopLeft;
5 references to checkAlign
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ButtonInternal\ButtonBaseAdapter.cs (5)
1027action[combineCheck] = checkAlign == ContentAlignment.MiddleCenter || !LayoutUtils.IsHorizontalAlignment(checkAlign); 1085action[combineCheck] = checkAlign == ContentAlignment.MiddleCenter || !LayoutUtils.IsVerticalAlignment(checkAlign); 1198ContentAlignment align = RtlTranslateContent(checkAlign);