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