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