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