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