4 writes to IsInNameScope
PresentationFramework (4)
System\Windows\TemplateContent.cs (4)
69IsInNameScope = false; 77IsInNameScope = false; 133CurrentFrame.IsInNameScope = isInNameScope; 157CurrentFrame.IsInNameScope = isInNameScope;
8 references to IsInNameScope
PresentationFramework (8)
System\Windows\TemplateContent.cs (8)
119isInNameScope = CurrentFrame.IsInNameScope || (CurrentFrame.Type != null && FrameworkTemplate.IsNameScope(CurrentFrame.Type)); 144isInNameScope = CurrentFrame.IsInNameScope || (CurrentFrame.Type != null && FrameworkTemplate.IsNameScope(CurrentFrame.Type)); 427!stack.CurrentFrame.IsInNameScope && 455!stack.CurrentFrame.IsInNameScope && 481if (!stack.CurrentFrame.NameSet && !stack.CurrentFrame.IsInNameScope) 572if (!stack.CurrentFrame.IsInNameScope && !xamlReader.Member.IsDirective) 657if (!stack.CurrentFrame.IsInNameScope) 723if (stack.Depth > 0 && !stack.CurrentFrame.NameSet && stack.CurrentFrame.Type != null && !stack.CurrentFrame.IsInNameScope)