1 write to Names
PresentationFramework (1)
System\Windows\FrameworkTemplate.cs (1)
901Names = new XamlContextStack<Frame>(() => new Frame());
21 references to Names
PresentationFramework (21)
System\Windows\FrameworkTemplate.cs (21)
899if (Names == null) 1004bool isInsideNameScope = Names.Depth > 0 && (IsNameScope(Names.CurrentFrame.Type) || Names.CurrentFrame.InsideNameScope); 1005Names.PushScope(); 1006Names.CurrentFrame.Type = templateReader.Type; 1009Names.CurrentFrame.InsideNameScope = true; 1017bool isInsideNameScope = IsNameScope(Names.CurrentFrame.Type) || Names.CurrentFrame.InsideNameScope; 1018Names.PushScope(); 1019Names.CurrentFrame.Type = Names.PreviousFrame.Property.Type; 1022Names.CurrentFrame.InsideNameScope = true; 1028Names.CurrentFrame.Property = templateReader.Member; 1036if (Names.CurrentFrame.Property.DeferringLoader != null) 1040Names.CurrentFrame.Property = null; 1044Names.PopScope(); 1050if (Names.CurrentFrame.Property == XamlLanguage.ConnectionId) 1054_styleConnector.Connect((int)templateReader.Value, Names.CurrentFrame.Instance); 1095if (!Names.CurrentFrame.InsideNameScope && 1102Names.CurrentFrame.Instance = createdObject;