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));
429
!stack.CurrentFrame.
IsInNameScope
&&
457
!stack.CurrentFrame.
IsInNameScope
&&
483
if (stack.CurrentFrame.NameSet == false && !stack.CurrentFrame.
IsInNameScope
)
574
if (!stack.CurrentFrame.
IsInNameScope
&&
661
if (!stack.CurrentFrame.
IsInNameScope
)
727
if (stack.Depth > 0 && stack.CurrentFrame.NameSet == false && stack.CurrentFrame.Type != null && !stack.CurrentFrame.
IsInNameScope
)