1 write to _pollForChanges
PresentationFramework (1)
MS\Internal\Data\EnumerableCollectionView.cs (1)
40
_pollForChanges
= !(source is INotifyCollectionChanged);
2 references to _pollForChanges
PresentationFramework (2)
MS\Internal\Data\EnumerableCollectionView.cs (2)
543
if (
_pollForChanges
)
560
if (
_pollForChanges
)