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