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;
312
if (
_currentParent
!= null)
313
_currentParent
.AddChild(node);
322
if (
_currentParent
== null)
327
_currentParent
.AddChild(node);