Esempio n. 1
0
 public XamlSchemaContext()
 {
     if (XamlConfig.IsUnoXaml)
     {
         UnoInner = new __uno::Uno.Xaml.XamlSchemaContext();
     }
     else
     {
         MsInner = new __ms::System.Xaml.XamlSchemaContext();
     }
 }
Esempio n. 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);
     }
 }
Esempio n. 3
0
 public XamlSchemaContext()
 {
     UnoInner = new __uno::Uno.Xaml.XamlSchemaContext();
 }
Esempio n. 4
0
 public XamlSchemaContext(System.Collections.Generic.IEnumerable <System.Reflection.Assembly> enumerable)
 {
     UnoInner = new __uno::Uno.Xaml.XamlSchemaContext(enumerable);
 }