3 writes to _currentParent
PresentationFramework (3)
src\Framework\MS\Internal\Globalization\BamlResourceDeserializer.cs (3)
316_currentParent = node; 349_currentParent = _bamlTreeStack.Peek(); 354_currentParent = null;
5 references to _currentParent
PresentationFramework (5)
src\Framework\MS\Internal\Globalization\BamlResourceDeserializer.cs (5)
252((BamlStartElementNode)_currentParent).Uid = _reader.Value; 312if (_currentParent != null) 313_currentParent.AddChild(node); 322if (_currentParent == null) 327_currentParent.AddChild(node);