3 writes to _dynamicResourceElementDepth
PresentationFramework (3)
System\Windows\Markup\BamlRecordWriter.cs (3)
309_dynamicResourceElementDepth++; 313_dynamicResourceElementDepth = 1; 429else if (_deferLoadingSupport && _dynamicResourceElementDepth > 0 && _dynamicResourceElementDepth-- == 1)
3 references to _dynamicResourceElementDepth
PresentationFramework (3)
System\Windows\Markup\BamlRecordWriter.cs (3)
407Debug.Assert(_dynamicResourceElementDepth == 0); 429else if (_deferLoadingSupport && _dynamicResourceElementDepth > 0 && _dynamicResourceElementDepth-- == 1) 1882get { return _dynamicResourceElementDepth > 0; }