3 writes to _deferableContentBlockDepth
PresentationFramework (3)
System\Windows\Markup\BamlReader.cs (3)
176
_deferableContentBlockDepth
= -1;
1200
_deferableContentBlockDepth
= _nodeStack.Count;
2033
_deferableContentBlockDepth
= -1;
2 references to _deferableContentBlockDepth
PresentationFramework (2)
System\Windows\Markup\BamlReader.cs (2)
1993
if (
_deferableContentBlockDepth
== _nodeStack.Count)
2031
if (
_deferableContentBlockDepth
== _nodeStack.Count)