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