2 writes to _deferLevel
PresentationFramework (2)
System\Windows\Data\CollectionViewSource.cs (2)
1170
++
_deferLevel
;
1175
if (--
_deferLevel
== 0)
2 references to _deferLevel
PresentationFramework (2)
System\Windows\Data\CollectionViewSource.cs (2)
913
if (_isInitializing ||
_deferLevel
> 0)
975
if (view == null ||
_deferLevel
> 0)