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