6 writes to NameSet
PresentationFramework (6)
src\Framework\System\Windows\TemplateContent.cs (6)
68NameSet = false; 509stack.CurrentFrame.NameSet = true; 537stack.CurrentFrame.NameSet = true; 562stack.CurrentFrame.NameSet = true; 722stack.CurrentFrame.NameSet = true; 806stack.CurrentFrame.NameSet = true;
4 references to NameSet
PresentationFramework (4)
src\Framework\System\Windows\TemplateContent.cs (4)
495stack.CurrentFrame.NameSet == false && 523stack.CurrentFrame.NameSet == false && 551if (stack.CurrentFrame.NameSet == false && !stack.CurrentFrame.IsInNameScope) 795if (stack.Depth > 0 && stack.CurrentFrame.NameSet == false && stack.CurrentFrame.Type != null && !stack.CurrentFrame.IsInNameScope)