Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/api-snapshot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonojenkins <jo.shields+jenkins@xamarin.com>2020-01-28 18:29:52 +0300
committermonojenkins <jo.shields+jenkins@xamarin.com>2020-01-28 18:29:52 +0300
commit5f6d34ae3f35a3063f6084845fcdbd80393b3e10 (patch)
treeee906662684cb9b63c34eeab8b4a0256ecaf19c4
parent9042ea09b12fa4d54c89b3128c8ff32b045c36bb (diff)
Apply changes from https://github.com/mono/mono/pull/18598 to API snapshot
-rw-r--r--profiles/net_4_x/System.Windows.Forms.cs4
1 files changed, 3 insertions, 1 deletions
diff --git a/profiles/net_4_x/System.Windows.Forms.cs b/profiles/net_4_x/System.Windows.Forms.cs
index af311e6..f46cb44 100644
--- a/profiles/net_4_x/System.Windows.Forms.cs
+++ b/profiles/net_4_x/System.Windows.Forms.cs
@@ -2295,8 +2295,9 @@ namespace System.Windows.Forms
public ContextMenuStrip(System.ComponentModel.IContainer container) { }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
- public System.Windows.Forms.Control SourceControl { get { throw null; } }
+ public System.Windows.Forms.Control SourceControl { get { throw null; } protected set { } }
protected override void Dispose(bool disposing) { }
+ protected override void SetOwnerControl(System.Windows.Forms.Control control) { }
protected override void SetVisibleCore(bool visible) { }
}
[System.ComponentModel.DefaultEventAttribute("Click")]
@@ -16056,6 +16057,7 @@ namespace System.Windows.Forms
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
protected override void ScaleCore(float dx, float dy) { }
protected override void SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified) { }
+ protected virtual void SetOwnerControl(System.Windows.Forms.Control ownerControl) { }
protected override void SetVisibleCore(bool visible) { }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]