3 references to DataGridViewCheckBoxCell_ClipboardTrue
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxCell.cs (3)
165
return ret ? SR.
DataGridViewCheckBoxCell_ClipboardTrue
: SR.DataGridViewCheckBoxCell_ClipboardFalse;
607
return ThreeState ? SR.DataGridViewCheckBoxCell_ClipboardChecked : SR.
DataGridViewCheckBoxCell_ClipboardTrue
;
618
return ThreeState ? SR.DataGridViewCheckBoxCell_ClipboardChecked : SR.
DataGridViewCheckBoxCell_ClipboardTrue
;