1 write to NodeQueue
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Xaml\ErrorTolerantObjectWriter.cs (1)
853NodeQueue = new XamlNodeQueue(schemaContext);
4 references to NodeQueue
System.Data (4)
cdf\src\NetFx40\Tools\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);