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