1 write to Names
PresentationFramework (1)
System\Windows\FrameworkTemplate.cs (1)
896
Names
= new XamlContextStack<Frame>(() => new Frame());
21 references to Names
PresentationFramework (21)
System\Windows\FrameworkTemplate.cs (21)
894
if (
Names
== null)
996
bool isInsideNameScope =
Names
.Depth > 0 && (IsNameScope(
Names
.CurrentFrame.Type) ||
Names
.CurrentFrame.InsideNameScope);
997
Names
.PushScope();
998
Names
.CurrentFrame.Type = templateReader.Type;
1001
Names
.CurrentFrame.InsideNameScope = true;
1009
bool isInsideNameScope = IsNameScope(
Names
.CurrentFrame.Type) ||
Names
.CurrentFrame.InsideNameScope;
1010
Names
.PushScope();
1011
Names
.CurrentFrame.Type =
Names
.PreviousFrame.Property.Type;
1014
Names
.CurrentFrame.InsideNameScope = true;
1020
Names
.CurrentFrame.Property = templateReader.Member;
1028
if (
Names
.CurrentFrame.Property.DeferringLoader != null)
1032
Names
.CurrentFrame.Property = null;
1036
Names
.PopScope();
1042
if (
Names
.CurrentFrame.Property == XamlLanguage.ConnectionId)
1044
_styleConnector?.Connect((int)templateReader.Value,
Names
.CurrentFrame.Instance);
1084
if (!
Names
.CurrentFrame.InsideNameScope &&
1091
Names
.CurrentFrame.Instance = createdObject;