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