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