6 references to RowIsSharable
System.Windows.Forms (6)
System\Windows\Forms\Controls\DataGridView\DataGridViewRowCollection.cs (6)
261if (values is not null || !RowIsSharable(index) || RowHasValueOrToolTipText(dataGridViewRow) || IsCollectionChangedListenedTo) 450if (!RowIsSharable(index) || RowHasValueOrToolTipText(dataGridViewRow) || IsCollectionChangedListenedTo) 521if (!RowIsSharable(index) || RowHasValueOrToolTipText(SharedRow(index)) || IsCollectionChangedListenedTo) 617if (RowIsSharable(index)) 1551if (!RowIsSharable(rowIndex) || RowHasValueOrToolTipText(dataGridViewRow) || IsCollectionChangedListenedTo) 1658if (RowIsSharable(indexDestination))