2 references to DataGridView_AccCheckBoxCellDefaultActionUncheck
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxCell.DataGridViewCheckBoxCellAccessibleObject.cs (1)
73return switchToCheckedState ? SR.DataGridView_AccCheckBoxCellDefaultActionCheck : SR.DataGridView_AccCheckBoxCellDefaultActionUncheck;
System.Windows.Forms.Tests (1)
System\Windows\Forms\AccessibleObjects\DataGridViewCheckBoxCellAccessibleObjectTests.cs (1)
126yield return new object[] { true, SR.DataGridView_AccCheckBoxCellDefaultActionUncheck };