1 write to _xamlNodeList
PresentationFramework (1)
System\Windows\TemplateContent.cs (1)
358
_xamlNodeList
= new XamlNodeList(SchemaContext);
2 references to _xamlNodeList
PresentationFramework (2)
System\Windows\TemplateContent.cs (2)
292
return
_xamlNodeList
.GetReader();
359
System.Xaml.XamlWriter writer =
_xamlNodeList
.Writer;