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