2 writes to _deferLevel
PresentationFramework (2)
System\Windows\Data\CollectionViewSource.cs (2)
1172
++
_deferLevel
;
1177
if (--
_deferLevel
== 0)
2 references to _deferLevel
PresentationFramework (2)
System\Windows\Data\CollectionViewSource.cs (2)
915
if (_isInitializing ||
_deferLevel
> 0)
977
if (view == null ||
_deferLevel
> 0)