3 writes to Depth
System.Xaml (3)
System\Xaml\Parser\NodeStreamSorter.cs (3)
478
rInfo.
Depth
= depth;
491
rInfo.
Depth
= ++depth;
495
rInfo.
Depth
= depth--;
6 references to Depth
System.Xaml (6)
System\Xaml\Parser\NodeStreamSorter.cs (6)
89
return string.Create(TypeConverterHelper.InvariantEnglishUS, $"Depth[{
Depth
}] {XamlNodeType}");
546
if (_sortingInfoArray[ctorIdx].
Depth
> deepestDepth)
548
deepestDepth = _sortingInfoArray[ctorIdx].
Depth
;
560
int depth = _sortingInfoArray[start].
Depth
;
677
int nodeDepth = _sortingInfoArray[idx].
Depth
;
701
int nodeDepth = _sortingInfoArray[idx].
Depth
;