1 write to xamlXmlWriter
System.Xaml (1)
System\Xaml\XamlMarkupExtensionWriter.cs (1)
35this.xamlXmlWriter = xamlXmlWriter;
3 references to xamlXmlWriter
System.Xaml (3)
System\Xaml\XamlMarkupExtensionWriter.cs (3)
53return xamlXmlWriter.SchemaContext; 96string prefix = xamlXmlWriter.LookupPrefix(type.GetXamlNamespaces(), out _); 113string prefix = xamlXmlWriter.LookupPrefix(property.GetXamlNamespaces(), out _);