1 write to xamlStack
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Xaml\ErrorTolerantObjectWriter.cs (1)
69
this.
xamlStack
= new WalkableStack<XamlFrame>();
29 references to xamlStack
System.Data (29)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Xaml\ErrorTolerantObjectWriter.cs (29)
133
this.
xamlStack
.Pop();
159
Fx.Assert(this.
xamlStack
.Count > 0 && this.
xamlStack
.Current.Member == null, "Unexpected StartMember");
160
this.
xamlStack
.Current.Member = member;
171
Fx.Assert(this.
xamlStack
.Count > 0 && this.
xamlStack
.Current.Member != null, "Unexpected EndMember");
172
this.
xamlStack
.Current.Member = null;
173
this.
xamlStack
.Current.MemberIsSet = false;
400
parentMember = this.
xamlStack
.Previous(1).Member;
407
collectionType = this.
xamlStack
.Previous(1).Type;
411
collectionType = this.
xamlStack
.Previous(2).Member.Type;
428
Fx.Assert(this.
xamlStack
.Count > 0, "PushNewActivityFrameIfNeeded called without a StartObject");
429
if (this.
xamlStack
.Count == 1)
447
CurrentFragment.Namespaces = this.
xamlStack
.Current.Namespaces;
458
NamespaceStackNode currentNamespaces = this.
xamlStack
.Count > 0 ? this.
xamlStack
.Current.Namespaces : null;
459
this.
xamlStack
.Push(new XamlFrame { Type = type });
463
this.
xamlStack
.Current.Namespaces = this.pendingNamespaces;
468
this.
xamlStack
.Current.Namespaces = currentNamespaces;
475
XamlType type = this.
xamlStack
.Current.Type;
498
else if (this.
xamlStack
.Count > 1)
522
if (type.IsNameScope && this.
xamlStack
.Count > 1)
531
XamlType type = this.
xamlStack
.Previous(1).Member.Type;
542
XamlFrame frame = this.
xamlStack
.Current;
564
XamlFrame currentFrame = this.
xamlStack
.Current;
574
ValidationError(SR.UnknownContent, this.
xamlStack
.Current.Type);
622
XamlType type = this.
xamlStack
.Current.Type;
623
XamlMember member = this.
xamlStack
.Current.Member;
668
type = this.
xamlStack
.Previous(1).Member.Type;