2 writes to _deferLevel
PresentationFramework (2)
System\Windows\Data\CollectionView.cs (2)
329
++
_deferLevel
;
1788
--
_deferLevel
;
2 references to _deferLevel
PresentationFramework (2)
System\Windows\Data\CollectionView.cs (2)
1338
return
_deferLevel
> 0;
1790
if (
_deferLevel
== 0 && CheckFlag(CollectionViewFlags.NeedsRefresh))