139 references to Checked
Accessibility_Core_App (7)
CommonControl1.Designer.cs (1)
292this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked;
ContainerControls.Designer.cs (1)
339this.checkBox2.CheckState = System.Windows.Forms.CheckState.Checked;
ContainerControls2.Designer.cs (1)
190this.checkBox2.CheckState = System.Windows.Forms.CheckState.Checked;
Menu_Toolbars_controls.Designer.cs (4)
374checkCheckOnClickToolStripMenuItem.CheckState = CheckState.Checked; 382checkedCheckOnClickFToolStripMenuItem.CheckState = CheckState.Checked; 548toolStripButton3.CheckState = CheckState.Checked; 559toolStripButton4.CheckState = CheckState.Checked;
DesignSurface (1)
MainForm.cs (1)
147checkbox3.CheckState = CheckState.Checked;
PresentationUI (1)
MS\Internal\Documents\SigningDialog.Designer.cs (1)
120_addDocPropCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
System.Windows.Forms (63)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonFlatAdapter.cs (8)
29check: !hasCustomBorder && SystemInformation.HighContrast && state == CheckState.Checked, 46case CheckState.Checked: 58case CheckState.Checked: 99else if (state == CheckState.Checked && SystemInformation.HighContrast) 122!hasCustomBorder && SystemInformation.HighContrast && state == CheckState.Checked, 144case CheckState.Checked: 187else if (state == CheckState.Checked && SystemInformation.HighContrast) 233backColor = state is CheckState.Checked or CheckState.Indeterminate
System\Windows\Forms\Controls\Buttons\ButtonInternal\CheckBoxBaseAdapter.cs (1)
184if (controlCheckState == CheckState.Checked)
System\Windows\Forms\Controls\Buttons\ButtonInternal\RadioButtonFlatAdapter.cs (3)
19adapter.PaintDown(e, Control.Checked ? CheckState.Checked : CheckState.Unchecked); 39adapter.PaintOver(e, Control.Checked ? CheckState.Checked : CheckState.Unchecked); 59adapter.PaintUp(e, Control.Checked ? CheckState.Checked : CheckState.Unchecked);
System\Windows\Forms\Controls\Buttons\ButtonInternal\RadioButtonPopupAdapter.cs (3)
17adapter.PaintUp(e, Control.Checked ? CheckState.Checked : CheckState.Unchecked); 46adapter.PaintOver(e, Control.Checked ? CheckState.Checked : CheckState.Unchecked); 71adapter.PaintDown(e, Control.Checked ? CheckState.Checked : CheckState.Unchecked);
System\Windows\Forms\Controls\Buttons\ButtonInternal\RadioButtonStandardAdapter.cs (3)
14ButtonAdapter.PaintUp(e, Control.Checked ? CheckState.Checked : CheckState.Unchecked); 33ButtonAdapter.PaintDown(e, Control.Checked ? CheckState.Checked : CheckState.Unchecked); 45ButtonAdapter.PaintOver(e, Control.Checked ? CheckState.Checked : CheckState.Unchecked);
System\Windows\Forms\Controls\Buttons\CheckBox.CheckBoxAccessibleObject.cs (4)
27CheckState.Checked => AccessibleStates.Checked | base.State, 35CheckState.Checked => ToggleState.ToggleState_On, 83CheckState.Unchecked => CheckState.Checked, 84CheckState.Checked => CheckState.Indeterminate,
System\Windows\Forms\Controls\Buttons\CheckBox.cs (3)
156CheckState = value ? CheckState.Checked : CheckState.Unchecked; 440CheckState = CheckState.Checked; 442case CheckState.Checked:
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxCell.cs (18)
71if (valueAsCheckState == CheckState.Checked) 139return CheckState.Checked; 343if ((!EditingCellValueChanged && FormattedValue is CheckState checkState2 && checkState2 == CheckState.Checked) || 346return CheckState.Checked; 352return CheckState.Checked; 566CheckState.Checked => CheckState.Checked, 581value = CheckState.Checked; 616if (retCheckState == CheckState.Checked) 956CheckState.Checked => string.Format(SR.DataGridViewCheckBoxCellCheckedStateDescription, cellName), 1088checkState = CheckState.Checked; 1423checkState is CheckState.Checked or CheckState.Indeterminate, 1473checkState is CheckState.Checked or CheckState.Indeterminate, 1520checkState is CheckState.Checked or CheckState.Indeterminate, 1583return CheckState.Checked; 1606case CheckState.Checked: 1617return CheckState.Checked; 1679editingCell.EditingCellFormattedValue = CheckState.Checked;
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxCell.DataGridViewCheckBoxCellAccessibleObject.cs (2)
37CheckState.Checked => AccessibleStates.Checked | base.State, 160CheckState.Checked => ToggleState.ToggleState_On,
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.CheckedItemCollection.cs (2)
160return CheckState.Checked; 181case CheckState.Checked:
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.CheckedListBoxItemAccessibleObject.cs (2)
84case CheckState.Checked: 119case CheckState.Checked:
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.cs (3)
431: CheckState.Checked; 511case CheckState.Checked: 883SetItemCheckState(index, value ? CheckState.Checked : CheckState.Unchecked);
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.ObjectCollection.cs (1)
23return Add(item, isChecked ? CheckState.Checked : CheckState.Unchecked);
System\Windows\Forms\Controls\ToolStrips\ToolStripButton.cs (1)
81CheckState = value ? CheckState.Checked : CheckState.Unchecked;
System\Windows\Forms\Controls\ToolStrips\ToolStripButton.ToolStripButtonAccessibleObject.cs (1)
93CheckState.Checked => ToggleState.ToggleState_On,
System\Windows\Forms\Controls\ToolStrips\ToolStripMenuItem.cs (2)
260CheckState = value ? CheckState.Checked : CheckState.Unchecked; 276CheckState.Checked => t_checkedImage ??= ScaleHelper.GetIconResourceAsBitmap(
System\Windows\Forms\Controls\ToolStrips\ToolStripMenuItem.ToolStripMenuItemAccessibleObject.cs (1)
144CheckState.Checked => ToggleState.ToggleState_On,
System\Windows\Forms\Controls\ToolStrips\ToolstripProfessionalRenderer.cs (1)
660else if (item is ToolStripMenuItem menuItem && menuItem.CheckState == CheckState.Checked)
System\Windows\Forms\Internal\Formatter.cs (4)
175return ((bool)value) ? CheckState.Checked : CheckState.Unchecked; 184? CheckState.Checked 341return (state == CheckState.Checked); 348return targetConverter.ConvertFrom(context: null, GetFormatterCulture(formatInfo), state == CheckState.Checked);
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\DataGridViewAddColumnDialog.cs (1)
352_visibleCheckBox.CheckState = CheckState.Checked;
System\Windows\Forms\Design\MaskDesignerDialog.cs (1)
207_checkBoxUseValidatingType.CheckState = CheckState.Checked;
System.Windows.Forms.Tests (50)
CheckedListBoxTests.cs (3)
360ArgumentOutOfRangeException ex = Assert.Throws<ArgumentOutOfRangeException>(() => box.SetItemCheckState(index, CheckState.Checked)); 391[InlineData(true, CheckState.Checked)] 746ItemCheckEventArgs eventArgs = new(0, CheckState.Checked, CheckState.Unchecked);
System\Windows\Forms\AccessibleObjects\CheckBox.CheckBoxAccessibleObjectTests.cs (7)
113[InlineData(true, CheckState.Checked, (int)ToggleState.ToggleState_On)] 116[InlineData(false, CheckState.Checked, (int)ToggleState.ToggleState_On)] 136yield return new object[] { true, false, CheckState.Checked, (int)ToggleState.ToggleState_Off }; 140yield return new object[] { true, true, CheckState.Checked, (int)ToggleState.ToggleState_Indeterminate }; 144yield return new object[] { false, true, CheckState.Checked, (int)ToggleState.ToggleState_On }; 148yield return new object[] { false, false, CheckState.Checked, (int)ToggleState.ToggleState_On }; 266Assert.Equal(CheckState.Checked, checkBox.CheckState);
System\Windows\Forms\AccessibleObjects\CheckedListBoxItemAccessibleObjectTests.cs (2)
255[InlineData(true, CheckState.Checked, (int)ToggleState.ToggleState_On)] 348? (isChecked.Value ? CheckState.Checked : CheckState.Unchecked)
System\Windows\Forms\AccessibleObjects\DataGridViewCheckBoxCellAccessibleObjectTests.cs (1)
282dataGridView.Rows.Add(CheckState.Checked);
System\Windows\Forms\AccessibleObjects\ToolStripButton.ToolStripButtonAccessibleObjectTests.cs (3)
125[InlineData(true, CheckState.Checked, true)] 128[InlineData(false, CheckState.Checked, true)] 158[InlineData(CheckState.Checked, (int)ToggleState.ToggleState_On)]
System\Windows\Forms\AccessibleObjects\ToolStripMenuItem.ToolStripMenuItemAccessibleObjectTests.cs (3)
198[InlineData(true, CheckState.Checked, true)] 201[InlineData(false, CheckState.Checked, true)] 218[InlineData(CheckState.Checked, (int)ToggleState.ToggleState_On)]
System\Windows\Forms\CheckBoxTests.cs (10)
209[InlineData(true, CheckState.Checked)] 222[InlineData(true, CheckState.Checked, true, CheckState.Indeterminate)] 223[InlineData(true, CheckState.Unchecked, true, CheckState.Checked)] 225[InlineData(false, CheckState.Checked, false, CheckState.Unchecked)] 226[InlineData(false, CheckState.Unchecked, true, CheckState.Checked)] 244[InlineData(true, CheckState.Checked, true)] 247[InlineData(false, CheckState.Checked, true)] 769checkBox.CheckState = checkBox.CheckState == CheckState.Checked ? CheckState.Unchecked : CheckState.Checked; 871checkBox.CheckState.Should().Be(CheckState.Checked);
System\Windows\Forms\DataGridViewCellTests.cs (6)
6133yield return new object[] { typeof(bool), typeof(CheckState), CheckState.Checked, new DataGridViewCellStyle(), null, null, true }; 6137yield return new object[] { typeof(CheckState), typeof(CheckState), CheckState.Checked, new DataGridViewCellStyle(), null, null, CheckState.Checked }; 6138yield return new object[] { typeof(int), typeof(CheckState), CheckState.Checked, new DataGridViewCellStyle(), null, null, 1 }; 6139yield return new object[] { typeof(int), typeof(CheckState), CheckState.Checked, new DataGridViewCellStyle(), new EnumConverter(typeof(CheckState)), null, 1 }; 6140yield return new object[] { typeof(int), typeof(CheckState), CheckState.Checked, new DataGridViewCellStyle(), null, new EnumConverter(typeof(CheckState)), 1 };
System\Windows\Forms\ToolStripButtonTests.cs (13)
636[InlineData(true, CheckState.Checked, CheckState.Unchecked)] 637[InlineData(false, CheckState.Unchecked, CheckState.Checked)] 659[InlineData(true, CheckState.Checked, CheckState.Unchecked)] 660[InlineData(false, CheckState.Unchecked, CheckState.Checked)] 687[InlineData(true, CheckState.Checked, CheckState.Unchecked)] 688[InlineData(false, CheckState.Unchecked, CheckState.Checked)] 732[InlineData(true, CheckState.Checked, CheckState.Unchecked)] 733[InlineData(false, CheckState.Unchecked, CheckState.Checked)] 760[InlineData(true, 2, CheckState.Checked, CheckState.Unchecked)] 761[InlineData(false, 0, CheckState.Unchecked, CheckState.Checked)] 939CheckState = CheckState.Checked 1039[InlineData(true, CheckState.Checked, AccessibleStates.Focusable | AccessibleStates.Checked)] 1041[InlineData(false, CheckState.Checked, AccessibleStates.None)]
System\Windows\Forms\ToolStripMenuItemTests.cs (2)
281CheckState = CheckState.Checked, 399item.CheckState = CheckState.Checked;
WinFormsControlsTest (15)
CustomComCtl32Button.cs (2)
38CheckState = CheckState.Checked, 82isPressed = checkbox.CheckState == CheckState.Checked;
MenuStripAndCheckedListBox.Designer.cs (2)
236this.checkedToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked; 246this.checkedCheckOnClickToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
MultipleControls.cs (1)
132checkedListBox1.Items.Add("Pennsylvania", CheckState.Checked);
MultipleControls.Designer.cs (2)
236this.checkedListBox1.SetItemCheckState(0, CheckState.Checked); 294this.checkedListBox2.SetItemCheckState(0, CheckState.Checked);
ToolStripTests.Designer.cs (8)
170this.toolStrip2_Button2.CheckState = System.Windows.Forms.CheckState.Checked; 222this.toolStrip3_MenuItem1.CheckState = System.Windows.Forms.CheckState.Checked; 247this.checkCheckOnClickToolStripMenuItem.CheckState = CheckState.Checked; 259this.thirdLevelItem.CheckState = System.Windows.Forms.CheckState.Checked; 267this.thirdLevelButton.CheckState = System.Windows.Forms.CheckState.Checked; 299this.toolStripMenuItem1.CheckState = System.Windows.Forms.CheckState.Checked; 316this.toolStripMenuItem2.CheckState = System.Windows.Forms.CheckState.Checked; 321this.checkedCheckOnClickFToolStripMenuItem.CheckState = CheckState.Checked;