16 references to CheckBox
System.Web.Entity.Design (4)
System\Data\WebControls\Design\EntityDataSourceDataSelectionPanel.designer.cs (3)
49this._enableInsertCheckBox = new System.Windows.Forms.CheckBox(); 50this._enableDeleteCheckBox = new System.Windows.Forms.CheckBox(); 51this._enableUpdateCheckBox = new System.Windows.Forms.CheckBox();
System\Data\WebControls\Design\EntityDataSourceStatementEditorForm.cs (1)
160this._autoGenerateCheckBox = new System.Windows.Forms.CheckBox();
System.Web.Mobile (4)
UI\MobileControls\Design\ListItemsPage.cs (2)
97_itemsAsLinksCheckBox = new CheckBox(); 139_ckbSelected = new CheckBox();
UI\MobileControls\Design\ObjectListFieldsPage.cs (2)
78_ckbAutoGenerateFields = new CheckBox(); 80_ckbVisible = new CheckBox();
System.Workflow.Activities (1)
Rules\Design\Dialogs\RuleSetDialog.Designer.cs (1)
59this.activeCheckBox = new System.Windows.Forms.CheckBox();
System.Workflow.ComponentModel (2)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (2)
262this.CenterVerticallyCheckBox = new System.Windows.Forms.CheckBox(); 263this.CenterHorizontallyCheckBox = new System.Windows.Forms.CheckBox();
System.WorkflowServices (1)
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.designer.cs (1)
36this.oneWayCheckBox = new System.Windows.Forms.CheckBox();
WsatUI (4)
MMCUI\TraceOptionsForm.designer.cs (3)
45this.checkBoxActivityTracing = new System.Windows.Forms.CheckBox(); 46this.checkBoxActivityPropagation = new System.Windows.Forms.CheckBox(); 47this.checkBoxTracePii = new System.Windows.Forms.CheckBox();
MMCUI\WSATControl.designer.cs (1)
57this.checkBoxEnableNetworkSupport = new System.Windows.Forms.CheckBox();