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