2008-08-04 Ivan N. Zlatev <contact@i-nz.net>
authorIvan Zlatev <ivan@ivanz.com>
Mon, 4 Aug 2008 20:04:55 +0000 (20:04 -0000)
committerIvan Zlatev <ivan@ivanz.com>
Mon, 4 Aug 2008 20:04:55 +0000 (20:04 -0000)
commit4ba8d88e83e46f0f6c6722562f315fee288e07cd
tree67d9215512b73633915fe4021cec8c23742482cb
parent664534e3eeeba8626994d9f7d3f03661f7ef2876
2008-08-04  Ivan N. Zlatev  <contact@i-nz.net>

* TextBoxBase.cs: De-internalize max_length field.
* RichTextBox.cs: Use base.MaxLength - both TextBoxBase and RichTextBox
share the same logic.
[Fixes bug #414454]

svn path=/trunk/mcs/; revision=109611
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms/RichTextBox.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/TextBoxBase.cs