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