You've already forked linux-packaging-mono
Imported Upstream version 5.20.0.224
Former-commit-id: 3b46e316232a5ecf052af95edd850a2afdb8e53c
This commit is contained in:
parent
18ce74ab06
commit
0e3beccd62
@@ -1 +1 @@
|
|||||||
262c86fa75a3dd26eafd69386176e8cff3081c27
|
60fbe4d6574a873331da45f48feeb7e9073907d0
|
@@ -1 +1 @@
|
|||||||
99d427f42f44f09d6c0bf5414df245810f22a74a
|
148cda3fbad1011ea175062fbc6daec321caeb00
|
@@ -1 +1 @@
|
|||||||
9f290631c6b4164ddb0330177fa773f02a2111be
|
4c6af0e4fa6d4be39b5ff1352917aacbcefb80da
|
16
external/api-snapshot/profiles/monotouch/Facades/System.Drawing.Common.cs
vendored
Normal file
16
external/api-snapshot/profiles/monotouch/Facades/System.Drawing.Common.cs
vendored
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
// Licensed to the .NET Foundation under one or more agreements.
|
||||||
|
// The .NET Foundation licenses this file to you under the MIT license.
|
||||||
|
// See the LICENSE file in the project root for more information.
|
||||||
|
|
||||||
|
[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
|
||||||
|
[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
|
||||||
|
[assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")]
|
||||||
|
[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
|
||||||
|
[assembly:System.Reflection.AssemblyDefaultAliasAttribute("System.Drawing.Common")]
|
||||||
|
[assembly:System.Reflection.AssemblyDescriptionAttribute("System.Drawing.Common")]
|
||||||
|
[assembly:System.Reflection.AssemblyFileVersionAttribute("4.0.0.0")]
|
||||||
|
[assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.0.0.0")]
|
||||||
|
[assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
|
||||||
|
[assembly:System.Reflection.AssemblyTitleAttribute("System.Drawing.Common")]
|
||||||
|
[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
|
||||||
|
[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
|
@@ -1 +0,0 @@
|
|||||||
9f290631c6b4164ddb0330177fa773f02a2111be
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -21,14 +21,3 @@
|
|||||||
[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
|
[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
|
||||||
[assembly:System.Security.SecurityCriticalAttribute]
|
[assembly:System.Security.SecurityCriticalAttribute]
|
||||||
[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
|
[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
|
||||||
namespace System.Drawing
|
|
||||||
{
|
|
||||||
public struct Color {}
|
|
||||||
public enum KnownColor {}
|
|
||||||
public struct Point {}
|
|
||||||
public struct PointF {}
|
|
||||||
public struct Rectangle {}
|
|
||||||
public struct RectangleF {}
|
|
||||||
public struct Size {}
|
|
||||||
public struct SizeF {}
|
|
||||||
}
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -7,6 +7,9 @@ using System.Diagnostics.CodeAnalysis;
|
|||||||
namespace System.Drawing
|
namespace System.Drawing
|
||||||
{
|
{
|
||||||
[SuppressMessage("Microsoft.Design", "CA1008:EnumsShouldHaveZeroValue")]
|
[SuppressMessage("Microsoft.Design", "CA1008:EnumsShouldHaveZeroValue")]
|
||||||
|
#if MONODROID
|
||||||
|
[System.Runtime.CompilerServices.TypeForwardedFrom("Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065")]
|
||||||
|
#endif
|
||||||
#if netcoreapp20
|
#if netcoreapp20
|
||||||
internal
|
internal
|
||||||
#else
|
#else
|
||||||
|
@@ -15,6 +15,9 @@ using System.Threading;
|
|||||||
|
|
||||||
namespace System.Drawing
|
namespace System.Drawing
|
||||||
{
|
{
|
||||||
|
#if MONODROID
|
||||||
|
[System.Runtime.CompilerServices.TypeForwardedFrom("Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065")]
|
||||||
|
#endif
|
||||||
public class ColorConverter : TypeConverter
|
public class ColorConverter : TypeConverter
|
||||||
{
|
{
|
||||||
private static readonly Lazy<StandardValuesCollection> s_valuesLazy = new Lazy<StandardValuesCollection>(() => {
|
private static readonly Lazy<StandardValuesCollection> s_valuesLazy = new Lazy<StandardValuesCollection>(() => {
|
||||||
|
@@ -4,6 +4,9 @@
|
|||||||
|
|
||||||
namespace System.Drawing
|
namespace System.Drawing
|
||||||
{
|
{
|
||||||
|
#if MONODROID
|
||||||
|
[System.Runtime.CompilerServices.TypeForwardedFrom("Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065")]
|
||||||
|
#endif
|
||||||
public static class SystemColors
|
public static class SystemColors
|
||||||
{
|
{
|
||||||
public static Color ActiveBorder => ColorUtil.FromKnownColor(KnownColor.ActiveBorder);
|
public static Color ActiveBorder => ColorUtil.FromKnownColor(KnownColor.ActiveBorder);
|
||||||
|
@@ -12,6 +12,9 @@ namespace System.Drawing
|
|||||||
[Serializable]
|
[Serializable]
|
||||||
#if !MONO
|
#if !MONO
|
||||||
[System.Runtime.CompilerServices.TypeForwardedFrom("System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
|
[System.Runtime.CompilerServices.TypeForwardedFrom("System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
|
||||||
|
#endif
|
||||||
|
#if MONODROID
|
||||||
|
[System.Runtime.CompilerServices.TypeForwardedFrom("Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065")]
|
||||||
#endif
|
#endif
|
||||||
public readonly struct Color : IEquatable<Color>
|
public readonly struct Color : IEquatable<Color>
|
||||||
{
|
{
|
||||||
|
@@ -14,6 +14,9 @@ namespace System.Drawing
|
|||||||
[Serializable]
|
[Serializable]
|
||||||
#if !MONO
|
#if !MONO
|
||||||
[System.Runtime.CompilerServices.TypeForwardedFrom("System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
|
[System.Runtime.CompilerServices.TypeForwardedFrom("System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
|
||||||
|
#endif
|
||||||
|
#if MONODROID
|
||||||
|
[System.Runtime.CompilerServices.TypeForwardedFrom("Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065")]
|
||||||
#endif
|
#endif
|
||||||
public struct Point : IEquatable<Point>
|
public struct Point : IEquatable<Point>
|
||||||
{
|
{
|
||||||
|
@@ -14,6 +14,9 @@ namespace System.Drawing
|
|||||||
[Serializable]
|
[Serializable]
|
||||||
#if !MONO
|
#if !MONO
|
||||||
[System.Runtime.CompilerServices.TypeForwardedFrom("System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
|
[System.Runtime.CompilerServices.TypeForwardedFrom("System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
|
||||||
|
#endif
|
||||||
|
#if MONODROID
|
||||||
|
[System.Runtime.CompilerServices.TypeForwardedFrom("Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065")]
|
||||||
#endif
|
#endif
|
||||||
public struct PointF : IEquatable<PointF>
|
public struct PointF : IEquatable<PointF>
|
||||||
{
|
{
|
||||||
|
@@ -15,6 +15,9 @@ namespace System.Drawing
|
|||||||
[Serializable]
|
[Serializable]
|
||||||
#if !MONO
|
#if !MONO
|
||||||
[System.Runtime.CompilerServices.TypeForwardedFrom("System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
|
[System.Runtime.CompilerServices.TypeForwardedFrom("System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
|
||||||
|
#endif
|
||||||
|
#if MONODROID
|
||||||
|
[System.Runtime.CompilerServices.TypeForwardedFrom("Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065")]
|
||||||
#endif
|
#endif
|
||||||
public struct Rectangle : IEquatable<Rectangle>
|
public struct Rectangle : IEquatable<Rectangle>
|
||||||
{
|
{
|
||||||
|
@@ -15,6 +15,9 @@ namespace System.Drawing
|
|||||||
[Serializable]
|
[Serializable]
|
||||||
#if !MONO
|
#if !MONO
|
||||||
[System.Runtime.CompilerServices.TypeForwardedFrom("System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
|
[System.Runtime.CompilerServices.TypeForwardedFrom("System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
|
||||||
|
#endif
|
||||||
|
#if MONODROID
|
||||||
|
[System.Runtime.CompilerServices.TypeForwardedFrom("Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065")]
|
||||||
#endif
|
#endif
|
||||||
public struct RectangleF : IEquatable<RectangleF>
|
public struct RectangleF : IEquatable<RectangleF>
|
||||||
{
|
{
|
||||||
|
@@ -17,6 +17,9 @@ namespace System.Drawing
|
|||||||
[Serializable]
|
[Serializable]
|
||||||
#if !MONO
|
#if !MONO
|
||||||
[System.Runtime.CompilerServices.TypeForwardedFrom("System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
|
[System.Runtime.CompilerServices.TypeForwardedFrom("System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
|
||||||
|
#endif
|
||||||
|
#if MONODROID
|
||||||
|
[System.Runtime.CompilerServices.TypeForwardedFrom("Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065")]
|
||||||
#endif
|
#endif
|
||||||
public struct Size : IEquatable<Size>
|
public struct Size : IEquatable<Size>
|
||||||
{
|
{
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user