1 write to XamlNodeType
System.Xaml (1)
System\Xaml\Parser\NodeStreamSorter.cs (1)
480rInfo.XamlNodeType = _originalNodesInOrder[i].NodeType;
8 references to XamlNodeType
System.Xaml (8)
System\Xaml\Parser\NodeStreamSorter.cs (8)
89return string.Create(TypeConverterHelper.InvariantEnglishUS, $"Depth[{Depth}] {XamlNodeType}"); 482switch (rInfo.XamlNodeType) 561Debug.Assert(_sortingInfoArray[start].XamlNodeType == XamlNodeType.StartMember); 565&& _sortingInfoArray[idx].XamlNodeType == XamlNodeType.StartMember) 587Debug.Assert(_sortingInfoArray[current].XamlNodeType == XamlNodeType.StartMember); 607Debug.Assert(_sortingInfoArray[current].XamlNodeType == XamlNodeType.StartMember); 676XamlNodeType currentNodeType = _sortingInfoArray[idx].XamlNodeType; 700XamlNodeType currentNodeType = _sortingInfoArray[idx].XamlNodeType;