2 writes to _deferLevel
PresentationFramework (2)
System\Windows\Data\CollectionViewSource.cs (2)
1171
++
_deferLevel
;
1176
if (--
_deferLevel
== 0)
2 references to _deferLevel
PresentationFramework (2)
System\Windows\Data\CollectionViewSource.cs (2)
914
if (_isInitializing ||
_deferLevel
> 0)
976
if (view == null ||
_deferLevel
> 0)