8 references to IsCollectionChangedListenedTo
System.Windows.Forms (8)
winforms\Managed\System\WinForms\DataGridViewRowCollection.cs (8)
408if (values != null || !RowIsSharable(index) || RowHasValueOrToolTipText(dataGridViewRow) || this.IsCollectionChangedListenedTo) 614if (!RowIsSharable(index) || RowHasValueOrToolTipText(dataGridViewRow) || this.IsCollectionChangedListenedTo) 660if (rowTemplate.Index == -1 && !this.IsCollectionChangedListenedTo && !newRow) 680if (!RowIsSharable(index) || RowHasValueOrToolTipText(SharedRow(index)) || this.IsCollectionChangedListenedTo) 806if (this.IsCollectionChangedListenedTo) 1679if (!RowIsSharable(rowIndex) || RowHasValueOrToolTipText(dataGridViewRow) || this.IsCollectionChangedListenedTo) 1825if (this.IsCollectionChangedListenedTo) 2335if (this.IsCollectionChangedListenedTo || dataGridViewRow.GetDisplayed(index))