1 write to Names
PresentationFramework (1)
System\Windows\FrameworkTemplate.cs (1)
905Names = new XamlContextStack<Frame>(() => new Frame());
21 references to Names
PresentationFramework (21)
System\Windows\FrameworkTemplate.cs (21)
903if (Names == null) 1008bool isInsideNameScope = Names.Depth > 0 && (IsNameScope(Names.CurrentFrame.Type) || Names.CurrentFrame.InsideNameScope); 1009Names.PushScope(); 1010Names.CurrentFrame.Type = templateReader.Type; 1013Names.CurrentFrame.InsideNameScope = true; 1021bool isInsideNameScope = IsNameScope(Names.CurrentFrame.Type) || Names.CurrentFrame.InsideNameScope; 1022Names.PushScope(); 1023Names.CurrentFrame.Type = Names.PreviousFrame.Property.Type; 1026Names.CurrentFrame.InsideNameScope = true; 1032Names.CurrentFrame.Property = templateReader.Member; 1040if (Names.CurrentFrame.Property.DeferringLoader != null) 1044Names.CurrentFrame.Property = null; 1048Names.PopScope(); 1054if (Names.CurrentFrame.Property == XamlLanguage.ConnectionId) 1058_styleConnector.Connect((int)templateReader.Value, Names.CurrentFrame.Instance); 1099if (!Names.CurrentFrame.InsideNameScope && 1106Names.CurrentFrame.Instance = createdObject;