2 writes to _stack
PresentationFramework (2)
src\Framework\System\Windows\Markup\XamlReader.cs (2)
270_stack = new XamlContextStack<WpfXamlFrame>(() => new WpfXamlFrame()); 612_stack = null;
5 references to _stack
PresentationFramework (5)
src\Framework\System\Windows\Markup\XamlReader.cs (5)
288if (dObject != null && _stack.CurrentFrame.XmlnsDictionary != null) 290XmlnsDictionary dictionary = _stack.CurrentFrame.XmlnsDictionary; 321WpfXamlLoader.TransformNodes(xamlReader, _objectWriter, true /*onlyLoadOneNode*/, _skipJournaledProperties, shouldPassLineNumberInfo, xamlLineInfo, xamlLineInfoConsumer, _stack, _styleConnector); 516WpfXamlLoader.TransformNodes(xamlReader, _objectWriter, true /*onlyLoadOneNode*/, _skipJournaledProperties, shouldPassLineNumberInfo, xamlLineInfo, xamlLineInfoConsumer, _stack, _styleConnector); 518if (xamlReader.NodeType == System.Xaml.XamlNodeType.Value && _stack.CurrentFrame.Property == synchronousRecordProperty)