3 writes to _deferableContentBlockDepth
PresentationFramework (3)
System\Windows\Markup\BamlReader.cs (3)
174_deferableContentBlockDepth = -1; 1190_deferableContentBlockDepth = _nodeStack.Count; 2011_deferableContentBlockDepth = -1;
2 references to _deferableContentBlockDepth
PresentationFramework (2)
System\Windows\Markup\BamlReader.cs (2)
1971if (_deferableContentBlockDepth == _nodeStack.Count) 2009if (_deferableContentBlockDepth == _nodeStack.Count)