1 write to Names
PresentationFramework (1)
src\Framework\System\Windows\FrameworkTemplate.cs (1)
909
Names
= new XamlContextStack<Frame>(() => new Frame());
21 references to Names
PresentationFramework (21)
src\Framework\System\Windows\FrameworkTemplate.cs (21)
907
if (
Names
== null)
1033
bool isInsideNameScope =
Names
.Depth > 0 && (IsNameScope(
Names
.CurrentFrame.Type) ||
Names
.CurrentFrame.InsideNameScope);
1034
Names
.PushScope();
1035
Names
.CurrentFrame.Type = templateReader.Type;
1038
Names
.CurrentFrame.InsideNameScope = true;
1046
bool isInsideNameScope = IsNameScope(
Names
.CurrentFrame.Type) ||
Names
.CurrentFrame.InsideNameScope;
1047
Names
.PushScope();
1048
Names
.CurrentFrame.Type =
Names
.PreviousFrame.Property.Type;
1051
Names
.CurrentFrame.InsideNameScope = true;
1057
Names
.CurrentFrame.Property = templateReader.Member;
1065
if (
Names
.CurrentFrame.Property.DeferringLoader != null)
1069
Names
.CurrentFrame.Property = null;
1073
Names
.PopScope();
1079
if (
Names
.CurrentFrame.Property == XamlLanguage.ConnectionId)
1083
_styleConnector.Connect((int)templateReader.Value,
Names
.CurrentFrame.Instance);
1124
if (!
Names
.CurrentFrame.InsideNameScope &&
1131
Names
.CurrentFrame.Instance = createdObject;