3 writes to Depth
System.Xaml (3)
System\Xaml\Parser\NodeStreamSorter.cs (3)
497rInfo.Depth = depth; 510rInfo.Depth = ++depth; 514rInfo.Depth = depth--;
6 references to Depth
System.Xaml (6)
System\Xaml\Parser\NodeStreamSorter.cs (6)
84return string.Create(TypeConverterHelper.InvariantEnglishUS, $"Depth[{Depth}] {XamlNodeType}"); 568if (_sortingInfoArray[ctorIdx].Depth > deepestDepth) 570deepestDepth = _sortingInfoArray[ctorIdx].Depth; 583int depth = _sortingInfoArray[start].Depth; 706int nodeDepth = _sortingInfoArray[idx].Depth; 731int nodeDepth = _sortingInfoArray[idx].Depth;