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