Imported Upstream version 4.6.0.125

Former-commit-id: a2155e9bd80020e49e72e86c44da02a8ac0e57a4
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2016-08-03 10:59:49 +00:00
parent a569aebcfd
commit e79aa3c0ed
17047 changed files with 3137615 additions and 392334 deletions

View File

@@ -1,31 +0,0 @@
2009-08-20 Marek Habersack <mhabersack@novell.com>
* ControlAdapter.cs: check if Control isn't null before using it.
CreateChildControls () must forward call to the control. Fixes bug
#517172
2008-01-15 Dean Brettle <dean@brettle.com>
* ControlAdapter.cs: made control field internal so
derived internal classes can access it without using base.Control
which can involved several typecasts.
2008-01-12 Dean Brettle <dean@brettle.com>
* PageAdapter.cs: implemented all members.
2008-01-07 Dean Brettle <dean@brettle.com>
* ControlAdapter.cs: implemented all members.
2005-08-24 Chris Toshok <toshok@ximian.com>
* PageAdapter.cs, ControlAdapter.cs: add MonoTODO's.
2005-08-18 Dick Porter <dick@ximian.com>
* PageAdapter.cs, ControlAdapter.cs: 2.0 stubs
2004-08-04 Sanjay Gupta <gsanjay@novell.com>
* WmlPostFieldType.cs : Added enumeration.