3 writes to currentState
System.Activities (3)
System\Activities\XamlIntegration\ActivityBuilderXamlWriter.cs (3)
62
this.
currentState
= new RootNode(this);
194
this.
currentState
= state;
218
this.
currentState
= this.pendingStates.Pop();
10 references to currentState
System.Activities (10)
System\Activities\XamlIntegration\ActivityBuilderXamlWriter.cs (10)
113
this.
currentState
.WriteNamespace(namespaceDeclaration);
124
this.
currentState
.WriteValue(value);
136
this.
currentState
.WriteStartObject(xamlType);
148
this.
currentState
.WriteGetObject();
159
this.
currentState
.WriteEndObject();
172
this.
currentState
.WriteStartMember(xamlMember);
183
this.
currentState
.WriteEndMember();
193
this.pendingStates.Push(this.
currentState
);
210
if (this.
currentState
.Depth == this.currentDepth)
213
this.
currentState
.Complete();