private void RegisterPrefixes(IXamlNamespaceRegistry namespaceRegistry)
 {
     foreach (var prefix in prefixRegistrations)
     {
         namespaceRegistry.RegisterPrefix(prefix);
     }
 }
 private void RegisterPrefixes(IXamlNamespaceRegistry namespaceRegistry)
 {
     foreach (var prefix in prefixRegistrations)
     {
         namespaceRegistry.RegisterPrefix(prefix);
     }
 }
Beispiel #3
0
 public void RegisterPrefix(PrefixRegistration prefixRegistration)
 {
     nsRegistry.RegisterPrefix(prefixRegistration);
 }