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