1 write to NodeQueue
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Xaml\ErrorTolerantObjectWriter.cs (1)
853NodeQueue = new XamlNodeQueue(schemaContext);
4 references to NodeQueue
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\Xaml\ErrorTolerantObjectWriter.cs (4)
282get { return CurrentFragment.NodeQueue.Writer; } 867NodeQueue.Writer.WriteValue(newChild); 946XamlReader nodeReader = NodeQueue.Reader; 1125XamlNodeList result = new XamlNodeList(NodeQueue.Writer.SchemaContext);