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