16 instantiations of 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();
40 references to CheckBox
System.Web.Entity.Design (4)
System\Data\WebControls\Design\EntityDataSourceDataSelectionPanel.designer.cs (3)
175private System.Windows.Forms.CheckBox _enableInsertCheckBox; 176private System.Windows.Forms.CheckBox _enableDeleteCheckBox; 177private System.Windows.Forms.CheckBox _enableUpdateCheckBox;
System\Data\WebControls\Design\EntityDataSourceStatementEditorForm.cs (1)
26private System.Windows.Forms.CheckBox _autoGenerateCheckBox;
System.Web.Mobile (7)
UI\MobileControls\Design\ListGeneralPage.cs (1)
30using CheckBox = System.Windows.Forms.CheckBox;
UI\MobileControls\Design\ListItemsPage.cs (3)
25using CheckBox = System.Windows.Forms.CheckBox; 40private CheckBox _itemsAsLinksCheckBox; 42private CheckBox _ckbSelected;
UI\MobileControls\Design\ObjectListFieldsPage.cs (2)
37private CheckBox _ckbAutoGenerateFields; 38private CheckBox _ckbVisible;
UI\MobileControls\Design\ObjectListGeneralPage.cs (1)
28using CheckBox = System.Windows.Forms.CheckBox;
System.Windows.Forms (21)
winforms\Managed\System\WinForms\ButtonInternal\CheckableControlBaseAdapter.cs (2)
51CheckBox checkBox = Control as CheckBox;
winforms\Managed\System\WinForms\ButtonInternal\CheckBoxBaseAdapter.cs (2)
35protected new CheckBox Control { 37return ((CheckBox)base.Control);
winforms\Managed\System\WinForms\CheckBox.cs (12)
67/// Initializes a new instance of the <see cref='System.Windows.Forms.CheckBox'/> class. 152/// <para>Gets or sets a value indicating whether the <see cref='System.Windows.Forms.CheckBox.Checked'/> or <see cref='System.Windows.Forms.CheckBox.CheckState'/> 308/// <see cref='System.Windows.Forms.CheckBox'/> 468/// value of the <see cref='System.Windows.Forms.CheckBox.Checked'/> 484/// value of the <see cref='System.Windows.Forms.CheckBox.CheckState'/> 522/// <para>Raises the <see cref='System.Windows.Forms.CheckBox.CheckedChanged'/> 544/// <para>Raises the <see cref='System.Windows.Forms.CheckBox.CheckStateChanged'/> event.</para> 736if (((CheckBox)Owner).Checked) { 765switch (((CheckBox)Owner).CheckState) { 782CheckBox cb = this.Owner as CheckBox;
winforms\Managed\System\WinForms\RadioButton.cs (1)
437/// Raises the <see cref='System.Windows.Forms.CheckBox.CheckedChanged'/>
winforms\Managed\System\WinForms\ToolStripButton.cs (2)
148/// value of the <see cref='System.Windows.Forms.CheckBox.Checked'/> 163/// value of the <see cref='System.Windows.Forms.CheckBox.CheckState'/>
winforms\Managed\System\WinForms\ToolStripMenuItem.cs (2)
413/// value of the <see cref='System.Windows.Forms.CheckBox.Checked'/> 428/// value of the <see cref='System.Windows.Forms.CheckBox.CheckState'/>
System.Workflow.Activities (1)
Rules\Design\Dialogs\RuleSetDialog.Designer.cs (1)
396private System.Windows.Forms.CheckBox activeCheckBox;
System.Workflow.ComponentModel (2)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (2)
74private System.Windows.Forms.CheckBox CenterHorizontallyCheckBox; 75private System.Windows.Forms.CheckBox CenterVerticallyCheckBox;
System.WorkflowServices (1)
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.designer.cs (1)
244private System.Windows.Forms.CheckBox oneWayCheckBox;
WsatUI (4)
MMCUI\TraceOptionsForm.designer.cs (3)
289private System.Windows.Forms.CheckBox checkBoxActivityTracing; 290private System.Windows.Forms.CheckBox checkBoxActivityPropagation; 291private System.Windows.Forms.CheckBox checkBoxTracePii;
MMCUI\WSATControl.designer.cs (1)
250private System.Windows.Forms.CheckBox checkBoxEnableNetworkSupport;