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