2 writes to _deferLevel
PresentationFramework (2)
System\Windows\Data\CollectionView.cs (2)
330
++
_deferLevel
;
1789
--
_deferLevel
;
2 references to _deferLevel
PresentationFramework (2)
System\Windows\Data\CollectionView.cs (2)
1339
return
_deferLevel
> 0;
1791
if (
_deferLevel
== 0 && CheckFlag(CollectionViewFlags.NeedsRefresh))