4 writes to IsInNameScope
PresentationFramework (4)
System\Windows\TemplateContent.cs (4)
70IsInNameScope = false; 78IsInNameScope = false; 134CurrentFrame.IsInNameScope = isInNameScope; 158CurrentFrame.IsInNameScope = isInNameScope;
8 references to IsInNameScope
PresentationFramework (8)
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)); 428!stack.CurrentFrame.IsInNameScope && 456!stack.CurrentFrame.IsInNameScope && 482if (stack.CurrentFrame.NameSet == false && !stack.CurrentFrame.IsInNameScope) 573if (!stack.CurrentFrame.IsInNameScope && 660if (!stack.CurrentFrame.IsInNameScope) 726if (stack.Depth > 0 && stack.CurrentFrame.NameSet == false && stack.CurrentFrame.Type != null && !stack.CurrentFrame.IsInNameScope)