1 write to CheckAlign
System.Web.Entity.Design (1)
System\Data\WebControls\Design\EntityDataSourceStatementEditorForm.cs (1)
197
this._autoGenerateCheckBox.
CheckAlign
= ContentAlignment.TopLeft;
2 references to CheckAlign
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ButtonInternal\CheckBoxBaseAdapter.cs (1)
289
layout.checkAlign = Control.
CheckAlign
;
winforms\Managed\System\WinForms\CheckBox.cs (1)
328
ContentAlignment align = RtlTranslateContent(
CheckAlign
);