1 write to Names
PresentationFramework (1)
System\Windows\FrameworkTemplate.cs (1)
893
Names
= new XamlContextStack<Frame>(() => new Frame());
21 references to Names
PresentationFramework (21)
System\Windows\FrameworkTemplate.cs (21)
891
if (
Names
== null)
993
bool isInsideNameScope =
Names
.Depth > 0 && (IsNameScope(
Names
.CurrentFrame.Type) ||
Names
.CurrentFrame.InsideNameScope);
994
Names
.PushScope();
995
Names
.CurrentFrame.Type = templateReader.Type;
998
Names
.CurrentFrame.InsideNameScope = true;
1006
bool isInsideNameScope = IsNameScope(
Names
.CurrentFrame.Type) ||
Names
.CurrentFrame.InsideNameScope;
1007
Names
.PushScope();
1008
Names
.CurrentFrame.Type =
Names
.PreviousFrame.Property.Type;
1011
Names
.CurrentFrame.InsideNameScope = true;
1017
Names
.CurrentFrame.Property = templateReader.Member;
1025
if (
Names
.CurrentFrame.Property.DeferringLoader != null)
1029
Names
.CurrentFrame.Property = null;
1033
Names
.PopScope();
1039
if (
Names
.CurrentFrame.Property == XamlLanguage.ConnectionId)
1041
_styleConnector?.Connect((int)templateReader.Value,
Names
.CurrentFrame.Instance);
1081
if (!
Names
.CurrentFrame.InsideNameScope &&
1088
Names
.CurrentFrame.Instance = createdObject;