1 write to xamlXmlWriter
System.Xaml (1)
System\Xaml\XamlMarkupExtensionWriter.cs (1)
33this.xamlXmlWriter = xamlXmlWriter;
3 references to xamlXmlWriter
System.Xaml (3)
System\Xaml\XamlMarkupExtensionWriter.cs (3)
51return xamlXmlWriter.SchemaContext; 94string prefix = xamlXmlWriter.LookupPrefix(type.GetXamlNamespaces(), out _); 111string prefix = xamlXmlWriter.LookupPrefix(property.GetXamlNamespaces(), out _);