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:35:51 +0300
committermonojenkins <jo.shields+jenkins@xamarin.com>2020-01-28 18:35:51 +0300
commit5b8247e289d17cef9ff645e21d896ea75bfe6328 (patch)
tree8e2d9c1a35e708bd962949800ae690bb86bf8e79
parent5f6d34ae3f35a3063f6084845fcdbd80393b3e10 (diff)
Apply changes from https://github.com/mono/mono/pull/18605 to API snapshot
-rw-r--r--profiles/net_4_x/System.Windows.Forms.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/net_4_x/System.Windows.Forms.cs b/profiles/net_4_x/System.Windows.Forms.cs
index f46cb44..d227de6 100644
--- a/profiles/net_4_x/System.Windows.Forms.cs
+++ b/profiles/net_4_x/System.Windows.Forms.cs
@@ -2349,6 +2349,7 @@ namespace System.Windows.Forms
public virtual bool AutoSize { get { throw null; } set { } }
[System.Runtime.InteropServices.DispIdAttribute(-501)]
public virtual System.Drawing.Color BackColor { get { throw null; } set { } }
+ protected System.Drawing.SolidBrush BackColorBrush { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(null)]
[System.ComponentModel.LocalizableAttribute(true)]
public virtual System.Drawing.Image BackgroundImage { get { throw null; } set { } }