3 writes to _staticResourceElementDepth
PresentationFramework (3)
System\Windows\Markup\BamlRecordWriter.cs (3)
298
_staticResourceElementDepth
++;
304
_staticResourceElementDepth
= 1;
421
if (_deferLoadingSupport && _staticResourceElementDepth > 0 &&
_staticResourceElementDepth
-- == 1)
4 references to _staticResourceElementDepth
PresentationFramework (4)
System\Windows\Markup\BamlRecordWriter.cs (4)
410
Debug.Assert(
_staticResourceElementDepth
== 0);
421
if (_deferLoadingSupport &&
_staticResourceElementDepth
> 0 && _staticResourceElementDepth-- == 1)
430
Debug.Assert(
_staticResourceElementDepth
== 0);
1883
get { return
_staticResourceElementDepth
> 0; }