4 writes to IsInNameScope
PresentationFramework (4)
src\Framework\System\Windows\TemplateContent.cs (4)
69IsInNameScope = false; 77IsInNameScope = false; 134CurrentFrame.IsInNameScope = isInNameScope; 158CurrentFrame.IsInNameScope = isInNameScope;
8 references to IsInNameScope
PresentationFramework (8)
src\Framework\System\Windows\TemplateContent.cs (8)
120isInNameScope = CurrentFrame.IsInNameScope || (CurrentFrame.Type != null && FrameworkTemplate.IsNameScope(CurrentFrame.Type)); 145isInNameScope = CurrentFrame.IsInNameScope || (CurrentFrame.Type != null && FrameworkTemplate.IsNameScope(CurrentFrame.Type)); 497!stack.CurrentFrame.IsInNameScope && 525!stack.CurrentFrame.IsInNameScope && 551if (stack.CurrentFrame.NameSet == false && !stack.CurrentFrame.IsInNameScope) 642if (!stack.CurrentFrame.IsInNameScope && 729if (!stack.CurrentFrame.IsInNameScope) 795if (stack.Depth > 0 && stack.CurrentFrame.NameSet == false && stack.CurrentFrame.Type != null && !stack.CurrentFrame.IsInNameScope)