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