You've already forked linux-packaging-mono
Imported Upstream version 5.10.0.69
Former-commit-id: fc39669a0b707dd3c063977486506b6793da2890
This commit is contained in:
parent
d8f8abd549
commit
e2950ec768
@@ -8,30 +8,25 @@
|
||||
|
||||
namespace Windows.UI.Xaml
|
||||
{
|
||||
[global::System.Security.SecurityCriticalAttribute]
|
||||
[global::System.Runtime.InteropServices.StructLayoutAttribute(global::System.Runtime.InteropServices.LayoutKind.Sequential)]
|
||||
public partial struct CornerRadius
|
||||
{
|
||||
private int _dummy;
|
||||
public CornerRadius(double uniformRadius) { throw null; }
|
||||
public CornerRadius(double topLeft, double topRight, double bottomRight, double bottomLeft) { throw null; }
|
||||
public double BottomLeft { get { throw null; } set { } }
|
||||
public double BottomRight { get { throw null; } set { } }
|
||||
public double TopLeft { get { throw null; } set { } }
|
||||
public double TopRight { get { throw null; } set { } }
|
||||
[global::System.Security.SecuritySafeCriticalAttribute]
|
||||
public override bool Equals(object obj) { throw null; }
|
||||
public bool Equals(global::Windows.UI.Xaml.CornerRadius cornerRadius) { throw null; }
|
||||
[global::System.Security.SecuritySafeCriticalAttribute]
|
||||
public override int GetHashCode() { throw null; }
|
||||
public static bool operator ==(global::Windows.UI.Xaml.CornerRadius cr1, global::Windows.UI.Xaml.CornerRadius cr2) { throw null; }
|
||||
public static bool operator !=(global::Windows.UI.Xaml.CornerRadius cr1, global::Windows.UI.Xaml.CornerRadius cr2) { throw null; }
|
||||
[global::System.Security.SecuritySafeCriticalAttribute]
|
||||
public override string ToString() { throw null; }
|
||||
}
|
||||
[global::System.Security.SecurityCriticalAttribute]
|
||||
[global::System.Runtime.InteropServices.StructLayoutAttribute(global::System.Runtime.InteropServices.LayoutKind.Sequential)]
|
||||
public partial struct Duration
|
||||
{
|
||||
private int _dummy;
|
||||
public Duration(global::System.TimeSpan timeSpan) { throw null; }
|
||||
public static global::Windows.UI.Xaml.Duration Automatic { get { throw null; } }
|
||||
public static global::Windows.UI.Xaml.Duration Forever { get { throw null; } }
|
||||
@@ -39,11 +34,9 @@ namespace Windows.UI.Xaml
|
||||
public global::System.TimeSpan TimeSpan { get { throw null; } }
|
||||
public global::Windows.UI.Xaml.Duration Add(global::Windows.UI.Xaml.Duration duration) { throw null; }
|
||||
public static int Compare(global::Windows.UI.Xaml.Duration t1, global::Windows.UI.Xaml.Duration t2) { throw null; }
|
||||
[global::System.Security.SecuritySafeCriticalAttribute]
|
||||
public override bool Equals(object value) { throw null; }
|
||||
public bool Equals(global::Windows.UI.Xaml.Duration duration) { throw null; }
|
||||
public static bool Equals(global::Windows.UI.Xaml.Duration t1, global::Windows.UI.Xaml.Duration t2) { throw null; }
|
||||
[global::System.Security.SecuritySafeCriticalAttribute]
|
||||
public override int GetHashCode() { throw null; }
|
||||
public static global::Windows.UI.Xaml.Duration operator +(global::Windows.UI.Xaml.Duration t1, global::Windows.UI.Xaml.Duration t2) { throw null; }
|
||||
public static bool operator ==(global::Windows.UI.Xaml.Duration t1, global::Windows.UI.Xaml.Duration t2) { throw null; }
|
||||
@@ -56,20 +49,17 @@ namespace Windows.UI.Xaml
|
||||
public static global::Windows.UI.Xaml.Duration operator -(global::Windows.UI.Xaml.Duration t1, global::Windows.UI.Xaml.Duration t2) { throw null; }
|
||||
public static global::Windows.UI.Xaml.Duration operator +(global::Windows.UI.Xaml.Duration duration) { throw null; }
|
||||
public global::Windows.UI.Xaml.Duration Subtract(global::Windows.UI.Xaml.Duration duration) { throw null; }
|
||||
[global::System.Security.SecuritySafeCriticalAttribute]
|
||||
public override string ToString() { throw null; }
|
||||
}
|
||||
[global::System.Security.SecurityCriticalAttribute]
|
||||
public enum DurationType
|
||||
{
|
||||
Automatic = 0,
|
||||
Forever = 2,
|
||||
TimeSpan = 1,
|
||||
}
|
||||
[global::System.Security.SecurityCriticalAttribute]
|
||||
[global::System.Runtime.InteropServices.StructLayoutAttribute(global::System.Runtime.InteropServices.LayoutKind.Sequential)]
|
||||
public partial struct GridLength
|
||||
{
|
||||
private int _dummy;
|
||||
public GridLength(double pixels) { throw null; }
|
||||
public GridLength(double value, global::Windows.UI.Xaml.GridUnitType type) { throw null; }
|
||||
public static global::Windows.UI.Xaml.GridLength Auto { get { throw null; } }
|
||||
@@ -78,61 +68,50 @@ namespace Windows.UI.Xaml
|
||||
public bool IsAuto { get { throw null; } }
|
||||
public bool IsStar { get { throw null; } }
|
||||
public double Value { get { throw null; } }
|
||||
[global::System.Security.SecuritySafeCriticalAttribute]
|
||||
public override bool Equals(object oCompare) { throw null; }
|
||||
public bool Equals(global::Windows.UI.Xaml.GridLength gridLength) { throw null; }
|
||||
[global::System.Security.SecuritySafeCriticalAttribute]
|
||||
public override int GetHashCode() { throw null; }
|
||||
public static bool operator ==(global::Windows.UI.Xaml.GridLength gl1, global::Windows.UI.Xaml.GridLength gl2) { throw null; }
|
||||
public static bool operator !=(global::Windows.UI.Xaml.GridLength gl1, global::Windows.UI.Xaml.GridLength gl2) { throw null; }
|
||||
[global::System.Security.SecuritySafeCriticalAttribute]
|
||||
public override string ToString() { throw null; }
|
||||
}
|
||||
[global::System.Security.SecurityCriticalAttribute]
|
||||
public enum GridUnitType
|
||||
{
|
||||
Auto = 0,
|
||||
Pixel = 1,
|
||||
Star = 2,
|
||||
}
|
||||
[global::System.Security.SecurityCriticalAttribute]
|
||||
public partial class LayoutCycleException : global::System.Exception
|
||||
{
|
||||
public LayoutCycleException() { }
|
||||
public LayoutCycleException(string message) { }
|
||||
public LayoutCycleException(string message, global::System.Exception innerException) { }
|
||||
}
|
||||
[global::System.Security.SecurityCriticalAttribute]
|
||||
[global::System.Runtime.InteropServices.StructLayoutAttribute(global::System.Runtime.InteropServices.LayoutKind.Sequential)]
|
||||
public partial struct Thickness
|
||||
{
|
||||
private int _dummy;
|
||||
public Thickness(double uniformLength) { throw null; }
|
||||
public Thickness(double left, double top, double right, double bottom) { throw null; }
|
||||
public double Bottom { get { throw null; } set { } }
|
||||
public double Left { get { throw null; } set { } }
|
||||
public double Right { get { throw null; } set { } }
|
||||
public double Top { get { throw null; } set { } }
|
||||
[global::System.Security.SecuritySafeCriticalAttribute]
|
||||
public override bool Equals(object obj) { throw null; }
|
||||
public bool Equals(global::Windows.UI.Xaml.Thickness thickness) { throw null; }
|
||||
[global::System.Security.SecuritySafeCriticalAttribute]
|
||||
public override int GetHashCode() { throw null; }
|
||||
public static bool operator ==(global::Windows.UI.Xaml.Thickness t1, global::Windows.UI.Xaml.Thickness t2) { throw null; }
|
||||
public static bool operator !=(global::Windows.UI.Xaml.Thickness t1, global::Windows.UI.Xaml.Thickness t2) { throw null; }
|
||||
[global::System.Security.SecuritySafeCriticalAttribute]
|
||||
public override string ToString() { throw null; }
|
||||
}
|
||||
}
|
||||
namespace Windows.UI.Xaml.Automation
|
||||
{
|
||||
[global::System.Security.SecurityCriticalAttribute]
|
||||
public partial class ElementNotAvailableException : global::System.Exception
|
||||
{
|
||||
public ElementNotAvailableException() { }
|
||||
public ElementNotAvailableException(string message) { }
|
||||
public ElementNotAvailableException(string message, global::System.Exception innerException) { }
|
||||
}
|
||||
[global::System.Security.SecurityCriticalAttribute]
|
||||
public partial class ElementNotEnabledException : global::System.Exception
|
||||
{
|
||||
public ElementNotEnabledException() { }
|
||||
@@ -142,26 +121,21 @@ namespace Windows.UI.Xaml.Automation
|
||||
}
|
||||
namespace Windows.UI.Xaml.Controls.Primitives
|
||||
{
|
||||
[global::System.Security.SecurityCriticalAttribute]
|
||||
[global::System.Runtime.InteropServices.StructLayoutAttribute(global::System.Runtime.InteropServices.LayoutKind.Sequential)]
|
||||
public partial struct GeneratorPosition
|
||||
{
|
||||
private int _dummy;
|
||||
public GeneratorPosition(int index, int offset) { throw null; }
|
||||
public int Index { get { throw null; } set { } }
|
||||
public int Offset { get { throw null; } set { } }
|
||||
[global::System.Security.SecuritySafeCriticalAttribute]
|
||||
public override bool Equals(object o) { throw null; }
|
||||
[global::System.Security.SecuritySafeCriticalAttribute]
|
||||
public override int GetHashCode() { throw null; }
|
||||
public static bool operator ==(global::Windows.UI.Xaml.Controls.Primitives.GeneratorPosition gp1, global::Windows.UI.Xaml.Controls.Primitives.GeneratorPosition gp2) { throw null; }
|
||||
public static bool operator !=(global::Windows.UI.Xaml.Controls.Primitives.GeneratorPosition gp1, global::Windows.UI.Xaml.Controls.Primitives.GeneratorPosition gp2) { throw null; }
|
||||
[global::System.Security.SecuritySafeCriticalAttribute]
|
||||
public override string ToString() { throw null; }
|
||||
}
|
||||
}
|
||||
namespace Windows.UI.Xaml.Markup
|
||||
{
|
||||
[global::System.Security.SecurityCriticalAttribute]
|
||||
public partial class XamlParseException : global::System.Exception
|
||||
{
|
||||
public XamlParseException() { }
|
||||
@@ -171,10 +145,9 @@ namespace Windows.UI.Xaml.Markup
|
||||
}
|
||||
namespace Windows.UI.Xaml.Media
|
||||
{
|
||||
[global::System.Security.SecurityCriticalAttribute]
|
||||
[global::System.Runtime.InteropServices.StructLayoutAttribute(global::System.Runtime.InteropServices.LayoutKind.Sequential)]
|
||||
public partial struct Matrix : global::System.IFormattable
|
||||
{
|
||||
private int _dummy;
|
||||
public Matrix(double m11, double m12, double m21, double m22, double offsetX, double offsetY) { throw null; }
|
||||
public static global::Windows.UI.Xaml.Media.Matrix Identity { get { throw null; } }
|
||||
public bool IsIdentity { get { throw null; } }
|
||||
@@ -184,16 +157,12 @@ namespace Windows.UI.Xaml.Media
|
||||
public double M22 { get { throw null; } set { } }
|
||||
public double OffsetX { get { throw null; } set { } }
|
||||
public double OffsetY { get { throw null; } set { } }
|
||||
[global::System.Security.SecuritySafeCriticalAttribute]
|
||||
public override bool Equals(object o) { throw null; }
|
||||
public bool Equals(global::Windows.UI.Xaml.Media.Matrix value) { throw null; }
|
||||
[global::System.Security.SecuritySafeCriticalAttribute]
|
||||
public override int GetHashCode() { throw null; }
|
||||
public static bool operator ==(global::Windows.UI.Xaml.Media.Matrix matrix1, global::Windows.UI.Xaml.Media.Matrix matrix2) { throw null; }
|
||||
public static bool operator !=(global::Windows.UI.Xaml.Media.Matrix matrix1, global::Windows.UI.Xaml.Media.Matrix matrix2) { throw null; }
|
||||
[global::System.Security.SecuritySafeCriticalAttribute]
|
||||
string System.IFormattable.ToString(string format, global::System.IFormatProvider provider) { throw null; }
|
||||
[global::System.Security.SecuritySafeCriticalAttribute]
|
||||
public override string ToString() { throw null; }
|
||||
public string ToString(global::System.IFormatProvider provider) { throw null; }
|
||||
public global::Windows.Foundation.Point Transform(global::Windows.Foundation.Point point) { throw null; }
|
||||
@@ -201,28 +170,23 @@ namespace Windows.UI.Xaml.Media
|
||||
}
|
||||
namespace Windows.UI.Xaml.Media.Animation
|
||||
{
|
||||
[global::System.Security.SecurityCriticalAttribute]
|
||||
[global::System.Runtime.InteropServices.StructLayoutAttribute(global::System.Runtime.InteropServices.LayoutKind.Sequential)]
|
||||
public partial struct KeyTime
|
||||
{
|
||||
private int _dummy;
|
||||
public global::System.TimeSpan TimeSpan { get { throw null; } }
|
||||
[global::System.Security.SecuritySafeCriticalAttribute]
|
||||
public override bool Equals(object value) { throw null; }
|
||||
public bool Equals(global::Windows.UI.Xaml.Media.Animation.KeyTime value) { throw null; }
|
||||
public static bool Equals(global::Windows.UI.Xaml.Media.Animation.KeyTime keyTime1, global::Windows.UI.Xaml.Media.Animation.KeyTime keyTime2) { throw null; }
|
||||
public static global::Windows.UI.Xaml.Media.Animation.KeyTime FromTimeSpan(global::System.TimeSpan timeSpan) { throw null; }
|
||||
[global::System.Security.SecuritySafeCriticalAttribute]
|
||||
public override int GetHashCode() { throw null; }
|
||||
public static bool operator ==(global::Windows.UI.Xaml.Media.Animation.KeyTime keyTime1, global::Windows.UI.Xaml.Media.Animation.KeyTime keyTime2) { throw null; }
|
||||
public static implicit operator global::Windows.UI.Xaml.Media.Animation.KeyTime(global::System.TimeSpan timeSpan) { throw null; }
|
||||
public static bool operator !=(global::Windows.UI.Xaml.Media.Animation.KeyTime keyTime1, global::Windows.UI.Xaml.Media.Animation.KeyTime keyTime2) { throw null; }
|
||||
[global::System.Security.SecuritySafeCriticalAttribute]
|
||||
public override string ToString() { throw null; }
|
||||
}
|
||||
[global::System.Security.SecurityCriticalAttribute]
|
||||
[global::System.Runtime.InteropServices.StructLayoutAttribute(global::System.Runtime.InteropServices.LayoutKind.Sequential)]
|
||||
public partial struct RepeatBehavior : global::System.IFormattable
|
||||
{
|
||||
private int _dummy;
|
||||
public RepeatBehavior(double count) { throw null; }
|
||||
public RepeatBehavior(global::System.TimeSpan duration) { throw null; }
|
||||
public double Count { get { throw null; } set { } }
|
||||
@@ -231,21 +195,16 @@ namespace Windows.UI.Xaml.Media.Animation
|
||||
public bool HasCount { get { throw null; } }
|
||||
public bool HasDuration { get { throw null; } }
|
||||
public global::Windows.UI.Xaml.Media.Animation.RepeatBehaviorType Type { get { throw null; } set { } }
|
||||
[global::System.Security.SecuritySafeCriticalAttribute]
|
||||
public override bool Equals(object value) { throw null; }
|
||||
public bool Equals(global::Windows.UI.Xaml.Media.Animation.RepeatBehavior repeatBehavior) { throw null; }
|
||||
public static bool Equals(global::Windows.UI.Xaml.Media.Animation.RepeatBehavior repeatBehavior1, global::Windows.UI.Xaml.Media.Animation.RepeatBehavior repeatBehavior2) { throw null; }
|
||||
[global::System.Security.SecuritySafeCriticalAttribute]
|
||||
public override int GetHashCode() { throw null; }
|
||||
public static bool operator ==(global::Windows.UI.Xaml.Media.Animation.RepeatBehavior repeatBehavior1, global::Windows.UI.Xaml.Media.Animation.RepeatBehavior repeatBehavior2) { throw null; }
|
||||
public static bool operator !=(global::Windows.UI.Xaml.Media.Animation.RepeatBehavior repeatBehavior1, global::Windows.UI.Xaml.Media.Animation.RepeatBehavior repeatBehavior2) { throw null; }
|
||||
[global::System.Security.SecuritySafeCriticalAttribute]
|
||||
string System.IFormattable.ToString(string format, global::System.IFormatProvider formatProvider) { throw null; }
|
||||
[global::System.Security.SecuritySafeCriticalAttribute]
|
||||
public override string ToString() { throw null; }
|
||||
public string ToString(global::System.IFormatProvider formatProvider) { throw null; }
|
||||
}
|
||||
[global::System.Security.SecurityCriticalAttribute]
|
||||
public enum RepeatBehaviorType
|
||||
{
|
||||
Count = 0,
|
||||
@@ -255,10 +214,9 @@ namespace Windows.UI.Xaml.Media.Animation
|
||||
}
|
||||
namespace Windows.UI.Xaml.Media.Media3D
|
||||
{
|
||||
[global::System.Security.SecurityCriticalAttribute]
|
||||
[global::System.Runtime.InteropServices.StructLayoutAttribute(global::System.Runtime.InteropServices.LayoutKind.Sequential)]
|
||||
public partial struct Matrix3D : global::System.IFormattable
|
||||
{
|
||||
private int _dummy;
|
||||
public Matrix3D(double m11, double m12, double m13, double m14, double m21, double m22, double m23, double m24, double m31, double m32, double m33, double m34, double offsetX, double offsetY, double offsetZ, double m44) { throw null; }
|
||||
public bool HasInverse { get { throw null; } }
|
||||
public static global::Windows.UI.Xaml.Media.Media3D.Matrix3D Identity { get { throw null; } }
|
||||
@@ -279,18 +237,14 @@ namespace Windows.UI.Xaml.Media.Media3D
|
||||
public double OffsetX { get { throw null; } set { } }
|
||||
public double OffsetY { get { throw null; } set { } }
|
||||
public double OffsetZ { get { throw null; } set { } }
|
||||
[global::System.Security.SecuritySafeCriticalAttribute]
|
||||
public override bool Equals(object o) { throw null; }
|
||||
public bool Equals(global::Windows.UI.Xaml.Media.Media3D.Matrix3D value) { throw null; }
|
||||
[global::System.Security.SecuritySafeCriticalAttribute]
|
||||
public override int GetHashCode() { throw null; }
|
||||
public void Invert() { }
|
||||
public static bool operator ==(global::Windows.UI.Xaml.Media.Media3D.Matrix3D matrix1, global::Windows.UI.Xaml.Media.Media3D.Matrix3D matrix2) { throw null; }
|
||||
public static bool operator !=(global::Windows.UI.Xaml.Media.Media3D.Matrix3D matrix1, global::Windows.UI.Xaml.Media.Media3D.Matrix3D matrix2) { throw null; }
|
||||
public static global::Windows.UI.Xaml.Media.Media3D.Matrix3D operator *(global::Windows.UI.Xaml.Media.Media3D.Matrix3D matrix1, global::Windows.UI.Xaml.Media.Media3D.Matrix3D matrix2) { throw null; }
|
||||
[global::System.Security.SecuritySafeCriticalAttribute]
|
||||
string System.IFormattable.ToString(string format, global::System.IFormatProvider provider) { throw null; }
|
||||
[global::System.Security.SecuritySafeCriticalAttribute]
|
||||
public override string ToString() { throw null; }
|
||||
public string ToString(global::System.IFormatProvider provider) { throw null; }
|
||||
}
|
||||
|
||||
@@ -37,4 +37,4 @@
|
||||
<EmbeddedResource Include="Resources\$(AssemblyName).rd.xml" />
|
||||
</ItemGroup>
|
||||
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
|
||||
</Project>
|
||||
</Project>
|
||||
Reference in New Issue
Block a user