3 writes to _staticResourceElementDepth
PresentationFramework (3)
System\Windows\Markup\BamlRecordWriter.cs (3)
294
_staticResourceElementDepth
++;
300
_staticResourceElementDepth
= 1;
417
if (_deferLoadingSupport && _staticResourceElementDepth > 0 &&
_staticResourceElementDepth
-- == 1)
4 references to _staticResourceElementDepth
PresentationFramework (4)
System\Windows\Markup\BamlRecordWriter.cs (4)
406
Debug.Assert(
_staticResourceElementDepth
== 0);
417
if (_deferLoadingSupport &&
_staticResourceElementDepth
> 0 && _staticResourceElementDepth-- == 1)
426
Debug.Assert(
_staticResourceElementDepth
== 0);
1874
get { return
_staticResourceElementDepth
> 0; }