2 writes to _stack
PresentationFramework (2)
System\Windows\Markup\XamlReader.cs (2)
357
_stack
= new XamlContextStack<WpfXamlFrame>(() => new WpfXamlFrame());
697
_stack
= null;
5 references to _stack
PresentationFramework (5)
System\Windows\Markup\XamlReader.cs (5)
375
if (dObject != null &&
_stack
.CurrentFrame.XmlnsDictionary != null)
377
XmlnsDictionary dictionary =
_stack
.CurrentFrame.XmlnsDictionary;
408
WpfXamlLoader.TransformNodes(xamlReader, _objectWriter, true /*onlyLoadOneNode*/, _skipJournaledProperties, shouldPassLineNumberInfo, xamlLineInfo, xamlLineInfoConsumer,
_stack
, _styleConnector);
601
WpfXamlLoader.TransformNodes(xamlReader, _objectWriter, true /*onlyLoadOneNode*/, _skipJournaledProperties, shouldPassLineNumberInfo, xamlLineInfo, xamlLineInfoConsumer,
_stack
, _styleConnector);
603
if (xamlReader.NodeType == System.Xaml.XamlNodeType.Value &&
_stack
.CurrentFrame.Property == synchronousRecordProperty)