6 references to RowIsSharable
System.Windows.Forms (6)
winforms\Managed\System\WinForms\DataGridViewRowCollection.cs (6)
408if (values != null || !RowIsSharable(index) || RowHasValueOrToolTipText(dataGridViewRow) || this.IsCollectionChangedListenedTo) 614if (!RowIsSharable(index) || RowHasValueOrToolTipText(dataGridViewRow) || this.IsCollectionChangedListenedTo) 680if (!RowIsSharable(index) || RowHasValueOrToolTipText(SharedRow(index)) || this.IsCollectionChangedListenedTo) 769if (RowIsSharable(index)) 1679if (!RowIsSharable(rowIndex) || RowHasValueOrToolTipText(dataGridViewRow) || this.IsCollectionChangedListenedTo) 1787if (RowIsSharable(indexDestination))