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