1 write to XamlNodeType
System.Xaml (1)
System\Xaml\Parser\NodeStreamSorter.cs (1)
499rInfo.XamlNodeType = _originalNodesInOrder[i].NodeType;
8 references to XamlNodeType
System.Xaml (8)
System\Xaml\Parser\NodeStreamSorter.cs (8)
84return string.Create(TypeConverterHelper.InvariantEnglishUS, $"Depth[{Depth}] {XamlNodeType}"); 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;