1 write to XamlNodeType
System.Xaml (1)
System\Xaml\Parser\NodeStreamSorter.cs (1)
503rInfo.XamlNodeType = _originalNodesInOrder[i].NodeType;
8 references to XamlNodeType
System.Xaml (8)
System\Xaml\Parser\NodeStreamSorter.cs (8)
88return string.Create(TypeConverterHelper.InvariantEnglishUS, $"Depth[{Depth}] {XamlNodeType}"); 505switch (rInfo.XamlNodeType) 588Debug.Assert(_sortingInfoArray[start].XamlNodeType == XamlNodeType.StartMember); 592&& _sortingInfoArray[idx].XamlNodeType == XamlNodeType.StartMember) 614Debug.Assert(_sortingInfoArray[current].XamlNodeType == XamlNodeType.StartMember); 636Debug.Assert(_sortingInfoArray[current].XamlNodeType == XamlNodeType.StartMember); 709XamlNodeType currentNodeType = _sortingInfoArray[idx].XamlNodeType; 734XamlNodeType currentNodeType = _sortingInfoArray[idx].XamlNodeType;