1 write to _pollForChanges
PresentationFramework (1)
src\Framework\MS\Internal\Data\EnumerableCollectionView.cs (1)
48
_pollForChanges
= !(source is INotifyCollectionChanged);
2 references to _pollForChanges
PresentationFramework (2)
src\Framework\MS\Internal\Data\EnumerableCollectionView.cs (2)
551
if (
_pollForChanges
)
571
if (
_pollForChanges
)