4 references to IsNameScope
PresentationFramework (4)
System\Windows\FrameworkTemplate.cs (2)
1008
bool isInsideNameScope = Names.Depth > 0 && (
IsNameScope
(Names.CurrentFrame.Type) || Names.CurrentFrame.InsideNameScope);
1021
bool isInsideNameScope =
IsNameScope
(Names.CurrentFrame.Type) || Names.CurrentFrame.InsideNameScope;
System\Windows\TemplateContent.cs (2)
123
isInNameScope = CurrentFrame.IsInNameScope || (CurrentFrame.Type != null && FrameworkTemplate.
IsNameScope
(CurrentFrame.Type));
148
isInNameScope = CurrentFrame.IsInNameScope || (CurrentFrame.Type != null && FrameworkTemplate.
IsNameScope
(CurrentFrame.Type));