3 writes to Depth
System.Xaml (3)
System\Xaml\Parser\NodeStreamSorter.cs (3)
475rInfo.Depth = depth; 488rInfo.Depth = ++depth; 492rInfo.Depth = depth--;
6 references to Depth
System.Xaml (6)
System\Xaml\Parser\NodeStreamSorter.cs (6)
86return string.Create(TypeConverterHelper.InvariantEnglishUS, $"Depth[{Depth}] {XamlNodeType}"); 543if (_sortingInfoArray[ctorIdx].Depth > deepestDepth) 545deepestDepth = _sortingInfoArray[ctorIdx].Depth; 557int depth = _sortingInfoArray[start].Depth; 674int nodeDepth = _sortingInfoArray[idx].Depth; 698int nodeDepth = _sortingInfoArray[idx].Depth;