3 writes to TemplateStartDepth
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006Reader.cs (3)
148_context.TemplateStartDepth = -1; 2363_context.TemplateStartDepth = -1; 2423_context.TemplateStartDepth = _context.CurrentFrame.Depth;
3 references to TemplateStartDepth
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006Reader.cs (3)
737if (_context.TemplateStartDepth < 0) 2355if (_context.CurrentFrame.Depth == _context.TemplateStartDepth) 2418if (_context.TemplateStartDepth < 0 && _isBinaryProvider)