3 writes to _deferableContentBlockDepth
PresentationFramework (3)
System\Windows\Markup\BamlReader.cs (3)
184_deferableContentBlockDepth = -1; 1200_deferableContentBlockDepth = _nodeStack.Count; 2021_deferableContentBlockDepth = -1;
2 references to _deferableContentBlockDepth
PresentationFramework (2)
System\Windows\Markup\BamlReader.cs (2)
1981if (_deferableContentBlockDepth == _nodeStack.Count) 2019if (_deferableContentBlockDepth == _nodeStack.Count)