Exemplo n.º 1
0
 private void RegisterPrefixes(IXamlNamespaceRegistry namespaceRegistry)
 {
     foreach (var prefix in prefixRegistrations)
     {
         namespaceRegistry.RegisterPrefix(prefix);
     }
 }
Exemplo n.º 2
0
 private void RegisterPrefixes(IXamlNamespaceRegistry namespaceRegistry)
 {
     foreach (var prefix in prefixRegistrations)
     {
         namespaceRegistry.RegisterPrefix(prefix);
     }
 }
Exemplo n.º 3
0
 public void RegisterPrefix(PrefixRegistration prefixRegistration)
 {
     nsRegistry.RegisterPrefix(prefixRegistration);
 }