2 writes to _xamlNodes
PresentationBuildTasks (2)
Framework\System\Windows\Markup\XamlReaderHelper.cs (2)
5806_xamlNodes = new ArrayList(10); 5897_xamlNodes = new ArrayList(10);
26 references to _xamlNodes
PresentationBuildTasks (26)
Framework\System\Windows\Markup\XamlReaderHelper.cs (26)
5775_xamlNodes.Add(xamlNode); 5789Debug.Assert((_nodeIndex == 0 && _xamlNodes.Count == 0 ) || (_nodeIndex < _xamlNodes.Count), 5791if (_xamlNodes.Count > 0) 5793xamlNode = (XamlNode)_xamlNodes[_nodeIndex]; 5796if (_nodeIndex == _xamlNodes.Count) 5809Debug.Assert((_nodeIndex == 0 && _xamlNodes.Count == 0 ) || (_nodeIndex < _xamlNodes.Count), 5820get { return _xamlNodes.Count; } 5837_insertionIndex = value ? _xamlNodes.Count : -1; 5849_xamlNodes.Insert(_insertionIndex, xamlNode); 5862_xamlNodes.Insert(_currentInsertionIndex, xamlNode); 5878if (_xamlNodes.Count > 0) 5880for (int i = _xamlNodes.Count - 1; i >= _nodeIndex; i--) 5882if (((XamlNode)_xamlNodes[i]).TokenType == XamlNodeType.ElementStart || 5883((XamlNode)_xamlNodes[i]).TokenType == XamlNodeType.EndAttributes) 5885_xamlNodes.RemoveAt(i); 5891if (_nodeIndex >= _xamlNodes.Count) 5895Debug.Assert(_nodeIndex == _xamlNodes.Count, "NodeIndex is larger than node count."); 6026Debug.Assert(((XamlNode)_xamlNodes[_typeConverterCandidateIndex]).TokenType==XamlNodeType.ElementStart, 6043_typeConverterCandidateIndex = _xamlNodes.Count - 1; 6045Debug.Assert(((XamlNode)_xamlNodes[_typeConverterCandidateIndex])==xamlNode, 6067_typeConverterCandidateIndex = _xamlNodes.Count - 1; 6069Debug.Assert(((XamlNode)_xamlNodes[_typeConverterCandidateIndex])==xamlNode, 6114Debug.Assert(((XamlNode)_xamlNodes[_typeConverterCandidateIndex]).TokenType==XamlNodeType.ElementStart, 6118((XamlElementStartNode)_xamlNodes[_typeConverterCandidateIndex]).CreateUsingTypeConverter = true;