Example #1
0
 public XamlSchemaContext()
 {
     if (XamlConfig.IsUnoXaml)
     {
         UnoInner = new __uno::Uno.Xaml.XamlSchemaContext();
     }
     else
     {
         MsInner = new __ms::System.Xaml.XamlSchemaContext();
     }
 }
Example #2
0
 public XamlSchemaContext(System.Collections.Generic.IEnumerable <System.Reflection.Assembly> enumerable)
 {
     if (XamlConfig.IsUnoXaml)
     {
         UnoInner = new __uno::Uno.Xaml.XamlSchemaContext(enumerable);
     }
     else
     {
         MsInner = new __ms::System.Xaml.XamlSchemaContext(enumerable);
     }
 }
Example #3
0
 public XamlSchemaContext()
 {
     UnoInner = new __uno::Uno.Xaml.XamlSchemaContext();
 }
Example #4
0
 public XamlSchemaContext(System.Collections.Generic.IEnumerable <System.Reflection.Assembly> enumerable)
 {
     UnoInner = new __uno::Uno.Xaml.XamlSchemaContext(enumerable);
 }