3 references to DataGridViewCheckBoxCell_ClipboardUnchecked
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxCell.cs (3)
154
return SR.
DataGridViewCheckBoxCell_ClipboardUnchecked
;
611
return ThreeState ? SR.
DataGridViewCheckBoxCell_ClipboardUnchecked
: SR.DataGridViewCheckBoxCell_ClipboardFalse;
622
return ThreeState ? SR.
DataGridViewCheckBoxCell_ClipboardUnchecked
: SR.DataGridViewCheckBoxCell_ClipboardFalse;