2 writes to otherNodes
System.Activities (2)
System\Activities\XamlIntegration\ActivityBuilderXamlWriter.cs (2)
470this.otherNodes = new XamlNodeQueue(writer.SchemaContext); 611this.otherNodes = null; // done with this
5 references to otherNodes
System.Activities (5)
System\Activities\XamlIntegration\ActivityBuilderXamlWriter.cs (5)
471base.CurrentWriter = this.otherNodes.Writer; 525if (this.otherNodes == null) // already flushed 607if (this.otherNodes.Count > 0) 609XamlServices.Transform(this.otherNodes.Reader, CurrentWriter, false); 616if (this.otherNodes != null)