2 instantiations of NameScopeFrame
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Xaml\ErrorTolerantObjectWriter.cs (2)
74
this.nameScopeStack.Push(new
NameScopeFrame
(null));
453
this.nameScopeStack.Push(new
NameScopeFrame
(this.nameScopeStack.Peek()));
9 references to NameScopeFrame
System.Data (9)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Xaml\ErrorTolerantObjectWriter.cs (9)
49
Stack<
NameScopeFrame
> nameScopeStack;
52
List<
NameScopeFrame
> poppedNameScopes;
73
this.nameScopeStack = new Stack<
NameScopeFrame
>();
75
this.poppedNameScopes = new List<
NameScopeFrame
>();
275
NameScopeFrame
CurrentNameScope
756
foreach (
NameScopeFrame
nameScope in this.poppedNameScopes)
1158
public
NameScopeFrame
Parent { get; private set; }
1162
public NameScopeFrame(
NameScopeFrame
parent)
1184
NameScopeFrame
current = this;