16 references to CheckBox
System.Web.Entity.Design (4)
System\Data\WebControls\Design\EntityDataSourceDataSelectionPanel.designer.cs (3)
49
this._enableInsertCheckBox = new System.Windows.Forms.
CheckBox
();
50
this._enableDeleteCheckBox = new System.Windows.Forms.
CheckBox
();
51
this._enableUpdateCheckBox = new System.Windows.Forms.
CheckBox
();
System\Data\WebControls\Design\EntityDataSourceStatementEditorForm.cs (1)
160
this._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)
59
this.activeCheckBox = new System.Windows.Forms.
CheckBox
();
System.Workflow.ComponentModel (2)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (2)
262
this.CenterVerticallyCheckBox = new System.Windows.Forms.
CheckBox
();
263
this.CenterHorizontallyCheckBox = new System.Windows.Forms.
CheckBox
();
System.WorkflowServices (1)
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.designer.cs (1)
36
this.oneWayCheckBox = new System.Windows.Forms.
CheckBox
();
WsatUI (4)
MMCUI\TraceOptionsForm.designer.cs (3)
45
this.checkBoxActivityTracing = new System.Windows.Forms.
CheckBox
();
46
this.checkBoxActivityPropagation = new System.Windows.Forms.
CheckBox
();
47
this.checkBoxTracePii = new System.Windows.Forms.
CheckBox
();
MMCUI\WSATControl.designer.cs (1)
57
this.checkBoxEnableNetworkSupport = new System.Windows.Forms.
CheckBox
();