1 write to xamlXmlWriter
System.Xaml (1)
System\Xaml\XamlMarkupExtensionWriter.cs (1)
34
this.
xamlXmlWriter
= xamlXmlWriter;
3 references to xamlXmlWriter
System.Xaml (3)
System\Xaml\XamlMarkupExtensionWriter.cs (3)
52
return
xamlXmlWriter
.SchemaContext;
95
string prefix =
xamlXmlWriter
.LookupPrefix(type.GetXamlNamespaces(), out _);
112
string prefix =
xamlXmlWriter
.LookupPrefix(property.GetXamlNamespaces(), out _);