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
@@ -7,6 +7,9 @@ using System.Diagnostics.CodeAnalysis;
|
||||
namespace System.Drawing
|
||||
{
|
||||
[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
|
||||
internal
|
||||
#else
|
||||
|
||||
@@ -15,6 +15,9 @@ using System.Threading;
|
||||
|
||||
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
|
||||
{
|
||||
private static readonly Lazy<StandardValuesCollection> s_valuesLazy = new Lazy<StandardValuesCollection>(() => {
|
||||
|
||||
@@ -4,6 +4,9 @@
|
||||
|
||||
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 Color ActiveBorder => ColorUtil.FromKnownColor(KnownColor.ActiveBorder);
|
||||
|
||||
@@ -12,6 +12,9 @@ namespace System.Drawing
|
||||
[Serializable]
|
||||
#if !MONO
|
||||
[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
|
||||
public readonly struct Color : IEquatable<Color>
|
||||
{
|
||||
|
||||
@@ -14,6 +14,9 @@ namespace System.Drawing
|
||||
[Serializable]
|
||||
#if !MONO
|
||||
[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
|
||||
public struct Point : IEquatable<Point>
|
||||
{
|
||||
|
||||
@@ -14,6 +14,9 @@ namespace System.Drawing
|
||||
[Serializable]
|
||||
#if !MONO
|
||||
[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
|
||||
public struct PointF : IEquatable<PointF>
|
||||
{
|
||||
|
||||
@@ -15,6 +15,9 @@ namespace System.Drawing
|
||||
[Serializable]
|
||||
#if !MONO
|
||||
[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
|
||||
public struct Rectangle : IEquatable<Rectangle>
|
||||
{
|
||||
|
||||
@@ -15,6 +15,9 @@ namespace System.Drawing
|
||||
[Serializable]
|
||||
#if !MONO
|
||||
[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
|
||||
public struct RectangleF : IEquatable<RectangleF>
|
||||
{
|
||||
|
||||
@@ -17,6 +17,9 @@ namespace System.Drawing
|
||||
[Serializable]
|
||||
#if !MONO
|
||||
[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
|
||||
public struct Size : IEquatable<Size>
|
||||
{
|
||||
|
||||
@@ -19,6 +19,9 @@ namespace System.Drawing
|
||||
[Serializable]
|
||||
#if !MONO
|
||||
[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
|
||||
public struct SizeF : IEquatable<SizeF>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user