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