[jit] Enable partial generic sharing when not using AOT as an experiment.
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / TextBoxBase.cs
index 27a25130e82af19dcdc36e4fd5d0b6766cc7f2c1..e3c1a70f5cfa98867c03c559fb6c6b8c3afcb28b 100644 (file)
@@ -1665,12 +1665,12 @@ namespace System.Windows.Forms
                }
 
                // XXX should this not manipulate base.Paint?
+#pragma warning disable 0067
+               [MonoTODO]
                [Browsable(false)]
                [EditorBrowsable(EditorBrowsableState.Never)]
-               public new event PaintEventHandler Paint {
-                       add { throw new NotSupportedException (); }
-                       remove {}
-               }
+               public new event PaintEventHandler Paint;
+#pragma warning restore 0067
 
                #endregion      // Events