Imported Upstream version 6.0.0.172

Former-commit-id: f3cc9b82f3e5bd8f0fd3ebc098f789556b44e9cd
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2019-04-12 14:10:50 +00:00
parent 8016999e4d
commit 64ac736ec5
32155 changed files with 3981439 additions and 75368 deletions

View File

@@ -4,7 +4,7 @@
[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
[assembly:System.CLSCompliantAttribute(true)]
[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
[assembly:System.Diagnostics.DebuggableAttribute(System.Diagnostics.DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
[assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")]
[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
[assembly:System.Reflection.AssemblyDefaultAliasAttribute("System.Xaml.dll")]
@@ -20,37 +20,37 @@
[assembly:System.Runtime.InteropServices.ComCompatibleVersionAttribute(1, 0, 3300, 0)]
[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
[assembly:System.Security.AllowPartiallyTrustedCallersAttribute]
[assembly:System.Security.SecurityCriticalAttribute((System.Security.SecurityCriticalScope)(0))]
[assembly:System.Security.SecurityCriticalAttribute(System.Security.SecurityCriticalScope.Explicit)]
[assembly:System.Windows.Markup.XmlnsDefinitionAttribute("http://schemas.microsoft.com/winfx/2006/xaml", "System.Windows.Markup")]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.ValueSerializerAttribute))]
namespace System
{
[System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
[System.AttributeUsageAttribute(System.AttributeTargets.All, AllowMultiple=true)]
internal partial class MonoDocumentationNoteAttribute : System.MonoTODOAttribute
{
public MonoDocumentationNoteAttribute(string comment) { }
}
[System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
[System.AttributeUsageAttribute(System.AttributeTargets.All, AllowMultiple=true)]
internal partial class MonoExtensionAttribute : System.MonoTODOAttribute
{
public MonoExtensionAttribute(string comment) { }
}
[System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
[System.AttributeUsageAttribute(System.AttributeTargets.All, AllowMultiple=true)]
internal partial class MonoInternalNoteAttribute : System.MonoTODOAttribute
{
public MonoInternalNoteAttribute(string comment) { }
}
[System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
[System.AttributeUsageAttribute(System.AttributeTargets.All, AllowMultiple=true)]
internal partial class MonoLimitationAttribute : System.MonoTODOAttribute
{
public MonoLimitationAttribute(string comment) { }
}
[System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
[System.AttributeUsageAttribute(System.AttributeTargets.All, AllowMultiple=true)]
internal partial class MonoNotSupportedAttribute : System.MonoTODOAttribute
{
public MonoNotSupportedAttribute(string comment) { }
}
[System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
[System.AttributeUsageAttribute(System.AttributeTargets.All, AllowMultiple=true)]
internal partial class MonoTODOAttribute : System.Attribute
{
public MonoTODOAttribute() { }
@@ -60,7 +60,7 @@ namespace System
}
namespace System.Windows.Markup
{
[System.AttributeUsageAttribute((System.AttributeTargets)(196), Inherited=true)]
[System.AttributeUsageAttribute(System.AttributeTargets.Class | System.AttributeTargets.Method | System.AttributeTargets.Property, Inherited=true)]
[System.Runtime.CompilerServices.TypeForwardedFromAttribute("WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
public sealed partial class AmbientAttribute : System.Attribute
{
@@ -74,7 +74,7 @@ namespace System.Windows.Markup
public ArrayExtension() { }
public ArrayExtension(System.Array elements) { }
public ArrayExtension(System.Type arrayType) { }
[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Content)]
public System.Collections.IList Items { get { throw null; } }
[System.Windows.Markup.ConstructorArgumentAttribute("arrayType")]
public System.Type Type { get { throw null; } set { } }
@@ -82,14 +82,14 @@ namespace System.Windows.Markup
public void AddText(string text) { }
public override object ProvideValue(System.IServiceProvider serviceProvider) { throw null; }
}
[System.AttributeUsageAttribute((System.AttributeTargets)(128), AllowMultiple=false, Inherited=false)]
[System.AttributeUsageAttribute(System.AttributeTargets.Property, AllowMultiple=false, Inherited=false)]
[System.Runtime.CompilerServices.TypeForwardedFromAttribute("WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
public sealed partial class ConstructorArgumentAttribute : System.Attribute
{
public ConstructorArgumentAttribute(string argumentName) { }
public string ArgumentName { get { throw null; } }
}
[System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=false, Inherited=true)]
[System.AttributeUsageAttribute(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)]
[System.Runtime.CompilerServices.TypeForwardedFromAttribute("WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
public sealed partial class ContentPropertyAttribute : System.Attribute
{
@@ -97,7 +97,7 @@ namespace System.Windows.Markup
public ContentPropertyAttribute(string name) { }
public string Name { get { throw null; } }
}
[System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=true, Inherited=true)]
[System.AttributeUsageAttribute(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)]
[System.Runtime.CompilerServices.TypeForwardedFromAttribute("WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
public sealed partial class ContentWrapperAttribute : System.Attribute
{
@@ -116,7 +116,7 @@ namespace System.Windows.Markup
public override object ConvertFromString(string value, System.Windows.Markup.IValueSerializerContext context) { throw null; }
public override string ConvertToString(object value, System.Windows.Markup.IValueSerializerContext context) { throw null; }
}
[System.AttributeUsageAttribute((System.AttributeTargets)(192), AllowMultiple=true)]
[System.AttributeUsageAttribute(System.AttributeTargets.Method | System.AttributeTargets.Property, AllowMultiple=true)]
[System.Runtime.CompilerServices.TypeForwardedFromAttribute("WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
public sealed partial class DependsOnAttribute : System.Attribute
{
@@ -124,7 +124,7 @@ namespace System.Windows.Markup
public string Name { get { throw null; } }
public override object TypeId { get { throw null; } }
}
[System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=false, Inherited=true)]
[System.AttributeUsageAttribute(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)]
[System.Runtime.CompilerServices.TypeForwardedFromAttribute("WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
public sealed partial class DictionaryKeyPropertyAttribute : System.Attribute
{
@@ -179,7 +179,7 @@ namespace System.Windows.Markup
protected MarkupExtension() { }
public abstract object ProvideValue(System.IServiceProvider serviceProvider);
}
[System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=false, Inherited=true)]
[System.AttributeUsageAttribute(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)]
public sealed partial class MarkupExtensionReturnTypeAttribute : System.Attribute
{
public MarkupExtensionReturnTypeAttribute() { }
@@ -203,7 +203,7 @@ namespace System.Windows.Markup
public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; }
public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
}
[System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=false, Inherited=true)]
[System.AttributeUsageAttribute(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)]
[System.Runtime.CompilerServices.TypeForwardedFromAttribute("WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
public sealed partial class NameScopePropertyAttribute : System.Attribute
{
@@ -238,14 +238,14 @@ namespace System.Windows.Markup
public string Name { get { throw null; } set { } }
public override object ProvideValue(System.IServiceProvider serviceProvider) { throw null; }
}
[System.AttributeUsageAttribute((System.AttributeTargets)(1))]
[System.AttributeUsageAttribute(System.AttributeTargets.Assembly)]
[System.Runtime.CompilerServices.TypeForwardedFromAttribute("WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
public sealed partial class RootNamespaceAttribute : System.Attribute
{
public RootNamespaceAttribute(string nameSpace) { }
public string Namespace { get { throw null; } }
}
[System.AttributeUsageAttribute((System.AttributeTargets)(4))]
[System.AttributeUsageAttribute(System.AttributeTargets.Class)]
[System.Runtime.CompilerServices.TypeForwardedFromAttribute("WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
public sealed partial class RuntimeNamePropertyAttribute : System.Attribute
{
@@ -265,7 +265,7 @@ namespace System.Windows.Markup
public System.Type MemberType { get { throw null; } set { } }
public override object ProvideValue(System.IServiceProvider serviceProvider) { throw null; }
}
[System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=false, Inherited=true)]
[System.AttributeUsageAttribute(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)]
[System.Runtime.CompilerServices.TypeForwardedFromAttribute("WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
public sealed partial class TrimSurroundingWhitespaceAttribute : System.Attribute
{
@@ -282,18 +282,18 @@ namespace System.Windows.Markup
[System.ComponentModel.DefaultValueAttribute(null)]
[System.Windows.Markup.ConstructorArgumentAttribute("type")]
public System.Type Type { get { throw null; } set { } }
[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public string TypeName { get { throw null; } set { } }
public override object ProvideValue(System.IServiceProvider serviceProvider) { throw null; }
}
[System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=false)]
[System.AttributeUsageAttribute(System.AttributeTargets.Class, AllowMultiple=false)]
[System.Runtime.CompilerServices.TypeForwardedFromAttribute("WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
public sealed partial class UidPropertyAttribute : System.Attribute
{
public UidPropertyAttribute(string name) { }
public string Name { get { throw null; } }
}
[System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=false, Inherited=true)]
[System.AttributeUsageAttribute(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)]
public sealed partial class UsableDuringInitializationAttribute : System.Attribute
{
public UsableDuringInitializationAttribute(bool usable) { }
@@ -315,13 +315,13 @@ namespace System.Windows.Markup
public static System.Windows.Markup.ValueSerializer GetSerializerFor(System.Type type, System.Windows.Markup.IValueSerializerContext context) { throw null; }
public virtual System.Collections.Generic.IEnumerable<System.Type> TypeReferences(object value, System.Windows.Markup.IValueSerializerContext context) { throw null; }
}
[System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=false, Inherited=true)]
[System.AttributeUsageAttribute(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)]
[System.Runtime.CompilerServices.TypeForwardedFromAttribute("WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
public sealed partial class WhitespaceSignificantCollectionAttribute : System.Attribute
{
public WhitespaceSignificantCollectionAttribute() { }
}
[System.AttributeUsageAttribute((System.AttributeTargets)(132), AllowMultiple=false, Inherited=true)]
[System.AttributeUsageAttribute(System.AttributeTargets.Class | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public sealed partial class XamlDeferLoadAttribute : System.Attribute
{
public XamlDeferLoadAttribute(string loaderType, string contentType) { }
@@ -331,7 +331,7 @@ namespace System.Windows.Markup
public System.Type LoaderType { get { throw null; } }
public string LoaderTypeName { get { throw null; } }
}
[System.AttributeUsageAttribute((System.AttributeTargets)(4), Inherited=true, AllowMultiple=false)]
[System.AttributeUsageAttribute(System.AttributeTargets.Class, Inherited=true, AllowMultiple=false)]
public sealed partial class XamlSetMarkupExtensionAttribute : System.Attribute
{
public XamlSetMarkupExtensionAttribute(string xamlSetMarkupExtensionHandler) { }
@@ -344,7 +344,7 @@ namespace System.Windows.Markup
public System.IServiceProvider ServiceProvider { get { throw null; } }
public override void CallBase() { }
}
[System.AttributeUsageAttribute((System.AttributeTargets)(4), Inherited=true, AllowMultiple=false)]
[System.AttributeUsageAttribute(System.AttributeTargets.Class, Inherited=true, AllowMultiple=false)]
public sealed partial class XamlSetTypeConverterAttribute : System.Attribute
{
public XamlSetTypeConverterAttribute(string xamlSetTypeConverterHandler) { }
@@ -373,14 +373,14 @@ namespace System.Windows.Markup
public string Text { get { throw null; } set { } }
public object XmlReader { get { throw null; } set { } }
}
[System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=false)]
[System.AttributeUsageAttribute(System.AttributeTargets.Class, AllowMultiple=false)]
[System.Runtime.CompilerServices.TypeForwardedFromAttribute("WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
public sealed partial class XmlLangPropertyAttribute : System.Attribute
{
public XmlLangPropertyAttribute(string name) { }
public string Name { get { throw null; } }
}
[System.AttributeUsageAttribute((System.AttributeTargets)(1), AllowMultiple=true)]
[System.AttributeUsageAttribute(System.AttributeTargets.Assembly, AllowMultiple=true)]
[System.Runtime.CompilerServices.TypeForwardedFromAttribute("WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
public sealed partial class XmlnsCompatibleWithAttribute : System.Attribute
{
@@ -388,7 +388,7 @@ namespace System.Windows.Markup
public string NewNamespace { get { throw null; } }
public string OldNamespace { get { throw null; } }
}
[System.AttributeUsageAttribute((System.AttributeTargets)(1), AllowMultiple=true)]
[System.AttributeUsageAttribute(System.AttributeTargets.Assembly, AllowMultiple=true)]
[System.Runtime.CompilerServices.TypeForwardedFromAttribute("WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
public sealed partial class XmlnsDefinitionAttribute : System.Attribute
{
@@ -397,7 +397,7 @@ namespace System.Windows.Markup
public string ClrNamespace { get { throw null; } }
public string XmlNamespace { get { throw null; } }
}
[System.AttributeUsageAttribute((System.AttributeTargets)(1), AllowMultiple=true)]
[System.AttributeUsageAttribute(System.AttributeTargets.Assembly, AllowMultiple=true)]
[System.Runtime.CompilerServices.TypeForwardedFromAttribute("WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
public sealed partial class XmlnsPrefixAttribute : System.Attribute
{
@@ -432,8 +432,8 @@ namespace System.Xaml
public static int GetAttachedPropertyCount(object instance) { throw null; }
public static bool RemoveProperty(object instance, System.Xaml.AttachableMemberIdentifier name) { throw null; }
public static void SetProperty(object instance, System.Xaml.AttachableMemberIdentifier name, object value) { }
public static bool TryGetProperty(object instance, System.Xaml.AttachableMemberIdentifier name, out object value) { value = default(object); throw null; }
public static bool TryGetProperty<T>(object instance, System.Xaml.AttachableMemberIdentifier name, out T value) { value = default(T); throw null; }
public static bool TryGetProperty(object instance, System.Xaml.AttachableMemberIdentifier name, out object value) { throw null; }
public static bool TryGetProperty<T>(object instance, System.Xaml.AttachableMemberIdentifier name, out T value) { throw null; }
}
public partial interface IAmbientProvider
{
@@ -884,7 +884,7 @@ namespace System.Xaml
public virtual System.Xaml.XamlType GetXamlType(System.Type type) { throw null; }
public System.Xaml.XamlType GetXamlType(System.Xaml.Schema.XamlTypeName xamlTypeName) { throw null; }
protected internal virtual System.Reflection.Assembly OnAssemblyResolve(string assemblyName) { throw null; }
public virtual bool TryGetCompatibleXamlNamespace(string xamlNamespace, out string compatibleNamespace) { compatibleNamespace = default(string); throw null; }
public virtual bool TryGetCompatibleXamlNamespace(string xamlNamespace, out string compatibleNamespace) { throw null; }
}
public partial class XamlSchemaContextSettings
{
@@ -1195,8 +1195,8 @@ namespace System.Xaml.Schema
public override string ToString() { throw null; }
public static string ToString(System.Collections.Generic.IList<System.Xaml.Schema.XamlTypeName> typeNameList, System.Xaml.INamespacePrefixLookup prefixLookup) { throw null; }
public string ToString(System.Xaml.INamespacePrefixLookup prefixLookup) { throw null; }
public static bool TryParse(string typeName, System.Xaml.IXamlNamespaceResolver namespaceResolver, out System.Xaml.Schema.XamlTypeName result) { result = default(System.Xaml.Schema.XamlTypeName); throw null; }
public static bool TryParseList(string typeNameList, System.Xaml.IXamlNamespaceResolver namespaceResolver, out System.Collections.Generic.IList<System.Xaml.Schema.XamlTypeName> result) { result = default(System.Collections.Generic.IList<System.Xaml.Schema.XamlTypeName>); throw null; }
public static bool TryParse(string typeName, System.Xaml.IXamlNamespaceResolver namespaceResolver, out System.Xaml.Schema.XamlTypeName result) { throw null; }
public static bool TryParseList(string typeNameList, System.Xaml.IXamlNamespaceResolver namespaceResolver, out System.Collections.Generic.IList<System.Xaml.Schema.XamlTypeName> result) { throw null; }
}
public partial class XamlTypeTypeConverter : System.ComponentModel.TypeConverter
{