1 write to _xamlNodeList
PresentationFramework (1)
src\Framework\System\Windows\TemplateContent.cs (1)
423
_xamlNodeList
= new XamlNodeList(SchemaContext);
2 references to _xamlNodeList
PresentationFramework (2)
src\Framework\System\Windows\TemplateContent.cs (2)
310
return
_xamlNodeList
.GetReader();
424
System.Xaml.XamlWriter writer =
_xamlNodeList
.Writer;