4 references to DataGridViewCheckBoxCell_ClipboardFalse
System.Windows.Forms (4)
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxCell.cs (4)
165
return ret ? SR.DataGridViewCheckBoxCell_ClipboardTrue : SR.
DataGridViewCheckBoxCell_ClipboardFalse
;
500
return SR.
DataGridViewCheckBoxCell_ClipboardFalse
;
611
return ThreeState ? SR.DataGridViewCheckBoxCell_ClipboardUnchecked : SR.
DataGridViewCheckBoxCell_ClipboardFalse
;
622
return ThreeState ? SR.DataGridViewCheckBoxCell_ClipboardUnchecked : SR.
DataGridViewCheckBoxCell_ClipboardFalse
;