2 writes to _deferLevel
PresentationFramework (2)
System\Windows\Data\CollectionView.cs (2)
337
++
_deferLevel
;
1808
--
_deferLevel
;
2 references to _deferLevel
PresentationFramework (2)
System\Windows\Data\CollectionView.cs (2)
1346
return
_deferLevel
> 0;
1810
if (
_deferLevel
== 0 && CheckFlag(CollectionViewFlags.NeedsRefresh))