1 write to XamlNodeType
System.Xaml (1)
System\Xaml\Parser\NodeStreamSorter.cs (1)
499rInfo.XamlNodeType = _originalNodesInOrder[i].NodeType;
7 references to XamlNodeType
System.Xaml (7)
System\Xaml\Parser\NodeStreamSorter.cs (7)
501switch (rInfo.XamlNodeType) 584Debug.Assert(_sortingInfoArray[start].XamlNodeType == XamlNodeType.StartMember); 588&& _sortingInfoArray[idx].XamlNodeType == XamlNodeType.StartMember) 610Debug.Assert(_sortingInfoArray[current].XamlNodeType == XamlNodeType.StartMember); 632Debug.Assert(_sortingInfoArray[current].XamlNodeType == XamlNodeType.StartMember); 705XamlNodeType currentNodeType = _sortingInfoArray[idx].XamlNodeType; 730XamlNodeType currentNodeType = _sortingInfoArray[idx].XamlNodeType;