1 write to _pollForChanges
PresentationFramework (1)
MS\Internal\Data\EnumerableCollectionView.cs (1)
41
_pollForChanges
= !(source is INotifyCollectionChanged);
2 references to _pollForChanges
PresentationFramework (2)
MS\Internal\Data\EnumerableCollectionView.cs (2)
544
if (
_pollForChanges
)
564
if (
_pollForChanges
)