3 writes to _staticResourceElementDepth
PresentationFramework (3)
System\Windows\Markup\BamlRecordWriter.cs (3)
295
_staticResourceElementDepth
++;
301
_staticResourceElementDepth
= 1;
418
if (_deferLoadingSupport && _staticResourceElementDepth > 0 &&
_staticResourceElementDepth
-- == 1)
4 references to _staticResourceElementDepth
PresentationFramework (4)
System\Windows\Markup\BamlRecordWriter.cs (4)
407
Debug.Assert(
_staticResourceElementDepth
== 0);
418
if (_deferLoadingSupport &&
_staticResourceElementDepth
> 0 && _staticResourceElementDepth-- == 1)
427
Debug.Assert(
_staticResourceElementDepth
== 0);
1880
get { return
_staticResourceElementDepth
> 0; }