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)
2003if (_deferableContentBlockDepth == _nodeStack.Count) 2041if (_deferableContentBlockDepth == _nodeStack.Count)