13 references to Depth
PresentationFramework (13)
src\Framework\System\Windows\Markup\Baml2006\Baml2006Reader.cs (7)
1146if (_root != null && _context.CurrentFrame.Depth == 0) 1210if (_context.CurrentFrame.Depth == 1) 2032if (_lookingForAKeyOnAMarkupExtensionInADictionaryDepth == _context.CurrentFrame.Depth) 2355if (_context.CurrentFrame.Depth == _context.TemplateStartDepth) 2377if (_lookingForAKeyOnAMarkupExtensionInADictionaryDepth == _context.CurrentFrame.Depth) 2423_context.TemplateStartDepth = _context.CurrentFrame.Depth; 2494_lookingForAKeyOnAMarkupExtensionInADictionaryDepth = _context.CurrentFrame.Depth;
src\Shared\MS\Internal\Xaml\Context\XamlContextStack.cs (6)
25Debug.Assert(CurrentFrame.Depth == Depth); 84while (iteratorFrame.Depth > depth) 107Debug.Assert(CurrentFrame.Depth == Depth); 120Debug.Assert(CurrentFrame.Depth == Depth); 141sb.AppendLine("Stack: " + (_currentFrame == null ? -1 : _currentFrame.Depth + 1).ToString(CultureInfo.InvariantCulture) + " frames"); 153sb.AppendLine(" " + iteratorFrame.Depth + " " + iteratorFrame.ToString());