3 writes to _dynamicResourceElementDepth
PresentationFramework (3)
System\Windows\Markup\BamlRecordWriter.cs (3)
310_dynamicResourceElementDepth++; 314_dynamicResourceElementDepth = 1; 430else if (_deferLoadingSupport && _dynamicResourceElementDepth > 0 && _dynamicResourceElementDepth-- == 1)
3 references to _dynamicResourceElementDepth
PresentationFramework (3)
System\Windows\Markup\BamlRecordWriter.cs (3)
408Debug.Assert(_dynamicResourceElementDepth == 0); 430else if (_deferLoadingSupport && _dynamicResourceElementDepth > 0 && _dynamicResourceElementDepth-- == 1) 1888get { return _dynamicResourceElementDepth > 0; }