3 writes to _staticResourceElementDepth
PresentationFramework (3)
src\Framework\System\Windows\Markup\BamlRecordWriter.cs (3)
305
_staticResourceElementDepth
++;
311
_staticResourceElementDepth
= 1;
429
if (_deferLoadingSupport && _staticResourceElementDepth > 0 &&
_staticResourceElementDepth
-- == 1)
4 references to _staticResourceElementDepth
PresentationFramework (4)
src\Framework\System\Windows\Markup\BamlRecordWriter.cs (4)
418
Debug.Assert(
_staticResourceElementDepth
== 0);
429
if (_deferLoadingSupport &&
_staticResourceElementDepth
> 0 && _staticResourceElementDepth-- == 1)
438
Debug.Assert(
_staticResourceElementDepth
== 0);
1894
get { return
_staticResourceElementDepth
> 0; }