3 writes to _deferableContentBlockDepth
PresentationFramework (3)
src\Framework\System\Windows\Markup\BamlReader.cs (3)
193
_deferableContentBlockDepth
= -1;
1212
_deferableContentBlockDepth
= _nodeStack.Count;
2043
_deferableContentBlockDepth
= -1;
2 references to _deferableContentBlockDepth
PresentationFramework (2)
src\Framework\System\Windows\Markup\BamlReader.cs (2)
2003
if (
_deferableContentBlockDepth
== _nodeStack.Count)
2041
if (
_deferableContentBlockDepth
== _nodeStack.Count)