3 writes to TemplateStartDepth
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (3)
135
_context.
TemplateStartDepth
= -1;
2339
_context.
TemplateStartDepth
= -1;
2399
_context.
TemplateStartDepth
= _context.CurrentFrame.Depth;
3 references to TemplateStartDepth
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (3)
719
if (_context.
TemplateStartDepth
< 0)
2331
if (_context.CurrentFrame.Depth == _context.
TemplateStartDepth
)
2394
if (_context.
TemplateStartDepth
< 0 && _isBinaryProvider)