1 write to XamlNodeType
System.Xaml (1)
System\Xaml\Parser\NodeStreamSorter.cs (1)
477rInfo.XamlNodeType = _originalNodesInOrder[i].NodeType;
8 references to XamlNodeType
System.Xaml (8)
System\Xaml\Parser\NodeStreamSorter.cs (8)
86return string.Create(TypeConverterHelper.InvariantEnglishUS, $"Depth[{Depth}] {XamlNodeType}"); 479switch (rInfo.XamlNodeType) 558Debug.Assert(_sortingInfoArray[start].XamlNodeType == XamlNodeType.StartMember); 562&& _sortingInfoArray[idx].XamlNodeType == XamlNodeType.StartMember) 584Debug.Assert(_sortingInfoArray[current].XamlNodeType == XamlNodeType.StartMember); 604Debug.Assert(_sortingInfoArray[current].XamlNodeType == XamlNodeType.StartMember); 673XamlNodeType currentNodeType = _sortingInfoArray[idx].XamlNodeType; 697XamlNodeType currentNodeType = _sortingInfoArray[idx].XamlNodeType;