2 writes to _stack
PresentationFramework (2)
System\Windows\Markup\XamlReader.cs (2)
366_stack = new XamlContextStack<WpfXamlFrame>(() => new WpfXamlFrame()); 707_stack = null;
5 references to _stack
PresentationFramework (5)
System\Windows\Markup\XamlReader.cs (5)
384if (dObject != null && _stack.CurrentFrame.XmlnsDictionary != null) 386XmlnsDictionary dictionary = _stack.CurrentFrame.XmlnsDictionary; 417WpfXamlLoader.TransformNodes(xamlReader, _objectWriter, true /*onlyLoadOneNode*/, _skipJournaledProperties, shouldPassLineNumberInfo, xamlLineInfo, xamlLineInfoConsumer, _stack, _styleConnector); 611WpfXamlLoader.TransformNodes(xamlReader, _objectWriter, true /*onlyLoadOneNode*/, _skipJournaledProperties, shouldPassLineNumberInfo, xamlLineInfo, xamlLineInfoConsumer, _stack, _styleConnector); 613if (xamlReader.NodeType == System.Xaml.XamlNodeType.Value && _stack.CurrentFrame.Property == synchronousRecordProperty)