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