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