3 writes to Depth
System.Xaml (3)
System\Xaml\Parser\NodeStreamSorter.cs (3)
501rInfo.Depth = depth; 514rInfo.Depth = ++depth; 518rInfo.Depth = depth--;
6 references to Depth
System.Xaml (6)
System\Xaml\Parser\NodeStreamSorter.cs (6)
88return string.Create(TypeConverterHelper.InvariantEnglishUS, $"Depth[{Depth}] {XamlNodeType}"); 572if (_sortingInfoArray[ctorIdx].Depth > deepestDepth) 574deepestDepth = _sortingInfoArray[ctorIdx].Depth; 587int depth = _sortingInfoArray[start].Depth; 710int nodeDepth = _sortingInfoArray[idx].Depth; 735int nodeDepth = _sortingInfoArray[idx].Depth;