diff --git a/mcs/build/library.make b/mcs/build/library.make index 212314fd4a019..74f89aeec0247 100644 --- a/mcs/build/library.make +++ b/mcs/build/library.make @@ -16,7 +16,7 @@ # All dependent libs become dependent dirs for parallel builds # Have to rename to handle differences between assembly/directory names -DEP_LIBS=$(patsubst System.Xml,System.XML,$(patsubst System.Windows.Forms,Managed.Windows.Forms,$(LIB_REFS))) +DEP_LIBS=$(patsubst System.Xml,System.XML,$(LIB_REFS)) LIB_MCS_FLAGS += $(patsubst %,-r:%,$(LIB_REFS)) diff --git a/mcs/build/rules.make b/mcs/build/rules.make index 5f211f480a63f..7c001b4966354 100644 --- a/mcs/build/rules.make +++ b/mcs/build/rules.make @@ -193,9 +193,6 @@ endif # Each directory's Makefile may define DEP_LIBS and DEP_DIRS to specify the libraries and # directories it depends on. # -# It would be nice to reduce the duplication between DEP_LIBS and LIB_MCS_FLAGS, but -# there are too many special cases -# (System.Windows.Forms/Managed.Windows.Forms,System.Xml/System.XML) etc. ifneq ($(PROFILE_PARALLEL_SUBDIRS),) dep_dirs = .dep_dirs-$(PROFILE) $(dep_dirs): diff --git a/mcs/class/Mainsoft.Configuration/Mainsoft.Configuration.csproj b/mcs/class/Mainsoft.Configuration/Mainsoft.Configuration.csproj index 6729829fd24c4..012ff384484d3 100644 --- a/mcs/class/Mainsoft.Configuration/Mainsoft.Configuration.csproj +++ b/mcs/class/Mainsoft.Configuration/Mainsoft.Configuration.csproj @@ -46,4 +46,4 @@ --> - \ No newline at end of file + diff --git a/mcs/class/Mainsoft.Web/Tests/Tests.csproj b/mcs/class/Mainsoft.Web/Tests/Tests.csproj index f2653b107ff55..6bed1c9238a45 100644 --- a/mcs/class/Mainsoft.Web/Tests/Tests.csproj +++ b/mcs/class/Mainsoft.Web/Tests/Tests.csproj @@ -109,4 +109,4 @@ - \ No newline at end of file + diff --git a/mcs/class/Makefile b/mcs/class/Makefile index 1bbe6d2b0dc37..9a36fe649f422 100644 --- a/mcs/class/Makefile +++ b/mcs/class/Makefile @@ -95,7 +95,7 @@ net_4_5_dirs := \ Accessibility \ Mono.WebBrowser \ System.Runtime.Serialization.Formatters.Soap \ - Managed.Windows.Forms \ + System.Windows.Forms \ Mono.Data.Sqlite \ System.Web.ApplicationServices \ System.Web \ diff --git a/mcs/class/Microsoft.Build.Tasks/Microsoft.Build.Tasks-net_3_5.csproj b/mcs/class/Microsoft.Build.Tasks/Microsoft.Build.Tasks-net_3_5.csproj index 563a9b7e882b1..9d98a262d07bf 100644 --- a/mcs/class/Microsoft.Build.Tasks/Microsoft.Build.Tasks-net_3_5.csproj +++ b/mcs/class/Microsoft.Build.Tasks/Microsoft.Build.Tasks-net_3_5.csproj @@ -198,9 +198,9 @@ {080698DE-8AF0-496E-9AD7-58B6C605328A} System.XML\System.Xml-net_2_0-1 - + {EC4EB1AA-1E23-4F9A-832A-FED2E5EA9630} - Managed.Windows.Forms\System.Windows.Forms-net_2_0 + System.Windows.Forms\System.Windows.Forms-net_2_0 {C3F8A358-9DA1-423C-8466-58AB30893EB0} diff --git a/mcs/class/Microsoft.Build.Tasks/Microsoft.Build.Tasks-net_4_5.csproj b/mcs/class/Microsoft.Build.Tasks/Microsoft.Build.Tasks-net_4_5.csproj index 05eac250c7299..77991fb74e2ea 100644 --- a/mcs/class/Microsoft.Build.Tasks/Microsoft.Build.Tasks-net_4_5.csproj +++ b/mcs/class/Microsoft.Build.Tasks/Microsoft.Build.Tasks-net_4_5.csproj @@ -205,7 +205,7 @@ {2951DEC2-4393-4A78-83F9-42EB39CB708F} System.Xml-net_4_5 - + {B102F27C-1A07-487F-BA5B-D5155D201112} System.Windows.Forms-net_4_5 diff --git a/mcs/class/Microsoft.Build.Tasks/Microsoft.Build.Tasks-xbuild_12.csproj b/mcs/class/Microsoft.Build.Tasks/Microsoft.Build.Tasks-xbuild_12.csproj index dfe90616d205d..92566e79f64ec 100644 --- a/mcs/class/Microsoft.Build.Tasks/Microsoft.Build.Tasks-xbuild_12.csproj +++ b/mcs/class/Microsoft.Build.Tasks/Microsoft.Build.Tasks-xbuild_12.csproj @@ -198,9 +198,9 @@ {2534ADE0-05E4-490F-933D-1E39310A0CB9} System.XML\System.Xml-net_4_5-1 - + {B102F27C-1A07-487F-BA5B-D5155D201112} - Managed.Windows.Forms\System.Windows.Forms-net_4_5 + System.Windows.Forms\System.Windows.Forms-net_4_5 {4AEF77E9-BB34-44F2-9F35-64D11ECDE2A7} diff --git a/mcs/class/Microsoft.Build/Test/FunctionalTestReferenceProject.csproj b/mcs/class/Microsoft.Build/Test/FunctionalTestReferenceProject.csproj index a2a89e080d451..a91ef743a40c8 100644 --- a/mcs/class/Microsoft.Build/Test/FunctionalTestReferenceProject.csproj +++ b/mcs/class/Microsoft.Build/Test/FunctionalTestReferenceProject.csproj @@ -55,4 +55,4 @@ - \ No newline at end of file + diff --git a/mcs/class/Microsoft.Build/Test/FunctionalTestReferenceProject3.csproj b/mcs/class/Microsoft.Build/Test/FunctionalTestReferenceProject3.csproj index 0487bc6ffb49b..3d7d22e6384c4 100644 --- a/mcs/class/Microsoft.Build/Test/FunctionalTestReferenceProject3.csproj +++ b/mcs/class/Microsoft.Build/Test/FunctionalTestReferenceProject3.csproj @@ -121,4 +121,4 @@ - \ No newline at end of file + diff --git a/mcs/class/Microsoft.Build/Test/Microsoft.Build.Test.csproj b/mcs/class/Microsoft.Build/Test/Microsoft.Build.Test.csproj index d9860f7450607..b46630569112a 100644 --- a/mcs/class/Microsoft.Build/Test/Microsoft.Build.Test.csproj +++ b/mcs/class/Microsoft.Build/Test/Microsoft.Build.Test.csproj @@ -60,4 +60,4 @@ --> - \ No newline at end of file + diff --git a/mcs/class/Microsoft.Build/Test/Microsoft.Build.csproj b/mcs/class/Microsoft.Build/Test/Microsoft.Build.csproj index aa185cd1a3486..dcef95ae0ac54 100644 --- a/mcs/class/Microsoft.Build/Test/Microsoft.Build.csproj +++ b/mcs/class/Microsoft.Build/Test/Microsoft.Build.csproj @@ -140,4 +140,4 @@ - \ No newline at end of file + diff --git a/mcs/class/Mono.C5/C5/C5.csproj b/mcs/class/Mono.C5/C5/C5.csproj index f1a4feef2097f..111b355dc1052 100644 --- a/mcs/class/Mono.C5/C5/C5.csproj +++ b/mcs/class/Mono.C5/C5/C5.csproj @@ -120,4 +120,4 @@ - \ No newline at end of file + diff --git a/mcs/class/Mono.C5/Test/nunit.csproj b/mcs/class/Mono.C5/Test/nunit.csproj index 131dd022ed615..0d127906913ce 100644 --- a/mcs/class/Mono.C5/Test/nunit.csproj +++ b/mcs/class/Mono.C5/Test/nunit.csproj @@ -136,4 +136,4 @@ - \ No newline at end of file + diff --git a/mcs/class/Mono.C5/UserGuideExamples/UserGuideExamples.csproj b/mcs/class/Mono.C5/UserGuideExamples/UserGuideExamples.csproj index 3718e7da31731..9d9fac66872bb 100644 --- a/mcs/class/Mono.C5/UserGuideExamples/UserGuideExamples.csproj +++ b/mcs/class/Mono.C5/UserGuideExamples/UserGuideExamples.csproj @@ -107,4 +107,4 @@ - \ No newline at end of file + diff --git a/mcs/class/Mono.CSharp/Mono.CSharp.csproj b/mcs/class/Mono.CSharp/Mono.CSharp.csproj index e4b905a79d62f..e0a477c14807a 100644 --- a/mcs/class/Mono.CSharp/Mono.CSharp.csproj +++ b/mcs/class/Mono.CSharp/Mono.CSharp.csproj @@ -262,4 +262,4 @@ "$(ProjectDir)..\..\jay\jay" -cvt < "$(ProjectDir)..\..\jay\skeleton.cs" "$(ProjectDir)..\..\mcs\cs-parser.jay" > "$(ProjectDir)cs-parser.cs" - \ No newline at end of file + diff --git a/mcs/class/Mono.Cecil/Mono.Cecil-SL.csproj b/mcs/class/Mono.Cecil/Mono.Cecil-SL.csproj index e3fb85c0f240d..272a8b61a6c6b 100644 --- a/mcs/class/Mono.Cecil/Mono.Cecil-SL.csproj +++ b/mcs/class/Mono.Cecil/Mono.Cecil-SL.csproj @@ -197,4 +197,4 @@ - \ No newline at end of file + diff --git a/mcs/class/System.ComponentModel.Composition.4.5/src/ComponentModel/ComponentModel.csproj b/mcs/class/System.ComponentModel.Composition.4.5/src/ComponentModel/ComponentModel.csproj index bafafb2d6c403..82902383d12dd 100644 --- a/mcs/class/System.ComponentModel.Composition.4.5/src/ComponentModel/ComponentModel.csproj +++ b/mcs/class/System.ComponentModel.Composition.4.5/src/ComponentModel/ComponentModel.csproj @@ -247,4 +247,4 @@ - \ No newline at end of file + diff --git a/mcs/class/System.Data.DataSetExtensions/Test/System.Data.DataSetExtensions.Test.csproj b/mcs/class/System.Data.DataSetExtensions/Test/System.Data.DataSetExtensions.Test.csproj index 0537e419078c4..1bf17323d2ccb 100644 --- a/mcs/class/System.Data.DataSetExtensions/Test/System.Data.DataSetExtensions.Test.csproj +++ b/mcs/class/System.Data.DataSetExtensions/Test/System.Data.DataSetExtensions.Test.csproj @@ -70,4 +70,4 @@ copy $(ProjectDir)\..\..\..\nunit20\\nunit-console\bin\Debug_Java20\*.dll $(TargetDir) copy $(ProjectDir)\..\..\..\nunit20\\nunit-console\bin\Debug_Java20\*.exe $(TargetDir) - \ No newline at end of file + diff --git a/mcs/class/System.Data.Linq/examples/DbLinq.FbSql.Example/DbLinq.FbSql.Example.csproj b/mcs/class/System.Data.Linq/examples/DbLinq.FbSql.Example/DbLinq.FbSql.Example.csproj old mode 100755 new mode 100644 index 764647e4ebced..31067fb62d504 --- a/mcs/class/System.Data.Linq/examples/DbLinq.FbSql.Example/DbLinq.FbSql.Example.csproj +++ b/mcs/class/System.Data.Linq/examples/DbLinq.FbSql.Example/DbLinq.FbSql.Example.csproj @@ -72,4 +72,4 @@ - \ No newline at end of file + diff --git a/mcs/class/System.Data.Linq/examples/DbLinq.Ingres.Example/DbLinq.Ingres.Example.csproj b/mcs/class/System.Data.Linq/examples/DbLinq.Ingres.Example/DbLinq.Ingres.Example.csproj old mode 100755 new mode 100644 index 975c7fa3837a2..067d14315573a --- a/mcs/class/System.Data.Linq/examples/DbLinq.Ingres.Example/DbLinq.Ingres.Example.csproj +++ b/mcs/class/System.Data.Linq/examples/DbLinq.Ingres.Example/DbLinq.Ingres.Example.csproj @@ -78,4 +78,4 @@ - \ No newline at end of file + diff --git a/mcs/class/System.Data.Linq/examples/DbLinq.Mssql.Example/DbLinq.Mssql.Example.csproj b/mcs/class/System.Data.Linq/examples/DbLinq.Mssql.Example/DbLinq.Mssql.Example.csproj old mode 100755 new mode 100644 index 7aed17d2498b4..9219d932c232c --- a/mcs/class/System.Data.Linq/examples/DbLinq.Mssql.Example/DbLinq.Mssql.Example.csproj +++ b/mcs/class/System.Data.Linq/examples/DbLinq.Mssql.Example/DbLinq.Mssql.Example.csproj @@ -77,4 +77,4 @@ --> - \ No newline at end of file + diff --git a/mcs/class/System.Data.Linq/examples/DbLinq.MySql.Example/DbLinq.MySql.Example.csproj b/mcs/class/System.Data.Linq/examples/DbLinq.MySql.Example/DbLinq.MySql.Example.csproj old mode 100755 new mode 100644 index 5af243feb062c..557740b5b89fb --- a/mcs/class/System.Data.Linq/examples/DbLinq.MySql.Example/DbLinq.MySql.Example.csproj +++ b/mcs/class/System.Data.Linq/examples/DbLinq.MySql.Example/DbLinq.MySql.Example.csproj @@ -75,4 +75,4 @@ - \ No newline at end of file + diff --git a/mcs/class/System.Data.Linq/examples/DbLinq.Ora.Example/DbLinq.Ora.Example.csproj b/mcs/class/System.Data.Linq/examples/DbLinq.Ora.Example/DbLinq.Ora.Example.csproj old mode 100755 new mode 100644 index 0295ac1f4b7c4..19de525fbc9e1 --- a/mcs/class/System.Data.Linq/examples/DbLinq.Ora.Example/DbLinq.Ora.Example.csproj +++ b/mcs/class/System.Data.Linq/examples/DbLinq.Ora.Example/DbLinq.Ora.Example.csproj @@ -67,4 +67,4 @@ - \ No newline at end of file + diff --git a/mcs/class/System.Data.Linq/examples/DbLinq.Pgsql.Example/DbLinq.Pgsql.Example.csproj b/mcs/class/System.Data.Linq/examples/DbLinq.Pgsql.Example/DbLinq.Pgsql.Example.csproj index 69f9a8c17e89c..6a691944d279a 100644 --- a/mcs/class/System.Data.Linq/examples/DbLinq.Pgsql.Example/DbLinq.Pgsql.Example.csproj +++ b/mcs/class/System.Data.Linq/examples/DbLinq.Pgsql.Example/DbLinq.Pgsql.Example.csproj @@ -79,4 +79,4 @@ - \ No newline at end of file + diff --git a/mcs/class/System.Data.Linq/examples/DbLinq.SQLite.Example/DbLinq.SQLite.Example.csproj b/mcs/class/System.Data.Linq/examples/DbLinq.SQLite.Example/DbLinq.SQLite.Example.csproj old mode 100755 new mode 100644 index e5f0239231262..0145f3f64f920 --- a/mcs/class/System.Data.Linq/examples/DbLinq.SQLite.Example/DbLinq.SQLite.Example.csproj +++ b/mcs/class/System.Data.Linq/examples/DbLinq.SQLite.Example/DbLinq.SQLite.Example.csproj @@ -106,4 +106,4 @@ - \ No newline at end of file + diff --git a/mcs/class/System.Data.Linq/src/DbLinq.Firebird/Test/DbLinq.Firebird_test.csproj b/mcs/class/System.Data.Linq/src/DbLinq.Firebird/Test/DbLinq.Firebird_test.csproj index f2b07909da57a..373d8dee70a80 100644 --- a/mcs/class/System.Data.Linq/src/DbLinq.Firebird/Test/DbLinq.Firebird_test.csproj +++ b/mcs/class/System.Data.Linq/src/DbLinq.Firebird/Test/DbLinq.Firebird_test.csproj @@ -221,4 +221,4 @@ - \ No newline at end of file + diff --git a/mcs/class/System.Data.Linq/src/DbLinq.Ingres/DbLinq.Ingres.csproj b/mcs/class/System.Data.Linq/src/DbLinq.Ingres/DbLinq.Ingres.csproj old mode 100755 new mode 100644 diff --git a/mcs/class/System.Data.Linq/src/DbLinq.Ingres/Test/DbLinq.Ingres_test.csproj b/mcs/class/System.Data.Linq/src/DbLinq.Ingres/Test/DbLinq.Ingres_test.csproj index a7d765c565394..5e8fdb6f8d827 100644 --- a/mcs/class/System.Data.Linq/src/DbLinq.Ingres/Test/DbLinq.Ingres_test.csproj +++ b/mcs/class/System.Data.Linq/src/DbLinq.Ingres/Test/DbLinq.Ingres_test.csproj @@ -218,4 +218,4 @@ - \ No newline at end of file + diff --git a/mcs/class/System.Data.Linq/src/DbLinq.MySql/DbLinq.MySql.csproj b/mcs/class/System.Data.Linq/src/DbLinq.MySql/DbLinq.MySql.csproj old mode 100755 new mode 100644 diff --git a/mcs/class/System.Data.Linq/src/DbLinq.MySql/Test/DbLinq.MySql_test.csproj b/mcs/class/System.Data.Linq/src/DbLinq.MySql/Test/DbLinq.MySql_test.csproj index 748ef29bf3282..b6f8d3677949b 100644 --- a/mcs/class/System.Data.Linq/src/DbLinq.MySql/Test/DbLinq.MySql_test.csproj +++ b/mcs/class/System.Data.Linq/src/DbLinq.MySql/Test/DbLinq.MySql_test.csproj @@ -236,4 +236,4 @@ - \ No newline at end of file + diff --git a/mcs/class/System.Data.Linq/src/DbLinq.Oracle/DbLinq.Oracle.csproj b/mcs/class/System.Data.Linq/src/DbLinq.Oracle/DbLinq.Oracle.csproj old mode 100755 new mode 100644 diff --git a/mcs/class/System.Data.Linq/src/DbLinq.Oracle/Test/DbLinq.Oracle_test.csproj b/mcs/class/System.Data.Linq/src/DbLinq.Oracle/Test/DbLinq.Oracle_test.csproj index 4a6c3d0c6549c..34bd6fa8ccc7f 100644 --- a/mcs/class/System.Data.Linq/src/DbLinq.Oracle/Test/DbLinq.Oracle_test.csproj +++ b/mcs/class/System.Data.Linq/src/DbLinq.Oracle/Test/DbLinq.Oracle_test.csproj @@ -213,4 +213,4 @@ - \ No newline at end of file + diff --git a/mcs/class/System.Data.Linq/src/DbLinq.Oracle/Test/DbLinq.Oracle_test_odp.csproj b/mcs/class/System.Data.Linq/src/DbLinq.Oracle/Test/DbLinq.Oracle_test_odp.csproj index eda3c5887af22..ecff07987d243 100644 --- a/mcs/class/System.Data.Linq/src/DbLinq.Oracle/Test/DbLinq.Oracle_test_odp.csproj +++ b/mcs/class/System.Data.Linq/src/DbLinq.Oracle/Test/DbLinq.Oracle_test_odp.csproj @@ -213,4 +213,4 @@ - \ No newline at end of file + diff --git a/mcs/class/System.Data.Linq/src/DbLinq.PostgreSql/DbLinq.PostgreSql.csproj b/mcs/class/System.Data.Linq/src/DbLinq.PostgreSql/DbLinq.PostgreSql.csproj old mode 100755 new mode 100644 diff --git a/mcs/class/System.Data.Linq/src/DbLinq.PostgreSql/Test/DbLinq.PostgreSql_test.csproj b/mcs/class/System.Data.Linq/src/DbLinq.PostgreSql/Test/DbLinq.PostgreSql_test.csproj index 0b036a8df956e..e916c23ff31fc 100644 --- a/mcs/class/System.Data.Linq/src/DbLinq.PostgreSql/Test/DbLinq.PostgreSql_test.csproj +++ b/mcs/class/System.Data.Linq/src/DbLinq.PostgreSql/Test/DbLinq.PostgreSql_test.csproj @@ -214,4 +214,4 @@ - \ No newline at end of file + diff --git a/mcs/class/System.Data.Linq/src/DbLinq.SqlServer/DbLinq.SqlServer.csproj b/mcs/class/System.Data.Linq/src/DbLinq.SqlServer/DbLinq.SqlServer.csproj index 5ffd183efe3f3..3460dbb19a103 100644 --- a/mcs/class/System.Data.Linq/src/DbLinq.SqlServer/DbLinq.SqlServer.csproj +++ b/mcs/class/System.Data.Linq/src/DbLinq.SqlServer/DbLinq.SqlServer.csproj @@ -77,4 +77,4 @@ --> - \ No newline at end of file + diff --git a/mcs/class/System.Data.Linq/src/DbLinq.SqlServer/Test/DbLinq.SqlServer_test.csproj b/mcs/class/System.Data.Linq/src/DbLinq.SqlServer/Test/DbLinq.SqlServer_test.csproj index 26677eafcdde9..a09566fcf8a03 100644 --- a/mcs/class/System.Data.Linq/src/DbLinq.SqlServer/Test/DbLinq.SqlServer_test.csproj +++ b/mcs/class/System.Data.Linq/src/DbLinq.SqlServer/Test/DbLinq.SqlServer_test.csproj @@ -228,4 +228,4 @@ - \ No newline at end of file + diff --git a/mcs/class/System.Data.Linq/src/DbLinq.SqlServer/Test/DbLinq.SqlServer_test_ndb.csproj b/mcs/class/System.Data.Linq/src/DbLinq.SqlServer/Test/DbLinq.SqlServer_test_ndb.csproj index 0df065ac0c6e9..89aa8f1bffb3c 100644 --- a/mcs/class/System.Data.Linq/src/DbLinq.SqlServer/Test/DbLinq.SqlServer_test_ndb.csproj +++ b/mcs/class/System.Data.Linq/src/DbLinq.SqlServer/Test/DbLinq.SqlServer_test_ndb.csproj @@ -65,4 +65,4 @@ - \ No newline at end of file + diff --git a/mcs/class/System.Data.Linq/src/DbLinq.SqlServer/Test/DbLinq.SqlServer_test_strict.csproj b/mcs/class/System.Data.Linq/src/DbLinq.SqlServer/Test/DbLinq.SqlServer_test_strict.csproj index 5521265861ffc..7959a3d806490 100644 --- a/mcs/class/System.Data.Linq/src/DbLinq.SqlServer/Test/DbLinq.SqlServer_test_strict.csproj +++ b/mcs/class/System.Data.Linq/src/DbLinq.SqlServer/Test/DbLinq.SqlServer_test_strict.csproj @@ -218,4 +218,4 @@ - \ No newline at end of file + diff --git a/mcs/class/System.Data.Linq/src/DbLinq.Sqlite/DbLinq.Sqlite.csproj b/mcs/class/System.Data.Linq/src/DbLinq.Sqlite/DbLinq.Sqlite.csproj old mode 100755 new mode 100644 diff --git a/mcs/class/System.Data.Linq/src/DbLinq.Sqlite/Test/DbLinq.Sqlite_test.csproj b/mcs/class/System.Data.Linq/src/DbLinq.Sqlite/Test/DbLinq.Sqlite_test.csproj index f140e6400613a..796ba691ff672 100644 --- a/mcs/class/System.Data.Linq/src/DbLinq.Sqlite/Test/DbLinq.Sqlite_test.csproj +++ b/mcs/class/System.Data.Linq/src/DbLinq.Sqlite/Test/DbLinq.Sqlite_test.csproj @@ -227,4 +227,4 @@ - \ No newline at end of file + diff --git a/mcs/class/System.Data.Linq/src/DbLinq.Sqlite/Test/DbLinq.Sqlite_test_mono.csproj b/mcs/class/System.Data.Linq/src/DbLinq.Sqlite/Test/DbLinq.Sqlite_test_mono.csproj old mode 100755 new mode 100644 index ff2ab684ba75d..9ee4d5ed0875c --- a/mcs/class/System.Data.Linq/src/DbLinq.Sqlite/Test/DbLinq.Sqlite_test_mono.csproj +++ b/mcs/class/System.Data.Linq/src/DbLinq.Sqlite/Test/DbLinq.Sqlite_test_mono.csproj @@ -228,4 +228,4 @@ - \ No newline at end of file + diff --git a/mcs/class/System.Data.Linq/src/DbLinq.Sqlite/Test/DbLinq.Sqlite_test_mono_strict.csproj b/mcs/class/System.Data.Linq/src/DbLinq.Sqlite/Test/DbLinq.Sqlite_test_mono_strict.csproj old mode 100755 new mode 100644 index 4b17d668b4df3..bf4c13061b9db --- a/mcs/class/System.Data.Linq/src/DbLinq.Sqlite/Test/DbLinq.Sqlite_test_mono_strict.csproj +++ b/mcs/class/System.Data.Linq/src/DbLinq.Sqlite/Test/DbLinq.Sqlite_test_mono_strict.csproj @@ -220,4 +220,4 @@ - \ No newline at end of file + diff --git a/mcs/class/System.Data.Linq/src/DbLinq/DbLinq.csproj b/mcs/class/System.Data.Linq/src/DbLinq/DbLinq.csproj index 1f265f21d0141..426785a1015c3 100644 --- a/mcs/class/System.Data.Linq/src/DbLinq/DbLinq.csproj +++ b/mcs/class/System.Data.Linq/src/DbLinq/DbLinq.csproj @@ -306,4 +306,4 @@ - \ No newline at end of file + diff --git a/mcs/class/System.Data.Linq/src/DbLinq/System.Data.Linq.csproj b/mcs/class/System.Data.Linq/src/DbLinq/System.Data.Linq.csproj index d4d63b2c12898..1d042063e4323 100644 --- a/mcs/class/System.Data.Linq/src/DbLinq/System.Data.Linq.csproj +++ b/mcs/class/System.Data.Linq/src/DbLinq/System.Data.Linq.csproj @@ -415,4 +415,4 @@ - \ No newline at end of file + diff --git a/mcs/class/System.Data.Linq/src/DbLinq/Test/DbLinq_test.csproj b/mcs/class/System.Data.Linq/src/DbLinq/Test/DbLinq_test.csproj old mode 100755 new mode 100644 index 57de10c5deb9c..479650e6a7d17 --- a/mcs/class/System.Data.Linq/src/DbLinq/Test/DbLinq_test.csproj +++ b/mcs/class/System.Data.Linq/src/DbLinq/Test/DbLinq_test.csproj @@ -120,4 +120,4 @@ --> - \ No newline at end of file + diff --git a/mcs/class/System.Data.Linq/src/DbLinq/Test/DbLinq_test_ndb_strict.csproj b/mcs/class/System.Data.Linq/src/DbLinq/Test/DbLinq_test_ndb_strict.csproj old mode 100755 new mode 100644 index a54fd61fc0da3..063fa0c9371e2 --- a/mcs/class/System.Data.Linq/src/DbLinq/Test/DbLinq_test_ndb_strict.csproj +++ b/mcs/class/System.Data.Linq/src/DbLinq/Test/DbLinq_test_ndb_strict.csproj @@ -106,4 +106,4 @@ --> - \ No newline at end of file + diff --git a/mcs/class/System.Data.Linq/src/DbMetal/SqlMetal.csproj b/mcs/class/System.Data.Linq/src/DbMetal/SqlMetal.csproj old mode 100755 new mode 100644 diff --git a/mcs/class/System.Data.Linq/src/DbMetal/Test/DbMetal_test.csproj b/mcs/class/System.Data.Linq/src/DbMetal/Test/DbMetal_test.csproj old mode 100755 new mode 100644 index 1ef8543e4d2c6..2db2d22d02c88 --- a/mcs/class/System.Data.Linq/src/DbMetal/Test/DbMetal_test.csproj +++ b/mcs/class/System.Data.Linq/src/DbMetal/Test/DbMetal_test.csproj @@ -109,4 +109,4 @@ --> - \ No newline at end of file + diff --git a/mcs/class/System.Data.Linq/src/DbMetal/Test/DbMetal_test_sqlite.csproj b/mcs/class/System.Data.Linq/src/DbMetal/Test/DbMetal_test_sqlite.csproj old mode 100755 new mode 100644 index fb4fd3594c811..bdb054641338b --- a/mcs/class/System.Data.Linq/src/DbMetal/Test/DbMetal_test_sqlite.csproj +++ b/mcs/class/System.Data.Linq/src/DbMetal/Test/DbMetal_test_sqlite.csproj @@ -63,4 +63,4 @@ --> - \ No newline at end of file + diff --git a/mcs/class/System.Data.Linq/src/DbMetal/Test/SqlMetal_test_sqlite.csproj b/mcs/class/System.Data.Linq/src/DbMetal/Test/SqlMetal_test_sqlite.csproj old mode 100755 new mode 100644 index ab31e2c580581..4bd54c53e2f5c --- a/mcs/class/System.Data.Linq/src/DbMetal/Test/SqlMetal_test_sqlite.csproj +++ b/mcs/class/System.Data.Linq/src/DbMetal/Test/SqlMetal_test_sqlite.csproj @@ -63,4 +63,4 @@ --> - \ No newline at end of file + diff --git a/mcs/class/System.Data.Linq/src/Tools/NUnitRunner/NUnitRunner.csproj b/mcs/class/System.Data.Linq/src/Tools/NUnitRunner/NUnitRunner.csproj index a4e248c8dedaf..779ad2d19405b 100644 --- a/mcs/class/System.Data.Linq/src/Tools/NUnitRunner/NUnitRunner.csproj +++ b/mcs/class/System.Data.Linq/src/Tools/NUnitRunner/NUnitRunner.csproj @@ -78,4 +78,4 @@ --> - \ No newline at end of file + diff --git a/mcs/class/System.Data.Linq/src/Tools/TestNamespaceWriter/TestNamespaceWriter.csproj b/mcs/class/System.Data.Linq/src/Tools/TestNamespaceWriter/TestNamespaceWriter.csproj index cbc39556b07a2..7c9a5d938abd1 100644 --- a/mcs/class/System.Data.Linq/src/Tools/TestNamespaceWriter/TestNamespaceWriter.csproj +++ b/mcs/class/System.Data.Linq/src/Tools/TestNamespaceWriter/TestNamespaceWriter.csproj @@ -60,4 +60,4 @@ --> - \ No newline at end of file + diff --git a/mcs/class/System.Data.Services.Client/Client/System.Data.Services.Client.csproj b/mcs/class/System.Data.Services.Client/Client/System.Data.Services.Client.csproj index 57fffe0435f1d..f9a97029fb60b 100644 --- a/mcs/class/System.Data.Services.Client/Client/System.Data.Services.Client.csproj +++ b/mcs/class/System.Data.Services.Client/Client/System.Data.Services.Client.csproj @@ -202,4 +202,4 @@ --> - \ No newline at end of file + diff --git a/mcs/class/System.Data.Services.Client/Client_SL/System.Data.Services.Client_SL.csproj b/mcs/class/System.Data.Services.Client/Client_SL/System.Data.Services.Client_SL.csproj index 3a8493bbac71b..1621f5d8a75e6 100644 --- a/mcs/class/System.Data.Services.Client/Client_SL/System.Data.Services.Client_SL.csproj +++ b/mcs/class/System.Data.Services.Client/Client_SL/System.Data.Services.Client_SL.csproj @@ -437,4 +437,4 @@ - \ No newline at end of file + diff --git a/mcs/class/System.Design/System.Design-net_4_5.csproj b/mcs/class/System.Design/System.Design-net_4_5.csproj index 0de36254a78f3..5750c765b9442 100644 --- a/mcs/class/System.Design/System.Design-net_4_5.csproj +++ b/mcs/class/System.Design/System.Design-net_4_5.csproj @@ -410,7 +410,7 @@ {B489C3DE-3ED3-4EDC-B42B-82B38E101857} System.Web-net_4_5 - + {B102F27C-1A07-487F-BA5B-D5155D201112} System.Windows.Forms-net_4_5 diff --git a/mcs/class/System.Design/System.Design-tests-net_4_5.csproj b/mcs/class/System.Design/System.Design-tests-net_4_5.csproj index 08fc50a8c13b6..76ad3f233ca52 100644 --- a/mcs/class/System.Design/System.Design-tests-net_4_5.csproj +++ b/mcs/class/System.Design/System.Design-tests-net_4_5.csproj @@ -92,9 +92,9 @@ {CB1CB976-AA54-4553-B0E7-05665B199EC4} System.Drawing\System.Drawing-net_4_5 - + {B102F27C-1A07-487F-BA5B-D5155D201112} - Managed.Windows.Forms\System.Windows.Forms-net_4_5 + System.Windows.Forms\System.Windows.Forms-net_4_5 diff --git a/mcs/class/System.Drawing.Design/System.Drawing.Design-net_4_5.csproj b/mcs/class/System.Drawing.Design/System.Drawing.Design-net_4_5.csproj index c3607e0b97514..2152f86c2a30d 100644 --- a/mcs/class/System.Drawing.Design/System.Drawing.Design-net_4_5.csproj +++ b/mcs/class/System.Drawing.Design/System.Drawing.Design-net_4_5.csproj @@ -96,7 +96,7 @@ {CB1CB976-AA54-4553-B0E7-05665B199EC4} System.Drawing-net_4_5 - + {B102F27C-1A07-487F-BA5B-D5155D201112} System.Windows.Forms-net_4_5 diff --git a/mcs/class/System.Drawing/Test/DrawingTest/Exocortex.DSP/src/Exocortex.DSP20.v1.csproj b/mcs/class/System.Drawing/Test/DrawingTest/Exocortex.DSP/src/Exocortex.DSP20.v1.csproj index f595cfb3978a5..fd7db0605d0c9 100644 --- a/mcs/class/System.Drawing/Test/DrawingTest/Exocortex.DSP/src/Exocortex.DSP20.v1.csproj +++ b/mcs/class/System.Drawing/Test/DrawingTest/Exocortex.DSP/src/Exocortex.DSP20.v1.csproj @@ -52,4 +52,4 @@ --> - \ No newline at end of file + diff --git a/mcs/class/System.Messaging/System.Messaging-net_4_5.csproj b/mcs/class/System.Messaging/System.Messaging-net_4_5.csproj index 7515c551b190e..cb9d0f67c9b93 100644 --- a/mcs/class/System.Messaging/System.Messaging-net_4_5.csproj +++ b/mcs/class/System.Messaging/System.Messaging-net_4_5.csproj @@ -138,7 +138,7 @@ {CB1CB976-AA54-4553-B0E7-05665B199EC4} System.Drawing-net_4_5 - + {B102F27C-1A07-487F-BA5B-D5155D201112} System.Windows.Forms-net_4_5 diff --git a/mcs/class/System.Messaging/System.Messaging-tests-net_4_5.csproj b/mcs/class/System.Messaging/System.Messaging-tests-net_4_5.csproj index e7ab190eb35a8..89863b15216a0 100644 --- a/mcs/class/System.Messaging/System.Messaging-tests-net_4_5.csproj +++ b/mcs/class/System.Messaging/System.Messaging-tests-net_4_5.csproj @@ -94,9 +94,9 @@ {CB1CB976-AA54-4553-B0E7-05665B199EC4} System.Drawing\System.Drawing-net_4_5 - + {B102F27C-1A07-487F-BA5B-D5155D201112} - Managed.Windows.Forms\System.Windows.Forms-net_4_5 + System.Windows.Forms\System.Windows.Forms-net_4_5 {2534ADE0-05E4-490F-933D-1E39310A0CB9} diff --git a/mcs/class/System.Reactive.Windows.Forms/System.Reactive.Windows.Forms-net_4_5.csproj b/mcs/class/System.Reactive.Windows.Forms/System.Reactive.Windows.Forms-net_4_5.csproj index d1e36752cb911..51deb1b98df1b 100644 --- a/mcs/class/System.Reactive.Windows.Forms/System.Reactive.Windows.Forms-net_4_5.csproj +++ b/mcs/class/System.Reactive.Windows.Forms/System.Reactive.Windows.Forms-net_4_5.csproj @@ -103,7 +103,7 @@ {EE831E49-3F84-4A05-9417-A9C8BD36E164} System.Reactive.Linq-net_4_5 - + {B102F27C-1A07-487F-BA5B-D5155D201112} System.Windows.Forms-net_4_5 diff --git a/mcs/class/System.ServiceModel/Test/MetadataTests/ExportUtil.csproj b/mcs/class/System.ServiceModel/Test/MetadataTests/ExportUtil.csproj index 4b304afaa70de..ad627b8834e6e 100644 --- a/mcs/class/System.ServiceModel/Test/MetadataTests/ExportUtil.csproj +++ b/mcs/class/System.ServiceModel/Test/MetadataTests/ExportUtil.csproj @@ -42,4 +42,4 @@ - \ No newline at end of file + diff --git a/mcs/class/System.ServiceModel/Test/MetadataTests/MetadataTests.csproj b/mcs/class/System.ServiceModel/Test/MetadataTests/MetadataTests.csproj index 6cc5f9a24cce9..9c2d92ca3faa8 100644 --- a/mcs/class/System.ServiceModel/Test/MetadataTests/MetadataTests.csproj +++ b/mcs/class/System.ServiceModel/Test/MetadataTests/MetadataTests.csproj @@ -85,4 +85,4 @@ - \ No newline at end of file + diff --git a/mcs/class/System.ServiceModel/Test/SwitchMode/SwitchMode.csproj b/mcs/class/System.ServiceModel/Test/SwitchMode/SwitchMode.csproj index e7abacba8457c..a320916bf7c3e 100644 --- a/mcs/class/System.ServiceModel/Test/SwitchMode/SwitchMode.csproj +++ b/mcs/class/System.ServiceModel/Test/SwitchMode/SwitchMode.csproj @@ -56,4 +56,4 @@ --> - \ No newline at end of file + diff --git a/mcs/class/System.ServiceModel/Test/WCFServers/WCFServers.csproj b/mcs/class/System.ServiceModel/Test/WCFServers/WCFServers.csproj index fa6ba8ad38e94..693433b630459 100644 --- a/mcs/class/System.ServiceModel/Test/WCFServers/WCFServers.csproj +++ b/mcs/class/System.ServiceModel/Test/WCFServers/WCFServers.csproj @@ -73,4 +73,4 @@ --> - \ No newline at end of file + diff --git a/mcs/class/System.ServiceProcess/System.ServiceProcess-net_4_5.csproj b/mcs/class/System.ServiceProcess/System.ServiceProcess-net_4_5.csproj index 4f405fffc91bc..f3e9d3dc3649a 100644 --- a/mcs/class/System.ServiceProcess/System.ServiceProcess-net_4_5.csproj +++ b/mcs/class/System.ServiceProcess/System.ServiceProcess-net_4_5.csproj @@ -108,7 +108,7 @@ {E6E1740E-37DD-487C-8947-F1C0612D4738} System.Configuration.Install-net_4_5 - + {B102F27C-1A07-487F-BA5B-D5155D201112} System.Windows.Forms-net_4_5 diff --git a/mcs/class/System.ServiceProcess/System.ServiceProcess-tests-net_4_5.csproj b/mcs/class/System.ServiceProcess/System.ServiceProcess-tests-net_4_5.csproj index 0fb61c659e93a..0cb2d14e87a11 100644 --- a/mcs/class/System.ServiceProcess/System.ServiceProcess-tests-net_4_5.csproj +++ b/mcs/class/System.ServiceProcess/System.ServiceProcess-tests-net_4_5.csproj @@ -84,9 +84,9 @@ {E6E1740E-37DD-487C-8947-F1C0612D4738} System.Configuration.Install\System.Configuration.Install-net_4_5 - + {B102F27C-1A07-487F-BA5B-D5155D201112} - Managed.Windows.Forms\System.Windows.Forms-net_4_5 + System.Windows.Forms\System.Windows.Forms-net_4_5 diff --git a/mcs/class/System.Web.Extensions.Design/System.Web.Extensions.Design-net_4_5.csproj b/mcs/class/System.Web.Extensions.Design/System.Web.Extensions.Design-net_4_5.csproj index 9311e0ee52e36..5d8f476d44040 100644 --- a/mcs/class/System.Web.Extensions.Design/System.Web.Extensions.Design-net_4_5.csproj +++ b/mcs/class/System.Web.Extensions.Design/System.Web.Extensions.Design-net_4_5.csproj @@ -100,7 +100,7 @@ {CB1CB976-AA54-4553-B0E7-05665B199EC4} System.Drawing-net_4_5 - + {B102F27C-1A07-487F-BA5B-D5155D201112} System.Windows.Forms-net_4_5 diff --git a/mcs/class/System.Web.Extensions/Test/AUT/SystemWebExtensionsAUT.csproj b/mcs/class/System.Web.Extensions/Test/AUT/SystemWebExtensionsAUT.csproj index 4a4672d1ba83d..6662eff2e47c5 100644 --- a/mcs/class/System.Web.Extensions/Test/AUT/SystemWebExtensionsAUT.csproj +++ b/mcs/class/System.Web.Extensions/Test/AUT/SystemWebExtensionsAUT.csproj @@ -655,4 +655,4 @@ - \ No newline at end of file + diff --git a/mcs/class/System.Web.Mvc3/System.Web.Mvc.csproj b/mcs/class/System.Web.Mvc3/System.Web.Mvc.csproj index c1345944c4dd8..ad38a2c1d2e87 100644 --- a/mcs/class/System.Web.Mvc3/System.Web.Mvc.csproj +++ b/mcs/class/System.Web.Mvc3/System.Web.Mvc.csproj @@ -468,4 +468,4 @@ --> - \ No newline at end of file + diff --git a/mcs/class/System.Web.Services/DefaultWsdlHelpGenerator/DefaultWsdlHelpGenerator.csproj b/mcs/class/System.Web.Services/DefaultWsdlHelpGenerator/DefaultWsdlHelpGenerator.csproj old mode 100755 new mode 100644 index 0fe27e3d33136..95e59d39eb3bc --- a/mcs/class/System.Web.Services/DefaultWsdlHelpGenerator/DefaultWsdlHelpGenerator.csproj +++ b/mcs/class/System.Web.Services/DefaultWsdlHelpGenerator/DefaultWsdlHelpGenerator.csproj @@ -179,4 +179,4 @@ copy ..\..\..\..\..\mono\data\net_2_0\DefaultWsdlHelpGenerator.jvm.aspx ..\DefaultWsdlHelpGenerator.aspx - \ No newline at end of file + diff --git a/mcs/class/System.Web/System.Web-net_4_5.csproj b/mcs/class/System.Web/System.Web-net_4_5.csproj index 62170025d4454..f4a83328ae386 100644 --- a/mcs/class/System.Web/System.Web-net_4_5.csproj +++ b/mcs/class/System.Web/System.Web-net_4_5.csproj @@ -48,19 +48,19 @@ - - - - - - - - - - - - - + + + + + + + + + + + + + diff --git a/mcs/class/System.Web/System.Web-plainweb-net_4_5.csproj b/mcs/class/System.Web/System.Web-plainweb-net_4_5.csproj index 5ce29667989ba..a0e9647e82a7d 100644 --- a/mcs/class/System.Web/System.Web-plainweb-net_4_5.csproj +++ b/mcs/class/System.Web/System.Web-plainweb-net_4_5.csproj @@ -48,19 +48,19 @@ - - - - - - - - - - - - - + + + + + + + + + + + + + diff --git a/mcs/class/System.Web/System.Web.Phantom/System.Web.Phantom.csproj b/mcs/class/System.Web/System.Web.Phantom/System.Web.Phantom.csproj index 8ae0331da1b91..089d12b822d76 100644 --- a/mcs/class/System.Web/System.Web.Phantom/System.Web.Phantom.csproj +++ b/mcs/class/System.Web/System.Web.Phantom/System.Web.Phantom.csproj @@ -76,4 +76,4 @@ - \ No newline at end of file + diff --git a/mcs/class/System.Web/System.Web.dll.sources b/mcs/class/System.Web/System.Web.dll.sources index 0850674e051c6..bc501bcd9dbb8 100644 --- a/mcs/class/System.Web/System.Web.dll.sources +++ b/mcs/class/System.Web/System.Web.dll.sources @@ -2,19 +2,19 @@ Assembly/AssemblyInfo.cs ../../build/common/Consts.cs ../../build/common/Locale.cs ../../build/common/MonoTODOAttribute.cs -../Managed.Windows.Forms/System.Resources/ByteArrayFromResXHandler.cs -../Managed.Windows.Forms/System.Resources/ResXNullRef.cs -../Managed.Windows.Forms/System.Resources/ResXResourceReader.cs -../Managed.Windows.Forms/System.Resources/FileRefHandler.cs -../Managed.Windows.Forms/System.Resources/NullRefHandler.cs -../Managed.Windows.Forms/System.Resources/ResXResourceSet.cs -../Managed.Windows.Forms/System.Resources/InMemoryHandler.cs -../Managed.Windows.Forms/System.Resources/ResXResourceWriter.cs -../Managed.Windows.Forms/System.Resources/ResXDataNode.cs -../Managed.Windows.Forms/System.Resources/SerializedFromResXHandler.cs -../Managed.Windows.Forms/System.Resources/ResXDataNodeHandler.cs -../Managed.Windows.Forms/System.Resources/TypeConverterFromResXHandler.cs -../Managed.Windows.Forms/System.Resources/ResXFileRef.cs +../System.Windows.Forms/System.Resources/ByteArrayFromResXHandler.cs +../System.Windows.Forms/System.Resources/ResXNullRef.cs +../System.Windows.Forms/System.Resources/ResXResourceReader.cs +../System.Windows.Forms/System.Resources/FileRefHandler.cs +../System.Windows.Forms/System.Resources/NullRefHandler.cs +../System.Windows.Forms/System.Resources/ResXResourceSet.cs +../System.Windows.Forms/System.Resources/InMemoryHandler.cs +../System.Windows.Forms/System.Resources/ResXResourceWriter.cs +../System.Windows.Forms/System.Resources/ResXDataNode.cs +../System.Windows.Forms/System.Resources/SerializedFromResXHandler.cs +../System.Windows.Forms/System.Resources/ResXDataNodeHandler.cs +../System.Windows.Forms/System.Resources/TypeConverterFromResXHandler.cs +../System.Windows.Forms/System.Resources/ResXFileRef.cs Mono.Web.Util/ISectionSettingsMapper.cs Mono.Web.Util/MembershipSectionMapper.cs diff --git a/mcs/class/System.Web/Test/mainsoft/MainsoftWebApp/MainsoftWebApp20.Tomcat.csproj b/mcs/class/System.Web/Test/mainsoft/MainsoftWebApp/MainsoftWebApp20.Tomcat.csproj index 6a26235decd1b..031265df433f8 100644 --- a/mcs/class/System.Web/Test/mainsoft/MainsoftWebApp/MainsoftWebApp20.Tomcat.csproj +++ b/mcs/class/System.Web/Test/mainsoft/MainsoftWebApp/MainsoftWebApp20.Tomcat.csproj @@ -2689,4 +2689,4 @@ - \ No newline at end of file + diff --git a/mcs/class/System.Web/Test/mainsoft/MainsoftWebApp20/do_not_delete.csproj b/mcs/class/System.Web/Test/mainsoft/MainsoftWebApp20/do_not_delete.csproj index 1d56d0482635b..4e7d613465810 100644 --- a/mcs/class/System.Web/Test/mainsoft/MainsoftWebApp20/do_not_delete.csproj +++ b/mcs/class/System.Web/Test/mainsoft/MainsoftWebApp20/do_not_delete.csproj @@ -1 +1 @@ -' A placeholder file - do not remove! \ No newline at end of file +' A placeholder file - do not remove! diff --git a/mcs/class/System.Web/Test/mainsoft/MainsoftWebTest/HtmlCompare.csproj b/mcs/class/System.Web/Test/mainsoft/MainsoftWebTest/HtmlCompare.csproj index d2574b98d4587..eedcc5d2f9854 100644 --- a/mcs/class/System.Web/Test/mainsoft/MainsoftWebTest/HtmlCompare.csproj +++ b/mcs/class/System.Web/Test/mainsoft/MainsoftWebTest/HtmlCompare.csproj @@ -64,4 +64,4 @@ --> - \ No newline at end of file + diff --git a/mcs/class/System.Web/Test/mainsoft/MainsoftWebTest/HtmlCompare20.csproj b/mcs/class/System.Web/Test/mainsoft/MainsoftWebTest/HtmlCompare20.csproj index e4115738da1a6..194a6093376ea 100644 --- a/mcs/class/System.Web/Test/mainsoft/MainsoftWebTest/HtmlCompare20.csproj +++ b/mcs/class/System.Web/Test/mainsoft/MainsoftWebTest/HtmlCompare20.csproj @@ -150,4 +150,4 @@ - \ No newline at end of file + diff --git a/mcs/class/System.Web/Test/mainsoft/MainsoftWebTest/SystemWebTest20.J2EE.csproj b/mcs/class/System.Web/Test/mainsoft/MainsoftWebTest/SystemWebTest20.J2EE.csproj index 2ca9fd0ab7022..8e07f6868673b 100644 --- a/mcs/class/System.Web/Test/mainsoft/MainsoftWebTest/SystemWebTest20.J2EE.csproj +++ b/mcs/class/System.Web/Test/mainsoft/MainsoftWebTest/SystemWebTest20.J2EE.csproj @@ -130,4 +130,4 @@ - \ No newline at end of file + diff --git a/mcs/class/System.Web/Test/mainsoft/MainsoftWebTest/SystemWebTest20.csproj b/mcs/class/System.Web/Test/mainsoft/MainsoftWebTest/SystemWebTest20.csproj index 09412129103d1..24e370ab6f556 100644 --- a/mcs/class/System.Web/Test/mainsoft/MainsoftWebTest/SystemWebTest20.csproj +++ b/mcs/class/System.Web/Test/mainsoft/MainsoftWebTest/SystemWebTest20.csproj @@ -79,4 +79,4 @@ - \ No newline at end of file + diff --git a/mcs/class/System.Web/Test/mainsoft/NunitWeb/NunitWeb/NunitWeb.csproj b/mcs/class/System.Web/Test/mainsoft/NunitWeb/NunitWeb/NunitWeb.csproj index 970e1d1af95d1..9ebc4e4c35604 100644 --- a/mcs/class/System.Web/Test/mainsoft/NunitWeb/NunitWeb/NunitWeb.csproj +++ b/mcs/class/System.Web/Test/mainsoft/NunitWeb/NunitWeb/NunitWeb.csproj @@ -88,4 +88,4 @@ --> - \ No newline at end of file + diff --git a/mcs/class/System.Web/Test/mainsoft/NunitWeb/NunitWeb/NunitWeb20.csproj b/mcs/class/System.Web/Test/mainsoft/NunitWeb/NunitWeb/NunitWeb20.csproj old mode 100755 new mode 100644 index 06018c41b1ac9..d77a130c764b2 --- a/mcs/class/System.Web/Test/mainsoft/NunitWeb/NunitWeb/NunitWeb20.csproj +++ b/mcs/class/System.Web/Test/mainsoft/NunitWeb/NunitWeb/NunitWeb20.csproj @@ -164,4 +164,4 @@ false - \ No newline at end of file + diff --git a/mcs/class/System.Web/Test/mainsoft/NunitWeb/Test1/Test1.csproj b/mcs/class/System.Web/Test/mainsoft/NunitWeb/Test1/Test1.csproj index e3c773533c94e..6894d02e57706 100644 --- a/mcs/class/System.Web/Test/mainsoft/NunitWeb/Test1/Test1.csproj +++ b/mcs/class/System.Web/Test/mainsoft/NunitWeb/Test1/Test1.csproj @@ -81,4 +81,4 @@ --> - \ No newline at end of file + diff --git a/mcs/class/System.Web/Test/standalone/theme/PageLinks/PageLinks.csproj b/mcs/class/System.Web/Test/standalone/theme/PageLinks/PageLinks.csproj index 1e2a809d99141..56e054404e43b 100644 --- a/mcs/class/System.Web/Test/standalone/theme/PageLinks/PageLinks.csproj +++ b/mcs/class/System.Web/Test/standalone/theme/PageLinks/PageLinks.csproj @@ -66,4 +66,4 @@ --> - \ No newline at end of file + diff --git a/mcs/class/System.Windows.Forms.DataVisualization/System.Windows.Forms.DataVisualization-net_4_5.csproj b/mcs/class/System.Windows.Forms.DataVisualization/System.Windows.Forms.DataVisualization-net_4_5.csproj index 8a30af5127808..ebdd797288311 100644 --- a/mcs/class/System.Windows.Forms.DataVisualization/System.Windows.Forms.DataVisualization-net_4_5.csproj +++ b/mcs/class/System.Windows.Forms.DataVisualization/System.Windows.Forms.DataVisualization-net_4_5.csproj @@ -219,7 +219,7 @@ {CB1CB976-AA54-4553-B0E7-05665B199EC4} System.Drawing-net_4_5 - + {B102F27C-1A07-487F-BA5B-D5155D201112} System.Windows.Forms-net_4_5 diff --git a/mcs/class/System.Windows.Forms.DataVisualization/System.Windows.Forms.DataVisualization-tests-net_4_5.csproj b/mcs/class/System.Windows.Forms.DataVisualization/System.Windows.Forms.DataVisualization-tests-net_4_5.csproj index 73e7fa2749172..0df66b02c6072 100644 --- a/mcs/class/System.Windows.Forms.DataVisualization/System.Windows.Forms.DataVisualization-tests-net_4_5.csproj +++ b/mcs/class/System.Windows.Forms.DataVisualization/System.Windows.Forms.DataVisualization-tests-net_4_5.csproj @@ -86,9 +86,9 @@ {CB1CB976-AA54-4553-B0E7-05665B199EC4} System.Drawing\System.Drawing-net_4_5 - + {B102F27C-1A07-487F-BA5B-D5155D201112} - Managed.Windows.Forms\System.Windows.Forms-net_4_5 + System.Windows.Forms\System.Windows.Forms-net_4_5 {D92530F4-3F2B-4351-BD21-9D6BEE6D2A4E} diff --git a/mcs/class/System.Windows.Forms.DataVisualization/Test/Charting/Charting.csproj b/mcs/class/System.Windows.Forms.DataVisualization/Test/Charting/Charting.csproj index 7f1eb11416797..1cc73fc87c03d 100644 --- a/mcs/class/System.Windows.Forms.DataVisualization/Test/Charting/Charting.csproj +++ b/mcs/class/System.Windows.Forms.DataVisualization/Test/Charting/Charting.csproj @@ -85,4 +85,4 @@ --> - \ No newline at end of file + diff --git a/mcs/class/System.Windows.Forms.DataVisualization/Test/ChartingTests.csproj b/mcs/class/System.Windows.Forms.DataVisualization/Test/ChartingTests.csproj index bdb8077f3d2dc..40a8d4ced7651 100644 --- a/mcs/class/System.Windows.Forms.DataVisualization/Test/ChartingTests.csproj +++ b/mcs/class/System.Windows.Forms.DataVisualization/Test/ChartingTests.csproj @@ -63,4 +63,4 @@ --> - \ No newline at end of file + diff --git a/mcs/class/System.Windows.Forms.DataVisualization/Test/MonoCharting/MonoCharting.csproj b/mcs/class/System.Windows.Forms.DataVisualization/Test/MonoCharting/MonoCharting.csproj index cf0390cf4477b..48a104f5a030e 100644 --- a/mcs/class/System.Windows.Forms.DataVisualization/Test/MonoCharting/MonoCharting.csproj +++ b/mcs/class/System.Windows.Forms.DataVisualization/Test/MonoCharting/MonoCharting.csproj @@ -87,4 +87,4 @@ --> - \ No newline at end of file + diff --git a/mcs/class/Managed.Windows.Forms/.gitignore b/mcs/class/System.Windows.Forms/.gitignore similarity index 100% rename from mcs/class/Managed.Windows.Forms/.gitignore rename to mcs/class/System.Windows.Forms/.gitignore diff --git a/mcs/class/Managed.Windows.Forms/Assembly/AssemblyInfo.cs b/mcs/class/System.Windows.Forms/Assembly/AssemblyInfo.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Assembly/AssemblyInfo.cs rename to mcs/class/System.Windows.Forms/Assembly/AssemblyInfo.cs diff --git a/mcs/class/Managed.Windows.Forms/Assembly/ChangeLog b/mcs/class/System.Windows.Forms/Assembly/ChangeLog similarity index 100% rename from mcs/class/Managed.Windows.Forms/Assembly/ChangeLog rename to mcs/class/System.Windows.Forms/Assembly/ChangeLog diff --git a/mcs/class/Managed.Windows.Forms/Assembly/Locale.cs b/mcs/class/System.Windows.Forms/Assembly/Locale.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Assembly/Locale.cs rename to mcs/class/System.Windows.Forms/Assembly/Locale.cs diff --git a/mcs/class/Managed.Windows.Forms/ChangeLog b/mcs/class/System.Windows.Forms/ChangeLog similarity index 100% rename from mcs/class/Managed.Windows.Forms/ChangeLog rename to mcs/class/System.Windows.Forms/ChangeLog diff --git a/mcs/class/Managed.Windows.Forms/Design b/mcs/class/System.Windows.Forms/Design similarity index 100% rename from mcs/class/Managed.Windows.Forms/Design rename to mcs/class/System.Windows.Forms/Design diff --git a/mcs/class/Managed.Windows.Forms/Documentation/.gitattributes b/mcs/class/System.Windows.Forms/Documentation/.gitattributes similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/.gitattributes rename to mcs/class/System.Windows.Forms/Documentation/.gitattributes diff --git a/mcs/class/Managed.Windows.Forms/Documentation/System.Windows.Forms.xml b/mcs/class/System.Windows.Forms/Documentation/System.Windows.Forms.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/System.Windows.Forms.xml rename to mcs/class/System.Windows.Forms/Documentation/System.Windows.Forms.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Resources/ResXDataNode.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Resources/ResXDataNode.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Resources/ResXDataNode.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Resources/ResXDataNode.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Resources/ResXFileRef+Converter.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Resources/ResXFileRef+Converter.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Resources/ResXFileRef+Converter.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Resources/ResXFileRef+Converter.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Resources/ResXFileRef.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Resources/ResXFileRef.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Resources/ResXFileRef.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Resources/ResXFileRef.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Resources/ResXResourceReader.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Resources/ResXResourceReader.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Resources/ResXResourceReader.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Resources/ResXResourceReader.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Resources/ResXResourceSet.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Resources/ResXResourceSet.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Resources/ResXResourceSet.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Resources/ResXResourceSet.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Resources/ResXResourceWriter.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Resources/ResXResourceWriter.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Resources/ResXResourceWriter.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Resources/ResXResourceWriter.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.ComponentModel.Com2Interop/Com2Variant.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.ComponentModel.Com2Interop/Com2Variant.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.ComponentModel.Com2Interop/Com2Variant.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.ComponentModel.Com2Interop/Com2Variant.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.ComponentModel.Com2Interop/ICom2PropertyPageDisplayService.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.ComponentModel.Com2Interop/ICom2PropertyPageDisplayService.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.ComponentModel.Com2Interop/ICom2PropertyPageDisplayService.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.ComponentModel.Com2Interop/ICom2PropertyPageDisplayService.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.ComponentModel.Com2Interop/IComPropertyBrowser.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.ComponentModel.Com2Interop/IComPropertyBrowser.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.ComponentModel.Com2Interop/IComPropertyBrowser.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.ComponentModel.Com2Interop/IComPropertyBrowser.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.Design/ComponentEditorForm.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.Design/ComponentEditorForm.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.Design/ComponentEditorForm.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.Design/ComponentEditorForm.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.Design/ComponentEditorPage.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.Design/ComponentEditorPage.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.Design/ComponentEditorPage.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.Design/ComponentEditorPage.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.Design/EventsTab.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.Design/EventsTab.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.Design/EventsTab.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.Design/EventsTab.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.Design/IUIService.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.Design/IUIService.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.Design/IUIService.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.Design/IUIService.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.Design/IWindowsFormsEditorService.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.Design/IWindowsFormsEditorService.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.Design/IWindowsFormsEditorService.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.Design/IWindowsFormsEditorService.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.Design/PropertyTab.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.Design/PropertyTab.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.Design/PropertyTab.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.Design/PropertyTab.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.Design/ToolStripItemDesignerAvailability.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.Design/ToolStripItemDesignerAvailability.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.Design/ToolStripItemDesignerAvailability.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.Design/ToolStripItemDesignerAvailability.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.Design/ToolStripItemDesignerAvailabilityAttribute.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.Design/ToolStripItemDesignerAvailabilityAttribute.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.Design/ToolStripItemDesignerAvailabilityAttribute.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.Design/ToolStripItemDesignerAvailabilityAttribute.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.Design/WindowsFormsComponentEditor.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.Design/WindowsFormsComponentEditor.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.Design/WindowsFormsComponentEditor.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.Design/WindowsFormsComponentEditor.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.Layout/ArrangedElementCollection.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.Layout/ArrangedElementCollection.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.Layout/ArrangedElementCollection.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.Layout/ArrangedElementCollection.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.Layout/LayoutEngine.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.Layout/LayoutEngine.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.Layout/LayoutEngine.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.Layout/LayoutEngine.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.Layout/TableLayoutSettingsTypeConverter.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.Layout/TableLayoutSettingsTypeConverter.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.Layout/TableLayoutSettingsTypeConverter.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.Layout/TableLayoutSettingsTypeConverter.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.PropertyGridInternal/IRootGridEntry.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.PropertyGridInternal/IRootGridEntry.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.PropertyGridInternal/IRootGridEntry.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.PropertyGridInternal/IRootGridEntry.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.PropertyGridInternal/PropertiesTab.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.PropertyGridInternal/PropertiesTab.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.PropertyGridInternal/PropertiesTab.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.PropertyGridInternal/PropertiesTab.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.PropertyGridInternal/PropertyGridCommands.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.PropertyGridInternal/PropertyGridCommands.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.PropertyGridInternal/PropertyGridCommands.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.PropertyGridInternal/PropertyGridCommands.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/BackgroundType.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/BackgroundType.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/BackgroundType.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/BackgroundType.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/BooleanProperty.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/BooleanProperty.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/BooleanProperty.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/BooleanProperty.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/BorderType.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/BorderType.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/BorderType.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/BorderType.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Button+CheckBox.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Button+CheckBox.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Button+CheckBox.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Button+CheckBox.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Button+GroupBox.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Button+GroupBox.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Button+GroupBox.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Button+GroupBox.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Button+PushButton.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Button+PushButton.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Button+PushButton.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Button+PushButton.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Button+RadioButton.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Button+RadioButton.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Button+RadioButton.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Button+RadioButton.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Button+UserButton.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Button+UserButton.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Button+UserButton.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Button+UserButton.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/CheckBoxState.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/CheckBoxState.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/CheckBoxState.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/CheckBoxState.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ColorProperty.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ColorProperty.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ColorProperty.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ColorProperty.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ComboBox+DropDownButton.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ComboBox+DropDownButton.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ComboBox+DropDownButton.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ComboBox+DropDownButton.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ComboBoxState.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ComboBoxState.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ComboBoxState.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ComboBoxState.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ContentAlignment.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ContentAlignment.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ContentAlignment.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ContentAlignment.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/EdgeEffects.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/EdgeEffects.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/EdgeEffects.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/EdgeEffects.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/EdgeStyle.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/EdgeStyle.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/EdgeStyle.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/EdgeStyle.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Edges.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Edges.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Edges.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Edges.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/EnumProperty.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/EnumProperty.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/EnumProperty.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/EnumProperty.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ExplorerBar+HeaderBackground.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ExplorerBar+HeaderBackground.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ExplorerBar+HeaderBackground.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ExplorerBar+HeaderBackground.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ExplorerBar+HeaderClose.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ExplorerBar+HeaderClose.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ExplorerBar+HeaderClose.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ExplorerBar+HeaderClose.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ExplorerBar+HeaderPin.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ExplorerBar+HeaderPin.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ExplorerBar+HeaderPin.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ExplorerBar+HeaderPin.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ExplorerBar+IEBarMenu.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ExplorerBar+IEBarMenu.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ExplorerBar+IEBarMenu.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ExplorerBar+IEBarMenu.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ExplorerBar+NormalGroupBackground.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ExplorerBar+NormalGroupBackground.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ExplorerBar+NormalGroupBackground.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ExplorerBar+NormalGroupBackground.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ExplorerBar+NormalGroupCollapse.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ExplorerBar+NormalGroupCollapse.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ExplorerBar+NormalGroupCollapse.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ExplorerBar+NormalGroupCollapse.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ExplorerBar+NormalGroupExpand.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ExplorerBar+NormalGroupExpand.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ExplorerBar+NormalGroupExpand.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ExplorerBar+NormalGroupExpand.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ExplorerBar+NormalGroupHead.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ExplorerBar+NormalGroupHead.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ExplorerBar+NormalGroupHead.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ExplorerBar+NormalGroupHead.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ExplorerBar+SpecialGroupBackground.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ExplorerBar+SpecialGroupBackground.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ExplorerBar+SpecialGroupBackground.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ExplorerBar+SpecialGroupBackground.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ExplorerBar+SpecialGroupCollapse.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ExplorerBar+SpecialGroupCollapse.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ExplorerBar+SpecialGroupCollapse.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ExplorerBar+SpecialGroupCollapse.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ExplorerBar+SpecialGroupExpand.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ExplorerBar+SpecialGroupExpand.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ExplorerBar+SpecialGroupExpand.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ExplorerBar+SpecialGroupExpand.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ExplorerBar+SpecialGroupHead.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ExplorerBar+SpecialGroupHead.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ExplorerBar+SpecialGroupHead.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ExplorerBar+SpecialGroupHead.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/FilenameProperty.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/FilenameProperty.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/FilenameProperty.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/FilenameProperty.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/FillType.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/FillType.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/FillType.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/FillType.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/FontProperty.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/FontProperty.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/FontProperty.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/FontProperty.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/GlyphFontSizingType.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/GlyphFontSizingType.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/GlyphFontSizingType.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/GlyphFontSizingType.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/GlyphType.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/GlyphType.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/GlyphType.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/GlyphType.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/GroupBoxState.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/GroupBoxState.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/GroupBoxState.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/GroupBoxState.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Header+Item.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Header+Item.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Header+Item.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Header+Item.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Header+ItemLeft.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Header+ItemLeft.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Header+ItemLeft.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Header+ItemLeft.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Header+ItemRight.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Header+ItemRight.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Header+ItemRight.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Header+ItemRight.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Header+SortArrow.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Header+SortArrow.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Header+SortArrow.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Header+SortArrow.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/HitTestCode.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/HitTestCode.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/HitTestCode.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/HitTestCode.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/HitTestOptions.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/HitTestOptions.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/HitTestOptions.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/HitTestOptions.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/HorizontalAlign.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/HorizontalAlign.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/HorizontalAlign.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/HorizontalAlign.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/IconEffect.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/IconEffect.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/IconEffect.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/IconEffect.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ImageOrientation.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ImageOrientation.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ImageOrientation.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ImageOrientation.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ImageSelectType.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ImageSelectType.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ImageSelectType.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ImageSelectType.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/IntegerProperty.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/IntegerProperty.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/IntegerProperty.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/IntegerProperty.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ListView+Detail.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ListView+Detail.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ListView+Detail.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ListView+Detail.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ListView+EmptyText.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ListView+EmptyText.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ListView+EmptyText.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ListView+EmptyText.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ListView+Group.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ListView+Group.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ListView+Group.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ListView+Group.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ListView+Item.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ListView+Item.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ListView+Item.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ListView+Item.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ListView+SortedDetail.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ListView+SortedDetail.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ListView+SortedDetail.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ListView+SortedDetail.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/MarginProperty.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/MarginProperty.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/MarginProperty.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/MarginProperty.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Menu+BarDropDown.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Menu+BarDropDown.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Menu+BarDropDown.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Menu+BarDropDown.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Menu+BarItem.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Menu+BarItem.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Menu+BarItem.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Menu+BarItem.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Menu+Chevron.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Menu+Chevron.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Menu+Chevron.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Menu+Chevron.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Menu+DropDown.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Menu+DropDown.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Menu+DropDown.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Menu+DropDown.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Menu+Item.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Menu+Item.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Menu+Item.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Menu+Item.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Menu+Separator.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Menu+Separator.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Menu+Separator.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Menu+Separator.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/MenuBand+NewApplicationButton.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/MenuBand+NewApplicationButton.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/MenuBand+NewApplicationButton.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/MenuBand+NewApplicationButton.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/MenuBand+Separator.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/MenuBand+Separator.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/MenuBand+Separator.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/MenuBand+Separator.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/OffsetType.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/OffsetType.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/OffsetType.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/OffsetType.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Page+Down.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Page+Down.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Page+Down.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Page+Down.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Page+DownHorizontal.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Page+DownHorizontal.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Page+DownHorizontal.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Page+DownHorizontal.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Page+Up.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Page+Up.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Page+Up.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Page+Up.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Page+UpHorizontal.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Page+UpHorizontal.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Page+UpHorizontal.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Page+UpHorizontal.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/PointProperty.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/PointProperty.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/PointProperty.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/PointProperty.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ProgressBar+Bar.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ProgressBar+Bar.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ProgressBar+Bar.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ProgressBar+Bar.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ProgressBar+BarVertical.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ProgressBar+BarVertical.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ProgressBar+BarVertical.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ProgressBar+BarVertical.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ProgressBar+Chunk.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ProgressBar+Chunk.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ProgressBar+Chunk.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ProgressBar+Chunk.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ProgressBar+ChunkVertical.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ProgressBar+ChunkVertical.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ProgressBar+ChunkVertical.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ProgressBar+ChunkVertical.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/PushButtonState.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/PushButtonState.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/PushButtonState.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/PushButtonState.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/RadioButtonState.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/RadioButtonState.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/RadioButtonState.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/RadioButtonState.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Rebar+Band.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Rebar+Band.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Rebar+Band.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Rebar+Band.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Rebar+Chevron.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Rebar+Chevron.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Rebar+Chevron.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Rebar+Chevron.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Rebar+ChevronVertical.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Rebar+ChevronVertical.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Rebar+ChevronVertical.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Rebar+ChevronVertical.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Rebar+Gripper.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Rebar+Gripper.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Rebar+Gripper.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Rebar+Gripper.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Rebar+GripperVertical.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Rebar+GripperVertical.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Rebar+GripperVertical.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Rebar+GripperVertical.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ScrollBar+ArrowButton.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ScrollBar+ArrowButton.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ScrollBar+ArrowButton.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ScrollBar+ArrowButton.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ScrollBar+GripperHorizontal.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ScrollBar+GripperHorizontal.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ScrollBar+GripperHorizontal.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ScrollBar+GripperHorizontal.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ScrollBar+GripperVertical.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ScrollBar+GripperVertical.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ScrollBar+GripperVertical.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ScrollBar+GripperVertical.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ScrollBar+LeftTrackHorizontal.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ScrollBar+LeftTrackHorizontal.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ScrollBar+LeftTrackHorizontal.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ScrollBar+LeftTrackHorizontal.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ScrollBar+LowerTrackVertical.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ScrollBar+LowerTrackVertical.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ScrollBar+LowerTrackVertical.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ScrollBar+LowerTrackVertical.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ScrollBar+RightTrackHorizontal.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ScrollBar+RightTrackHorizontal.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ScrollBar+RightTrackHorizontal.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ScrollBar+RightTrackHorizontal.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ScrollBar+SizeBox.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ScrollBar+SizeBox.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ScrollBar+SizeBox.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ScrollBar+SizeBox.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ScrollBar+ThumbButtonHorizontal.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ScrollBar+ThumbButtonHorizontal.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ScrollBar+ThumbButtonHorizontal.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ScrollBar+ThumbButtonHorizontal.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ScrollBar+ThumbButtonVertical.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ScrollBar+ThumbButtonVertical.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ScrollBar+ThumbButtonVertical.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ScrollBar+ThumbButtonVertical.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ScrollBar+UpperTrackVertical.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ScrollBar+UpperTrackVertical.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ScrollBar+UpperTrackVertical.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ScrollBar+UpperTrackVertical.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ScrollBarArrowButtonState.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ScrollBarArrowButtonState.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ScrollBarArrowButtonState.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ScrollBarArrowButtonState.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ScrollBarSizeBoxState.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ScrollBarSizeBoxState.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ScrollBarSizeBoxState.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ScrollBarSizeBoxState.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ScrollBarState.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ScrollBarState.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ScrollBarState.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ScrollBarState.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/SizingType.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/SizingType.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/SizingType.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/SizingType.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Spin+Down.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Spin+Down.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Spin+Down.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Spin+Down.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Spin+DownHorizontal.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Spin+DownHorizontal.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Spin+DownHorizontal.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Spin+DownHorizontal.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Spin+Up.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Spin+Up.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Spin+Up.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Spin+Up.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Spin+UpHorizontal.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Spin+UpHorizontal.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Spin+UpHorizontal.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Spin+UpHorizontal.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/StartPanel+LogOff.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/StartPanel+LogOff.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/StartPanel+LogOff.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/StartPanel+LogOff.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/StartPanel+LogOffButtons.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/StartPanel+LogOffButtons.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/StartPanel+LogOffButtons.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/StartPanel+LogOffButtons.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/StartPanel+MorePrograms.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/StartPanel+MorePrograms.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/StartPanel+MorePrograms.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/StartPanel+MorePrograms.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/StartPanel+MoreProgramsArrow.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/StartPanel+MoreProgramsArrow.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/StartPanel+MoreProgramsArrow.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/StartPanel+MoreProgramsArrow.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/StartPanel+PlaceList.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/StartPanel+PlaceList.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/StartPanel+PlaceList.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/StartPanel+PlaceList.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/StartPanel+PlaceListSeparator.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/StartPanel+PlaceListSeparator.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/StartPanel+PlaceListSeparator.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/StartPanel+PlaceListSeparator.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/StartPanel+Preview.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/StartPanel+Preview.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/StartPanel+Preview.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/StartPanel+Preview.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/StartPanel+ProgList.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/StartPanel+ProgList.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/StartPanel+ProgList.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/StartPanel+ProgList.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/StartPanel+ProgListSeparator.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/StartPanel+ProgListSeparator.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/StartPanel+ProgListSeparator.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/StartPanel+ProgListSeparator.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/StartPanel+UserPane.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/StartPanel+UserPane.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/StartPanel+UserPane.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/StartPanel+UserPane.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/StartPanel+UserPicture.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/StartPanel+UserPicture.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/StartPanel+UserPicture.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/StartPanel+UserPicture.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Status+Bar.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Status+Bar.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Status+Bar.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Status+Bar.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Status+Gripper.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Status+Gripper.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Status+Gripper.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Status+Gripper.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Status+GripperPane.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Status+GripperPane.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Status+GripperPane.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Status+GripperPane.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Status+Pane.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Status+Pane.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Status+Pane.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Status+Pane.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/StringProperty.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/StringProperty.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/StringProperty.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/StringProperty.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Tab+Body.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Tab+Body.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Tab+Body.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Tab+Body.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Tab+Pane.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Tab+Pane.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Tab+Pane.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Tab+Pane.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Tab+TabItem.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Tab+TabItem.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Tab+TabItem.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Tab+TabItem.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Tab+TabItemBothEdges.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Tab+TabItemBothEdges.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Tab+TabItemBothEdges.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Tab+TabItemBothEdges.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Tab+TabItemLeftEdge.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Tab+TabItemLeftEdge.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Tab+TabItemLeftEdge.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Tab+TabItemLeftEdge.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Tab+TabItemRightEdge.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Tab+TabItemRightEdge.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Tab+TabItemRightEdge.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Tab+TabItemRightEdge.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Tab+TopTabItem.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Tab+TopTabItem.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Tab+TopTabItem.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Tab+TopTabItem.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Tab+TopTabItemBothEdges.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Tab+TopTabItemBothEdges.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Tab+TopTabItemBothEdges.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Tab+TopTabItemBothEdges.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Tab+TopTabItemLeftEdge.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Tab+TopTabItemLeftEdge.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Tab+TopTabItemLeftEdge.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Tab+TopTabItemLeftEdge.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Tab+TopTabItemRightEdge.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Tab+TopTabItemRightEdge.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Tab+TopTabItemRightEdge.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Tab+TopTabItemRightEdge.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TabItemState.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TabItemState.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TabItemState.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TabItemState.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TaskBand+FlashButton.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TaskBand+FlashButton.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TaskBand+FlashButton.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TaskBand+FlashButton.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TaskBand+FlashButtonGroupMenu.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TaskBand+FlashButtonGroupMenu.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TaskBand+FlashButtonGroupMenu.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TaskBand+FlashButtonGroupMenu.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TaskBand+GroupCount.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TaskBand+GroupCount.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TaskBand+GroupCount.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TaskBand+GroupCount.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Taskbar+BackgroundBottom.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Taskbar+BackgroundBottom.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Taskbar+BackgroundBottom.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Taskbar+BackgroundBottom.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Taskbar+BackgroundLeft.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Taskbar+BackgroundLeft.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Taskbar+BackgroundLeft.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Taskbar+BackgroundLeft.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Taskbar+BackgroundRight.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Taskbar+BackgroundRight.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Taskbar+BackgroundRight.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Taskbar+BackgroundRight.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Taskbar+BackgroundTop.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Taskbar+BackgroundTop.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Taskbar+BackgroundTop.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Taskbar+BackgroundTop.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Taskbar+SizingBarBottom.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Taskbar+SizingBarBottom.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Taskbar+SizingBarBottom.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Taskbar+SizingBarBottom.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Taskbar+SizingBarLeft.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Taskbar+SizingBarLeft.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Taskbar+SizingBarLeft.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Taskbar+SizingBarLeft.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Taskbar+SizingBarRight.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Taskbar+SizingBarRight.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Taskbar+SizingBarRight.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Taskbar+SizingBarRight.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Taskbar+SizingBarTop.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Taskbar+SizingBarTop.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Taskbar+SizingBarTop.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Taskbar+SizingBarTop.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TaskbarClock+Time.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TaskbarClock+Time.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TaskbarClock+Time.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TaskbarClock+Time.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TextBox+Caret.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TextBox+Caret.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TextBox+Caret.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TextBox+Caret.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TextBox+TextEdit.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TextBox+TextEdit.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TextBox+TextEdit.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TextBox+TextEdit.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TextBoxState.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TextBoxState.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TextBoxState.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TextBoxState.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TextMetrics.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TextMetrics.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TextMetrics.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TextMetrics.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TextMetricsCharacterSet.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TextMetricsCharacterSet.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TextMetricsCharacterSet.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TextMetricsCharacterSet.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TextMetricsPitchAndFamilyValues.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TextMetricsPitchAndFamilyValues.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TextMetricsPitchAndFamilyValues.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TextMetricsPitchAndFamilyValues.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TextShadowType.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TextShadowType.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TextShadowType.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TextShadowType.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ThemeSizeType.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ThemeSizeType.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ThemeSizeType.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ThemeSizeType.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ToolBar+Button.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ToolBar+Button.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ToolBar+Button.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ToolBar+Button.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ToolBar+DropDownButton.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ToolBar+DropDownButton.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ToolBar+DropDownButton.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ToolBar+DropDownButton.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ToolBar+SeparatorHorizontal.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ToolBar+SeparatorHorizontal.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ToolBar+SeparatorHorizontal.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ToolBar+SeparatorHorizontal.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ToolBar+SeparatorVertical.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ToolBar+SeparatorVertical.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ToolBar+SeparatorVertical.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ToolBar+SeparatorVertical.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ToolBar+SplitButton.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ToolBar+SplitButton.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ToolBar+SplitButton.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ToolBar+SplitButton.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ToolBar+SplitButtonDropDown.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ToolBar+SplitButtonDropDown.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ToolBar+SplitButtonDropDown.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ToolBar+SplitButtonDropDown.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ToolBarState.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ToolBarState.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ToolBarState.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ToolBarState.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ToolTip+Balloon.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ToolTip+Balloon.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ToolTip+Balloon.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ToolTip+Balloon.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ToolTip+BalloonTitle.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ToolTip+BalloonTitle.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ToolTip+BalloonTitle.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ToolTip+BalloonTitle.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ToolTip+Close.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ToolTip+Close.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ToolTip+Close.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ToolTip+Close.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ToolTip+Standard.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ToolTip+Standard.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ToolTip+Standard.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ToolTip+Standard.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ToolTip+StandardTitle.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ToolTip+StandardTitle.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ToolTip+StandardTitle.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/ToolTip+StandardTitle.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TrackBar+Thumb.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TrackBar+Thumb.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TrackBar+Thumb.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TrackBar+Thumb.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TrackBar+ThumbBottom.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TrackBar+ThumbBottom.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TrackBar+ThumbBottom.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TrackBar+ThumbBottom.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TrackBar+ThumbLeft.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TrackBar+ThumbLeft.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TrackBar+ThumbLeft.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TrackBar+ThumbLeft.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TrackBar+ThumbRight.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TrackBar+ThumbRight.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TrackBar+ThumbRight.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TrackBar+ThumbRight.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TrackBar+ThumbTop.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TrackBar+ThumbTop.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TrackBar+ThumbTop.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TrackBar+ThumbTop.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TrackBar+ThumbVertical.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TrackBar+ThumbVertical.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TrackBar+ThumbVertical.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TrackBar+ThumbVertical.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TrackBar+Ticks.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TrackBar+Ticks.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TrackBar+Ticks.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TrackBar+Ticks.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TrackBar+TicksVertical.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TrackBar+TicksVertical.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TrackBar+TicksVertical.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TrackBar+TicksVertical.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TrackBar+Track.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TrackBar+Track.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TrackBar+Track.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TrackBar+Track.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TrackBar+TrackVertical.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TrackBar+TrackVertical.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TrackBar+TrackVertical.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TrackBar+TrackVertical.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TrackBarThumbState.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TrackBarThumbState.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TrackBarThumbState.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TrackBarThumbState.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TrayNotify+AnimateBackground.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TrayNotify+AnimateBackground.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TrayNotify+AnimateBackground.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TrayNotify+AnimateBackground.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TrayNotify+Background.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TrayNotify+Background.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TrayNotify+Background.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TrayNotify+Background.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TreeView+Branch.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TreeView+Branch.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TreeView+Branch.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TreeView+Branch.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TreeView+Glyph.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TreeView+Glyph.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TreeView+Glyph.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TreeView+Glyph.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TreeView+Item.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TreeView+Item.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TreeView+Item.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TreeView+Item.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TrueSizeScalingType.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TrueSizeScalingType.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TrueSizeScalingType.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/TrueSizeScalingType.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VerticalAlignment.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VerticalAlignment.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VerticalAlignment.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VerticalAlignment.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+Button.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+Button.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+Button.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+Button.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+ComboBox.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+ComboBox.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+ComboBox.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+ComboBox.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+ExplorerBar.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+ExplorerBar.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+ExplorerBar.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+ExplorerBar.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+Header.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+Header.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+Header.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+Header.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+ListView.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+ListView.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+ListView.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+ListView.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+Menu.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+Menu.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+Menu.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+Menu.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+MenuBand.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+MenuBand.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+MenuBand.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+MenuBand.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+Page.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+Page.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+Page.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+Page.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+ProgressBar.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+ProgressBar.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+ProgressBar.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+ProgressBar.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+Rebar.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+Rebar.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+Rebar.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+Rebar.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+ScrollBar.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+ScrollBar.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+ScrollBar.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+ScrollBar.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+Spin.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+Spin.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+Spin.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+Spin.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+StartPanel.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+StartPanel.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+StartPanel.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+StartPanel.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+Status.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+Status.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+Status.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+Status.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+Tab.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+Tab.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+Tab.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+Tab.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+TaskBand.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+TaskBand.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+TaskBand.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+TaskBand.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+Taskbar.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+Taskbar.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+Taskbar.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+Taskbar.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+TaskbarClock.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+TaskbarClock.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+TaskbarClock.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+TaskbarClock.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+TextBox.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+TextBox.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+TextBox.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+TextBox.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+ToolBar.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+ToolBar.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+ToolBar.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+ToolBar.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+ToolTip.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+ToolTip.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+ToolTip.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+ToolTip.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+TrackBar.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+TrackBar.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+TrackBar.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+TrackBar.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+TrayNotify.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+TrayNotify.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+TrayNotify.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+TrayNotify.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+TreeView.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+TreeView.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+TreeView.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+TreeView.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+Window.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+Window.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+Window.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement+Window.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleElement.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleInformation.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleInformation.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleInformation.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleInformation.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleRenderer.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleRenderer.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleRenderer.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleRenderer.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleState.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleState.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleState.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/VisualStyleState.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+Caption.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+Caption.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+Caption.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+Caption.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+CaptionSizingTemplate.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+CaptionSizingTemplate.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+CaptionSizingTemplate.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+CaptionSizingTemplate.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+CloseButton.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+CloseButton.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+CloseButton.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+CloseButton.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+Dialog.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+Dialog.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+Dialog.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+Dialog.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+FrameBottom.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+FrameBottom.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+FrameBottom.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+FrameBottom.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+FrameBottomSizingTemplate.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+FrameBottomSizingTemplate.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+FrameBottomSizingTemplate.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+FrameBottomSizingTemplate.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+FrameLeft.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+FrameLeft.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+FrameLeft.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+FrameLeft.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+FrameLeftSizingTemplate.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+FrameLeftSizingTemplate.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+FrameLeftSizingTemplate.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+FrameLeftSizingTemplate.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+FrameRight.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+FrameRight.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+FrameRight.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+FrameRight.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+FrameRightSizingTemplate.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+FrameRightSizingTemplate.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+FrameRightSizingTemplate.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+FrameRightSizingTemplate.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+HelpButton.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+HelpButton.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+HelpButton.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+HelpButton.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+HorizontalScroll.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+HorizontalScroll.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+HorizontalScroll.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+HorizontalScroll.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+HorizontalThumb.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+HorizontalThumb.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+HorizontalThumb.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+HorizontalThumb.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+MaxButton.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+MaxButton.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+MaxButton.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+MaxButton.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+MaxCaption.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+MaxCaption.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+MaxCaption.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+MaxCaption.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+MdiCloseButton.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+MdiCloseButton.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+MdiCloseButton.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+MdiCloseButton.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+MdiHelpButton.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+MdiHelpButton.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+MdiHelpButton.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+MdiHelpButton.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+MdiMinButton.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+MdiMinButton.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+MdiMinButton.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+MdiMinButton.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+MdiRestoreButton.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+MdiRestoreButton.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+MdiRestoreButton.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+MdiRestoreButton.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+MdiSysButton.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+MdiSysButton.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+MdiSysButton.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+MdiSysButton.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+MinButton.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+MinButton.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+MinButton.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+MinButton.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+MinCaption.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+MinCaption.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+MinCaption.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+MinCaption.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+RestoreButton.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+RestoreButton.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+RestoreButton.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+RestoreButton.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+SmallCaption.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+SmallCaption.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+SmallCaption.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+SmallCaption.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+SmallCaptionSizingTemplate.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+SmallCaptionSizingTemplate.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+SmallCaptionSizingTemplate.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+SmallCaptionSizingTemplate.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+SmallCloseButton.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+SmallCloseButton.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+SmallCloseButton.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+SmallCloseButton.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+SmallFrameBottom.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+SmallFrameBottom.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+SmallFrameBottom.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+SmallFrameBottom.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+SmallFrameBottomSizingTemplate.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+SmallFrameBottomSizingTemplate.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+SmallFrameBottomSizingTemplate.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+SmallFrameBottomSizingTemplate.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+SmallFrameLeft.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+SmallFrameLeft.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+SmallFrameLeft.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+SmallFrameLeft.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+SmallFrameLeftSizingTemplate.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+SmallFrameLeftSizingTemplate.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+SmallFrameLeftSizingTemplate.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+SmallFrameLeftSizingTemplate.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+SmallFrameRight.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+SmallFrameRight.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+SmallFrameRight.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+SmallFrameRight.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+SmallFrameRightSizingTemplate.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+SmallFrameRightSizingTemplate.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+SmallFrameRightSizingTemplate.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+SmallFrameRightSizingTemplate.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+SmallMaxCaption.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+SmallMaxCaption.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+SmallMaxCaption.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+SmallMaxCaption.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+SmallMinCaption.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+SmallMinCaption.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+SmallMinCaption.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+SmallMinCaption.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+SysButton.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+SysButton.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+SysButton.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+SysButton.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+VerticalScroll.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+VerticalScroll.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+VerticalScroll.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+VerticalScroll.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+VerticalThumb.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+VerticalThumb.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+VerticalThumb.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms.VisualStyles/Window+VerticalThumb.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/AccessibleEvents.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/AccessibleEvents.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/AccessibleEvents.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/AccessibleEvents.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/AccessibleNavigation.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/AccessibleNavigation.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/AccessibleNavigation.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/AccessibleNavigation.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/AccessibleObject.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/AccessibleObject.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/AccessibleObject.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/AccessibleObject.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/AccessibleRole.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/AccessibleRole.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/AccessibleRole.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/AccessibleRole.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/AccessibleSelection.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/AccessibleSelection.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/AccessibleSelection.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/AccessibleSelection.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/AccessibleStates.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/AccessibleStates.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/AccessibleStates.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/AccessibleStates.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/AmbientProperties.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/AmbientProperties.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/AmbientProperties.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/AmbientProperties.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/AnchorStyles.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/AnchorStyles.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/AnchorStyles.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/AnchorStyles.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/Appearance.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/Appearance.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/Appearance.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/Appearance.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/Application+MessageLoopCallback.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/Application+MessageLoopCallback.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/Application+MessageLoopCallback.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/Application+MessageLoopCallback.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/Application.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/Application.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/Application.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/Application.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ApplicationContext.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ApplicationContext.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ApplicationContext.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ApplicationContext.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ArrangeDirection.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ArrangeDirection.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ArrangeDirection.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ArrangeDirection.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ArrangeStartingPosition.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ArrangeStartingPosition.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ArrangeStartingPosition.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ArrangeStartingPosition.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ArrowDirection.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ArrowDirection.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ArrowDirection.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ArrowDirection.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/AutoCompleteMode.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/AutoCompleteMode.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/AutoCompleteMode.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/AutoCompleteMode.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/AutoCompleteSource.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/AutoCompleteSource.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/AutoCompleteSource.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/AutoCompleteSource.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/AutoCompleteStringCollection.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/AutoCompleteStringCollection.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/AutoCompleteStringCollection.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/AutoCompleteStringCollection.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/AutoScaleMode.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/AutoScaleMode.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/AutoScaleMode.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/AutoScaleMode.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/AutoSizeMode.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/AutoSizeMode.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/AutoSizeMode.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/AutoSizeMode.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/AutoValidate.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/AutoValidate.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/AutoValidate.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/AutoValidate.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/AxHost+ActiveXInvokeKind.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/AxHost+ActiveXInvokeKind.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/AxHost+ActiveXInvokeKind.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/AxHost+ActiveXInvokeKind.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/AxHost+AxComponentEditor.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/AxHost+AxComponentEditor.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/AxHost+AxComponentEditor.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/AxHost+AxComponentEditor.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/AxHost+ClsidAttribute.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/AxHost+ClsidAttribute.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/AxHost+ClsidAttribute.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/AxHost+ClsidAttribute.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/AxHost+ConnectionPointCookie.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/AxHost+ConnectionPointCookie.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/AxHost+ConnectionPointCookie.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/AxHost+ConnectionPointCookie.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/AxHost+InvalidActiveXStateException.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/AxHost+InvalidActiveXStateException.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/AxHost+InvalidActiveXStateException.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/AxHost+InvalidActiveXStateException.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/AxHost+State.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/AxHost+State.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/AxHost+State.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/AxHost+State.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/AxHost+StateConverter.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/AxHost+StateConverter.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/AxHost+StateConverter.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/AxHost+StateConverter.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/AxHost+TypeLibraryTimeStampAttribute.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/AxHost+TypeLibraryTimeStampAttribute.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/AxHost+TypeLibraryTimeStampAttribute.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/AxHost+TypeLibraryTimeStampAttribute.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/AxHost.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/AxHost.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/AxHost.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/AxHost.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/BaseCollection.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/BaseCollection.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/BaseCollection.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/BaseCollection.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/BatteryChargeStatus.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/BatteryChargeStatus.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/BatteryChargeStatus.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/BatteryChargeStatus.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/Binding.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/Binding.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/Binding.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/Binding.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/BindingCompleteContext.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/BindingCompleteContext.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/BindingCompleteContext.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/BindingCompleteContext.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/BindingCompleteEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/BindingCompleteEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/BindingCompleteEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/BindingCompleteEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/BindingCompleteEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/BindingCompleteEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/BindingCompleteEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/BindingCompleteEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/BindingCompleteState.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/BindingCompleteState.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/BindingCompleteState.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/BindingCompleteState.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/BindingContext.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/BindingContext.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/BindingContext.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/BindingContext.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/BindingManagerBase.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/BindingManagerBase.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/BindingManagerBase.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/BindingManagerBase.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/BindingManagerDataErrorEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/BindingManagerDataErrorEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/BindingManagerDataErrorEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/BindingManagerDataErrorEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/BindingManagerDataErrorEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/BindingManagerDataErrorEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/BindingManagerDataErrorEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/BindingManagerDataErrorEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/BindingMemberInfo.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/BindingMemberInfo.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/BindingMemberInfo.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/BindingMemberInfo.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/BindingNavigator.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/BindingNavigator.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/BindingNavigator.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/BindingNavigator.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/BindingSource.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/BindingSource.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/BindingSource.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/BindingSource.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/BindingsCollection.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/BindingsCollection.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/BindingsCollection.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/BindingsCollection.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/BootMode.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/BootMode.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/BootMode.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/BootMode.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/Border3DSide.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/Border3DSide.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/Border3DSide.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/Border3DSide.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/Border3DStyle.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/Border3DStyle.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/Border3DStyle.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/Border3DStyle.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/BorderStyle.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/BorderStyle.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/BorderStyle.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/BorderStyle.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/BoundsSpecified.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/BoundsSpecified.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/BoundsSpecified.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/BoundsSpecified.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/Button.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/Button.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/Button.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/Button.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ButtonBase+ButtonBaseAccessibleObject.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ButtonBase+ButtonBaseAccessibleObject.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ButtonBase+ButtonBaseAccessibleObject.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ButtonBase+ButtonBaseAccessibleObject.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ButtonBase.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ButtonBase.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ButtonBase.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ButtonBase.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ButtonBorderStyle.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ButtonBorderStyle.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ButtonBorderStyle.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ButtonBorderStyle.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ButtonRenderer.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ButtonRenderer.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ButtonRenderer.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ButtonRenderer.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ButtonState.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ButtonState.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ButtonState.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ButtonState.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/CacheVirtualItemsEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/CacheVirtualItemsEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/CacheVirtualItemsEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/CacheVirtualItemsEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/CacheVirtualItemsEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/CacheVirtualItemsEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/CacheVirtualItemsEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/CacheVirtualItemsEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/CaptionButton.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/CaptionButton.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/CaptionButton.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/CaptionButton.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/CharacterCasing.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/CharacterCasing.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/CharacterCasing.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/CharacterCasing.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/CheckBox+CheckBoxAccessibleObject.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/CheckBox+CheckBoxAccessibleObject.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/CheckBox+CheckBoxAccessibleObject.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/CheckBox+CheckBoxAccessibleObject.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/CheckBox.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/CheckBox.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/CheckBox.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/CheckBox.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/CheckBoxRenderer.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/CheckBoxRenderer.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/CheckBoxRenderer.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/CheckBoxRenderer.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/CheckState.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/CheckState.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/CheckState.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/CheckState.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/CheckedListBox+CheckedIndexCollection.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/CheckedListBox+CheckedIndexCollection.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/CheckedListBox+CheckedIndexCollection.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/CheckedListBox+CheckedIndexCollection.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/CheckedListBox+CheckedItemCollection.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/CheckedListBox+CheckedItemCollection.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/CheckedListBox+CheckedItemCollection.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/CheckedListBox+CheckedItemCollection.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/CheckedListBox+ObjectCollection.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/CheckedListBox+ObjectCollection.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/CheckedListBox+ObjectCollection.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/CheckedListBox+ObjectCollection.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/CheckedListBox.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/CheckedListBox.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/CheckedListBox.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/CheckedListBox.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/Clipboard.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/Clipboard.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/Clipboard.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/Clipboard.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/CloseReason.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/CloseReason.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/CloseReason.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/CloseReason.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ColorDepth.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ColorDepth.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ColorDepth.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ColorDepth.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ColorDialog.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ColorDialog.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ColorDialog.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ColorDialog.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ColumnClickEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ColumnClickEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ColumnClickEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ColumnClickEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ColumnClickEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ColumnClickEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ColumnClickEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ColumnClickEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ColumnHeader.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ColumnHeader.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ColumnHeader.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ColumnHeader.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ColumnHeaderAutoResizeStyle.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ColumnHeaderAutoResizeStyle.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ColumnHeaderAutoResizeStyle.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ColumnHeaderAutoResizeStyle.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ColumnHeaderConverter.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ColumnHeaderConverter.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ColumnHeaderConverter.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ColumnHeaderConverter.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ColumnHeaderStyle.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ColumnHeaderStyle.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ColumnHeaderStyle.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ColumnHeaderStyle.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ColumnReorderedEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ColumnReorderedEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ColumnReorderedEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ColumnReorderedEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ColumnReorderedEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ColumnReorderedEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ColumnReorderedEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ColumnReorderedEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ColumnStyle.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ColumnStyle.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ColumnStyle.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ColumnStyle.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ColumnWidthChangedEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ColumnWidthChangedEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ColumnWidthChangedEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ColumnWidthChangedEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ColumnWidthChangedEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ColumnWidthChangedEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ColumnWidthChangedEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ColumnWidthChangedEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ColumnWidthChangingEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ColumnWidthChangingEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ColumnWidthChangingEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ColumnWidthChangingEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ColumnWidthChangingEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ColumnWidthChangingEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ColumnWidthChangingEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ColumnWidthChangingEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ComboBox+ChildAccessibleObject.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ComboBox+ChildAccessibleObject.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ComboBox+ChildAccessibleObject.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ComboBox+ChildAccessibleObject.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ComboBox+ObjectCollection.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ComboBox+ObjectCollection.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ComboBox+ObjectCollection.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ComboBox+ObjectCollection.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ComboBox.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ComboBox.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ComboBox.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ComboBox.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ComboBoxRenderer.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ComboBoxRenderer.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ComboBoxRenderer.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ComboBoxRenderer.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ComboBoxStyle.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ComboBoxStyle.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ComboBoxStyle.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ComboBoxStyle.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/CommonDialog.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/CommonDialog.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/CommonDialog.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/CommonDialog.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ContainerControl.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ContainerControl.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ContainerControl.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ContainerControl.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ContentsResizedEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ContentsResizedEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ContentsResizedEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ContentsResizedEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ContentsResizedEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ContentsResizedEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ContentsResizedEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ContentsResizedEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ContextMenu.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ContextMenu.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ContextMenu.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ContextMenu.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ContextMenuStrip.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ContextMenuStrip.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ContextMenuStrip.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ContextMenuStrip.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/Control+ControlAccessibleObject.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/Control+ControlAccessibleObject.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/Control+ControlAccessibleObject.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/Control+ControlAccessibleObject.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/Control+ControlCollection.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/Control+ControlCollection.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/Control+ControlCollection.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/Control+ControlCollection.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/Control.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/Control.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/Control.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/Control.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ControlBindingsCollection.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ControlBindingsCollection.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ControlBindingsCollection.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ControlBindingsCollection.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ControlEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ControlEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ControlEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ControlEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ControlEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ControlEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ControlEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ControlEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ControlPaint.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ControlPaint.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ControlPaint.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ControlPaint.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ControlStyles.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ControlStyles.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ControlStyles.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ControlStyles.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ControlUpdateMode.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ControlUpdateMode.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ControlUpdateMode.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ControlUpdateMode.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ConvertEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ConvertEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ConvertEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ConvertEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ConvertEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ConvertEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ConvertEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ConvertEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/CreateParams.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/CreateParams.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/CreateParams.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/CreateParams.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/CurrencyManager.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/CurrencyManager.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/CurrencyManager.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/CurrencyManager.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/Cursor.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/Cursor.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/Cursor.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/Cursor.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/CursorConverter.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/CursorConverter.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/CursorConverter.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/CursorConverter.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/Cursors.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/Cursors.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/Cursors.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/Cursors.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataFormats+Format.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataFormats+Format.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataFormats+Format.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataFormats+Format.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataFormats.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataFormats.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataFormats.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataFormats.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGrid+HitTestInfo.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGrid+HitTestInfo.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGrid+HitTestInfo.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGrid+HitTestInfo.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGrid+HitTestType.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGrid+HitTestType.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGrid+HitTestType.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGrid+HitTestType.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGrid.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGrid.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGrid.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGrid.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridBoolColumn.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridBoolColumn.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridBoolColumn.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridBoolColumn.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridCell.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridCell.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridCell.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridCell.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridColumnStyle.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridColumnStyle.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridColumnStyle.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridColumnStyle.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridLineStyle.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridLineStyle.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridLineStyle.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridLineStyle.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridParentRowsLabelStyle.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridParentRowsLabelStyle.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridParentRowsLabelStyle.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridParentRowsLabelStyle.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridPreferredColumnWidthTypeConverter.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridPreferredColumnWidthTypeConverter.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridPreferredColumnWidthTypeConverter.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridPreferredColumnWidthTypeConverter.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridTableStyle.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridTableStyle.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridTableStyle.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridTableStyle.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridTextBox.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridTextBox.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridTextBox.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridTextBox.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridTextBoxColumn.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridTextBoxColumn.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridTextBoxColumn.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridTextBoxColumn.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridView+DataGridViewControlCollection.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridView+DataGridViewControlCollection.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridView+DataGridViewControlCollection.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridView+DataGridViewControlCollection.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridView+HitTestInfo.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridView+HitTestInfo.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridView+HitTestInfo.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridView+HitTestInfo.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridView.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridView.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridView.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridView.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewAdvancedBorderStyle.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewAdvancedBorderStyle.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewAdvancedBorderStyle.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewAdvancedBorderStyle.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewAdvancedCellBorderStyle.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewAdvancedCellBorderStyle.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewAdvancedCellBorderStyle.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewAdvancedCellBorderStyle.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewAutoSizeColumnMode.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewAutoSizeColumnMode.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewAutoSizeColumnMode.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewAutoSizeColumnMode.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewAutoSizeColumnModeEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewAutoSizeColumnModeEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewAutoSizeColumnModeEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewAutoSizeColumnModeEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewAutoSizeColumnModeEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewAutoSizeColumnModeEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewAutoSizeColumnModeEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewAutoSizeColumnModeEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewAutoSizeColumnsMode.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewAutoSizeColumnsMode.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewAutoSizeColumnsMode.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewAutoSizeColumnsMode.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewAutoSizeColumnsModeEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewAutoSizeColumnsModeEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewAutoSizeColumnsModeEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewAutoSizeColumnsModeEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewAutoSizeColumnsModeEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewAutoSizeColumnsModeEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewAutoSizeColumnsModeEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewAutoSizeColumnsModeEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewAutoSizeModeEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewAutoSizeModeEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewAutoSizeModeEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewAutoSizeModeEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewAutoSizeModeEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewAutoSizeModeEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewAutoSizeModeEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewAutoSizeModeEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewAutoSizeRowMode.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewAutoSizeRowMode.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewAutoSizeRowMode.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewAutoSizeRowMode.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewAutoSizeRowsMode.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewAutoSizeRowsMode.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewAutoSizeRowsMode.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewAutoSizeRowsMode.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewBand.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewBand.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewBand.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewBand.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewBindingCompleteEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewBindingCompleteEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewBindingCompleteEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewBindingCompleteEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewBindingCompleteEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewBindingCompleteEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewBindingCompleteEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewBindingCompleteEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewButtonCell.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewButtonCell.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewButtonCell.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewButtonCell.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewButtonColumn.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewButtonColumn.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewButtonColumn.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewButtonColumn.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCell.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCell.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCell.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCell.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellBorderStyle.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellBorderStyle.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellBorderStyle.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellBorderStyle.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellCancelEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellCancelEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellCancelEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellCancelEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellCancelEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellCancelEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellCancelEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellCancelEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellCollection.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellCollection.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellCollection.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellCollection.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellContextMenuStripNeededEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellContextMenuStripNeededEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellContextMenuStripNeededEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellContextMenuStripNeededEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellContextMenuStripNeededEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellContextMenuStripNeededEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellContextMenuStripNeededEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellContextMenuStripNeededEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellErrorTextNeededEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellErrorTextNeededEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellErrorTextNeededEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellErrorTextNeededEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellErrorTextNeededEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellErrorTextNeededEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellErrorTextNeededEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellErrorTextNeededEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellFormattingEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellFormattingEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellFormattingEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellFormattingEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellFormattingEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellFormattingEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellFormattingEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellFormattingEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellMouseEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellMouseEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellMouseEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellMouseEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellMouseEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellMouseEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellMouseEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellMouseEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellPaintingEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellPaintingEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellPaintingEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellPaintingEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellPaintingEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellPaintingEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellPaintingEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellPaintingEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellParsingEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellParsingEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellParsingEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellParsingEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellParsingEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellParsingEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellParsingEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellParsingEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellStateChangedEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellStateChangedEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellStateChangedEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellStateChangedEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellStateChangedEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellStateChangedEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellStateChangedEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellStateChangedEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellStyle.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellStyle.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellStyle.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellStyle.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellStyleContentChangedEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellStyleContentChangedEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellStyleContentChangedEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellStyleContentChangedEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellStyleContentChangedEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellStyleContentChangedEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellStyleContentChangedEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellStyleContentChangedEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellStyleConverter.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellStyleConverter.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellStyleConverter.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellStyleConverter.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellStyleScopes.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellStyleScopes.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellStyleScopes.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellStyleScopes.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellToolTipTextNeededEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellToolTipTextNeededEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellToolTipTextNeededEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellToolTipTextNeededEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellToolTipTextNeededEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellToolTipTextNeededEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellToolTipTextNeededEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellToolTipTextNeededEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellValidatingEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellValidatingEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellValidatingEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellValidatingEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellValidatingEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellValidatingEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellValidatingEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellValidatingEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellValueEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellValueEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellValueEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellValueEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellValueEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellValueEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellValueEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCellValueEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCheckBoxCell.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCheckBoxCell.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCheckBoxCell.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCheckBoxCell.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCheckBoxColumn.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCheckBoxColumn.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCheckBoxColumn.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewCheckBoxColumn.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewClipboardCopyMode.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewClipboardCopyMode.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewClipboardCopyMode.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewClipboardCopyMode.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewColumn.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewColumn.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewColumn.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewColumn.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewColumnCollection.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewColumnCollection.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewColumnCollection.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewColumnCollection.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewColumnDesignTimeVisibleAttribute.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewColumnDesignTimeVisibleAttribute.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewColumnDesignTimeVisibleAttribute.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewColumnDesignTimeVisibleAttribute.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewColumnDividerDoubleClickEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewColumnDividerDoubleClickEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewColumnDividerDoubleClickEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewColumnDividerDoubleClickEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewColumnDividerDoubleClickEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewColumnDividerDoubleClickEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewColumnDividerDoubleClickEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewColumnDividerDoubleClickEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewColumnEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewColumnEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewColumnEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewColumnEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewColumnEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewColumnEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewColumnEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewColumnEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewColumnHeaderCell.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewColumnHeaderCell.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewColumnHeaderCell.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewColumnHeaderCell.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewColumnHeadersHeightSizeMode.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewColumnHeadersHeightSizeMode.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewColumnHeadersHeightSizeMode.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewColumnHeadersHeightSizeMode.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewColumnSortMode.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewColumnSortMode.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewColumnSortMode.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewColumnSortMode.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewColumnStateChangedEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewColumnStateChangedEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewColumnStateChangedEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewColumnStateChangedEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewColumnStateChangedEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewColumnStateChangedEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewColumnStateChangedEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewColumnStateChangedEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewComboBoxCell+ObjectCollection.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewComboBoxCell+ObjectCollection.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewComboBoxCell+ObjectCollection.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewComboBoxCell+ObjectCollection.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewComboBoxCell.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewComboBoxCell.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewComboBoxCell.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewComboBoxCell.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewComboBoxColumn.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewComboBoxColumn.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewComboBoxColumn.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewComboBoxColumn.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewComboBoxDisplayStyle.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewComboBoxDisplayStyle.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewComboBoxDisplayStyle.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewComboBoxDisplayStyle.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewComboBoxEditingControl.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewComboBoxEditingControl.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewComboBoxEditingControl.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewComboBoxEditingControl.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewContentAlignment.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewContentAlignment.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewContentAlignment.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewContentAlignment.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewDataErrorContexts.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewDataErrorContexts.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewDataErrorContexts.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewDataErrorContexts.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewDataErrorEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewDataErrorEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewDataErrorEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewDataErrorEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewDataErrorEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewDataErrorEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewDataErrorEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewDataErrorEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewEditMode.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewEditMode.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewEditMode.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewEditMode.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewEditingControlShowingEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewEditingControlShowingEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewEditingControlShowingEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewEditingControlShowingEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewEditingControlShowingEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewEditingControlShowingEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewEditingControlShowingEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewEditingControlShowingEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewElement.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewElement.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewElement.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewElement.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewElementStates.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewElementStates.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewElementStates.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewElementStates.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewHeaderBorderStyle.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewHeaderBorderStyle.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewHeaderBorderStyle.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewHeaderBorderStyle.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewHeaderCell.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewHeaderCell.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewHeaderCell.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewHeaderCell.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewHitTestType.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewHitTestType.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewHitTestType.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewHitTestType.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewImageCell.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewImageCell.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewImageCell.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewImageCell.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewImageCellLayout.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewImageCellLayout.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewImageCellLayout.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewImageCellLayout.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewImageColumn.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewImageColumn.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewImageColumn.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewImageColumn.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewLinkCell.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewLinkCell.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewLinkCell.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewLinkCell.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewLinkColumn.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewLinkColumn.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewLinkColumn.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewLinkColumn.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewPaintParts.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewPaintParts.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewPaintParts.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewPaintParts.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRow.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRow.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRow.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRow.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowCancelEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowCancelEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowCancelEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowCancelEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowCancelEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowCancelEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowCancelEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowCancelEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowCollection.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowCollection.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowCollection.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowCollection.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowContextMenuStripNeededEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowContextMenuStripNeededEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowContextMenuStripNeededEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowContextMenuStripNeededEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowContextMenuStripNeededEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowContextMenuStripNeededEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowContextMenuStripNeededEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowContextMenuStripNeededEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowDividerDoubleClickEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowDividerDoubleClickEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowDividerDoubleClickEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowDividerDoubleClickEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowDividerDoubleClickEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowDividerDoubleClickEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowDividerDoubleClickEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowDividerDoubleClickEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowErrorTextNeededEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowErrorTextNeededEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowErrorTextNeededEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowErrorTextNeededEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowErrorTextNeededEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowErrorTextNeededEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowErrorTextNeededEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowErrorTextNeededEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowHeaderCell.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowHeaderCell.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowHeaderCell.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowHeaderCell.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowHeadersWidthSizeMode.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowHeadersWidthSizeMode.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowHeadersWidthSizeMode.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowHeadersWidthSizeMode.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowHeightInfoNeededEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowHeightInfoNeededEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowHeightInfoNeededEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowHeightInfoNeededEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowHeightInfoNeededEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowHeightInfoNeededEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowHeightInfoNeededEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowHeightInfoNeededEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowHeightInfoPushedEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowHeightInfoPushedEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowHeightInfoPushedEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowHeightInfoPushedEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowHeightInfoPushedEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowHeightInfoPushedEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowHeightInfoPushedEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowHeightInfoPushedEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowPostPaintEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowPostPaintEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowPostPaintEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowPostPaintEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowPostPaintEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowPostPaintEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowPostPaintEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowPostPaintEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowPrePaintEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowPrePaintEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowPrePaintEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowPrePaintEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowPrePaintEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowPrePaintEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowPrePaintEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowPrePaintEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowStateChangedEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowStateChangedEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowStateChangedEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowStateChangedEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowStateChangedEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowStateChangedEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowStateChangedEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowStateChangedEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowsAddedEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowsAddedEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowsAddedEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowsAddedEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowsAddedEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowsAddedEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowsAddedEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowsAddedEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowsRemovedEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowsRemovedEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowsRemovedEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowsRemovedEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowsRemovedEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowsRemovedEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowsRemovedEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewRowsRemovedEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewSelectedCellCollection.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewSelectedCellCollection.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewSelectedCellCollection.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewSelectedCellCollection.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewSelectedColumnCollection.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewSelectedColumnCollection.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewSelectedColumnCollection.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewSelectedColumnCollection.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewSelectedRowCollection.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewSelectedRowCollection.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewSelectedRowCollection.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewSelectedRowCollection.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewSelectionMode.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewSelectionMode.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewSelectionMode.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewSelectionMode.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewSortCompareEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewSortCompareEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewSortCompareEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewSortCompareEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewSortCompareEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewSortCompareEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewSortCompareEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewSortCompareEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewTextBoxCell.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewTextBoxCell.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewTextBoxCell.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewTextBoxCell.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewTextBoxColumn.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewTextBoxColumn.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewTextBoxColumn.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewTextBoxColumn.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewTextBoxEditingControl.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewTextBoxEditingControl.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewTextBoxEditingControl.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewTextBoxEditingControl.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewTopLeftHeaderCell.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewTopLeftHeaderCell.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewTopLeftHeaderCell.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewTopLeftHeaderCell.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewTriState.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewTriState.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewTriState.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataGridViewTriState.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataObject.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataObject.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataObject.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataObject.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataSourceUpdateMode.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataSourceUpdateMode.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DataSourceUpdateMode.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DataSourceUpdateMode.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DateBoldEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DateBoldEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DateBoldEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DateBoldEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DateBoldEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DateBoldEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DateBoldEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DateBoldEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DateRangeEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DateRangeEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DateRangeEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DateRangeEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DateRangeEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DateRangeEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DateRangeEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DateRangeEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DateTimePicker+DateTimePickerAccessibleObject.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DateTimePicker+DateTimePickerAccessibleObject.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DateTimePicker+DateTimePickerAccessibleObject.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DateTimePicker+DateTimePickerAccessibleObject.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DateTimePicker.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DateTimePicker.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DateTimePicker.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DateTimePicker.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DateTimePickerFormat.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DateTimePickerFormat.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DateTimePickerFormat.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DateTimePickerFormat.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/Day.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/Day.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/Day.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/Day.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DialogResult.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DialogResult.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DialogResult.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DialogResult.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DockStyle.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DockStyle.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DockStyle.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DockStyle.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DockingAttribute.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DockingAttribute.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DockingAttribute.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DockingAttribute.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DockingBehavior.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DockingBehavior.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DockingBehavior.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DockingBehavior.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DomainUpDown+DomainItemAccessibleObject.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DomainUpDown+DomainItemAccessibleObject.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DomainUpDown+DomainItemAccessibleObject.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DomainUpDown+DomainItemAccessibleObject.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DomainUpDown+DomainUpDownAccessibleObject.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DomainUpDown+DomainUpDownAccessibleObject.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DomainUpDown+DomainUpDownAccessibleObject.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DomainUpDown+DomainUpDownAccessibleObject.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DomainUpDown+DomainUpDownItemCollection.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DomainUpDown+DomainUpDownItemCollection.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DomainUpDown+DomainUpDownItemCollection.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DomainUpDown+DomainUpDownItemCollection.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DomainUpDown.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DomainUpDown.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DomainUpDown.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DomainUpDown.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DragAction.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DragAction.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DragAction.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DragAction.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DragDropEffects.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DragDropEffects.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DragDropEffects.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DragDropEffects.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DragEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DragEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DragEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DragEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DragEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DragEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DragEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DragEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DrawItemEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DrawItemEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DrawItemEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DrawItemEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DrawItemEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DrawItemEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DrawItemEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DrawItemEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DrawItemState.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DrawItemState.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DrawItemState.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DrawItemState.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DrawListViewColumnHeaderEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DrawListViewColumnHeaderEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DrawListViewColumnHeaderEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DrawListViewColumnHeaderEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DrawListViewColumnHeaderEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DrawListViewColumnHeaderEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DrawListViewColumnHeaderEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DrawListViewColumnHeaderEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DrawListViewItemEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DrawListViewItemEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DrawListViewItemEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DrawListViewItemEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DrawListViewItemEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DrawListViewItemEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DrawListViewItemEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DrawListViewItemEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DrawListViewSubItemEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DrawListViewSubItemEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DrawListViewSubItemEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DrawListViewSubItemEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DrawListViewSubItemEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DrawListViewSubItemEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DrawListViewSubItemEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DrawListViewSubItemEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DrawMode.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DrawMode.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DrawMode.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DrawMode.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DrawToolTipEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DrawToolTipEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DrawToolTipEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DrawToolTipEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DrawToolTipEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DrawToolTipEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DrawToolTipEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DrawToolTipEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DrawTreeNodeEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DrawTreeNodeEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DrawTreeNodeEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DrawTreeNodeEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DrawTreeNodeEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DrawTreeNodeEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/DrawTreeNodeEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/DrawTreeNodeEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ErrorBlinkStyle.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ErrorBlinkStyle.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ErrorBlinkStyle.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ErrorBlinkStyle.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ErrorIconAlignment.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ErrorIconAlignment.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ErrorIconAlignment.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ErrorIconAlignment.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ErrorProvider.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ErrorProvider.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ErrorProvider.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ErrorProvider.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/FeatureSupport.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/FeatureSupport.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/FeatureSupport.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/FeatureSupport.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/FileDialog.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/FileDialog.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/FileDialog.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/FileDialog.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/FileDialogCustomPlace.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/FileDialogCustomPlace.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/FileDialogCustomPlace.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/FileDialogCustomPlace.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/FileDialogCustomPlacesCollection.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/FileDialogCustomPlacesCollection.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/FileDialogCustomPlacesCollection.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/FileDialogCustomPlacesCollection.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/FixedPanel.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/FixedPanel.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/FixedPanel.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/FixedPanel.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/FlatButtonAppearance.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/FlatButtonAppearance.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/FlatButtonAppearance.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/FlatButtonAppearance.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/FlatStyle.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/FlatStyle.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/FlatStyle.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/FlatStyle.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/FlowDirection.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/FlowDirection.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/FlowDirection.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/FlowDirection.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/FlowLayoutPanel.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/FlowLayoutPanel.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/FlowLayoutPanel.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/FlowLayoutPanel.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/FlowLayoutSettings.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/FlowLayoutSettings.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/FlowLayoutSettings.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/FlowLayoutSettings.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/FolderBrowserDialog.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/FolderBrowserDialog.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/FolderBrowserDialog.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/FolderBrowserDialog.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/FontDialog.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/FontDialog.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/FontDialog.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/FontDialog.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/Form+ControlCollection.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/Form+ControlCollection.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/Form+ControlCollection.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/Form+ControlCollection.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/Form.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/Form.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/Form.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/Form.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/FormBorderStyle.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/FormBorderStyle.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/FormBorderStyle.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/FormBorderStyle.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/FormClosedEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/FormClosedEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/FormClosedEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/FormClosedEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/FormClosedEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/FormClosedEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/FormClosedEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/FormClosedEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/FormClosingEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/FormClosingEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/FormClosingEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/FormClosingEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/FormClosingEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/FormClosingEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/FormClosingEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/FormClosingEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/FormCollection.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/FormCollection.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/FormCollection.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/FormCollection.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/FormStartPosition.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/FormStartPosition.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/FormStartPosition.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/FormStartPosition.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/FormWindowState.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/FormWindowState.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/FormWindowState.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/FormWindowState.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/FrameStyle.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/FrameStyle.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/FrameStyle.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/FrameStyle.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/GetChildAtPointSkip.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/GetChildAtPointSkip.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/GetChildAtPointSkip.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/GetChildAtPointSkip.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/GiveFeedbackEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/GiveFeedbackEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/GiveFeedbackEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/GiveFeedbackEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/GiveFeedbackEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/GiveFeedbackEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/GiveFeedbackEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/GiveFeedbackEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/GridColumnStylesCollection.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/GridColumnStylesCollection.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/GridColumnStylesCollection.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/GridColumnStylesCollection.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/GridItem.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/GridItem.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/GridItem.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/GridItem.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/GridItemCollection.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/GridItemCollection.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/GridItemCollection.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/GridItemCollection.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/GridItemType.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/GridItemType.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/GridItemType.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/GridItemType.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/GridTableStylesCollection.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/GridTableStylesCollection.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/GridTableStylesCollection.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/GridTableStylesCollection.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/GridTablesFactory.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/GridTablesFactory.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/GridTablesFactory.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/GridTablesFactory.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/GroupBox.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/GroupBox.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/GroupBox.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/GroupBox.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/GroupBoxRenderer.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/GroupBoxRenderer.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/GroupBoxRenderer.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/GroupBoxRenderer.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/HScrollBar.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/HScrollBar.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/HScrollBar.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/HScrollBar.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/HScrollProperties.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/HScrollProperties.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/HScrollProperties.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/HScrollProperties.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/HandledMouseEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/HandledMouseEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/HandledMouseEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/HandledMouseEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/Help.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/Help.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/Help.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/Help.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/HelpEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/HelpEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/HelpEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/HelpEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/HelpEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/HelpEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/HelpEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/HelpEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/HelpNavigator.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/HelpNavigator.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/HelpNavigator.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/HelpNavigator.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/HelpProvider.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/HelpProvider.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/HelpProvider.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/HelpProvider.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/HorizontalAlignment.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/HorizontalAlignment.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/HorizontalAlignment.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/HorizontalAlignment.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/HtmlDocument.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/HtmlDocument.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/HtmlDocument.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/HtmlDocument.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/HtmlElement.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/HtmlElement.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/HtmlElement.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/HtmlElement.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/HtmlElementCollection.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/HtmlElementCollection.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/HtmlElementCollection.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/HtmlElementCollection.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/HtmlElementErrorEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/HtmlElementErrorEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/HtmlElementErrorEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/HtmlElementErrorEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/HtmlElementErrorEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/HtmlElementErrorEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/HtmlElementErrorEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/HtmlElementErrorEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/HtmlElementEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/HtmlElementEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/HtmlElementEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/HtmlElementEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/HtmlElementEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/HtmlElementEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/HtmlElementEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/HtmlElementEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/HtmlElementInsertionOrientation.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/HtmlElementInsertionOrientation.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/HtmlElementInsertionOrientation.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/HtmlElementInsertionOrientation.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/HtmlHistory.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/HtmlHistory.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/HtmlHistory.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/HtmlHistory.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/HtmlWindow.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/HtmlWindow.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/HtmlWindow.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/HtmlWindow.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/HtmlWindowCollection.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/HtmlWindowCollection.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/HtmlWindowCollection.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/HtmlWindowCollection.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/IBindableComponent.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/IBindableComponent.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/IBindableComponent.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/IBindableComponent.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/IButtonControl.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/IButtonControl.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/IButtonControl.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/IButtonControl.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ICommandExecutor.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ICommandExecutor.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ICommandExecutor.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ICommandExecutor.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/IComponentEditorPageSite.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/IComponentEditorPageSite.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/IComponentEditorPageSite.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/IComponentEditorPageSite.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/IContainerControl.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/IContainerControl.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/IContainerControl.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/IContainerControl.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ICurrencyManagerProvider.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ICurrencyManagerProvider.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ICurrencyManagerProvider.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ICurrencyManagerProvider.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/IDataGridColumnStyleEditingNotificationService.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/IDataGridColumnStyleEditingNotificationService.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/IDataGridColumnStyleEditingNotificationService.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/IDataGridColumnStyleEditingNotificationService.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/IDataGridEditingService.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/IDataGridEditingService.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/IDataGridEditingService.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/IDataGridEditingService.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/IDataGridViewEditingCell.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/IDataGridViewEditingCell.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/IDataGridViewEditingCell.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/IDataGridViewEditingCell.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/IDataGridViewEditingControl.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/IDataGridViewEditingControl.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/IDataGridViewEditingControl.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/IDataGridViewEditingControl.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/IDataObject.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/IDataObject.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/IDataObject.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/IDataObject.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/IDropTarget.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/IDropTarget.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/IDropTarget.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/IDropTarget.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/IFeatureSupport.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/IFeatureSupport.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/IFeatureSupport.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/IFeatureSupport.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/IFileReaderService.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/IFileReaderService.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/IFileReaderService.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/IFileReaderService.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/IMessageFilter.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/IMessageFilter.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/IMessageFilter.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/IMessageFilter.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/IWin32Window.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/IWin32Window.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/IWin32Window.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/IWin32Window.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/IWindowTarget.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/IWindowTarget.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/IWindowTarget.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/IWindowTarget.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ImageIndexConverter.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ImageIndexConverter.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ImageIndexConverter.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ImageIndexConverter.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ImageKeyConverter.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ImageKeyConverter.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ImageKeyConverter.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ImageKeyConverter.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ImageLayout.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ImageLayout.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ImageLayout.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ImageLayout.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ImageList+ImageCollection.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ImageList+ImageCollection.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ImageList+ImageCollection.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ImageList+ImageCollection.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ImageList.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ImageList.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ImageList.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ImageList.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ImageListStreamer.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ImageListStreamer.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ImageListStreamer.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ImageListStreamer.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ImeMode.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ImeMode.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ImeMode.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ImeMode.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/InputLanguage.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/InputLanguage.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/InputLanguage.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/InputLanguage.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/InputLanguageChangedEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/InputLanguageChangedEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/InputLanguageChangedEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/InputLanguageChangedEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/InputLanguageChangedEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/InputLanguageChangedEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/InputLanguageChangedEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/InputLanguageChangedEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/InputLanguageChangingEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/InputLanguageChangingEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/InputLanguageChangingEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/InputLanguageChangingEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/InputLanguageChangingEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/InputLanguageChangingEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/InputLanguageChangingEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/InputLanguageChangingEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/InputLanguageCollection.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/InputLanguageCollection.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/InputLanguageCollection.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/InputLanguageCollection.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/InsertKeyMode.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/InsertKeyMode.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/InsertKeyMode.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/InsertKeyMode.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/InvalidateEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/InvalidateEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/InvalidateEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/InvalidateEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/InvalidateEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/InvalidateEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/InvalidateEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/InvalidateEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ItemActivation.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ItemActivation.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ItemActivation.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ItemActivation.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ItemBoundsPortion.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ItemBoundsPortion.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ItemBoundsPortion.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ItemBoundsPortion.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ItemChangedEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ItemChangedEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ItemChangedEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ItemChangedEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ItemChangedEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ItemChangedEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ItemChangedEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ItemChangedEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ItemCheckEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ItemCheckEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ItemCheckEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ItemCheckEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ItemCheckEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ItemCheckEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ItemCheckEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ItemCheckEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ItemCheckedEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ItemCheckedEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ItemCheckedEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ItemCheckedEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ItemCheckedEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ItemCheckedEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ItemCheckedEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ItemCheckedEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ItemDragEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ItemDragEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ItemDragEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ItemDragEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ItemDragEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ItemDragEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ItemDragEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ItemDragEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/KeyEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/KeyEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/KeyEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/KeyEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/KeyEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/KeyEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/KeyEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/KeyEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/KeyPressEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/KeyPressEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/KeyPressEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/KeyPressEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/KeyPressEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/KeyPressEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/KeyPressEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/KeyPressEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/Keys.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/Keys.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/Keys.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/Keys.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/KeysConverter.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/KeysConverter.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/KeysConverter.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/KeysConverter.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/Label.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/Label.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/Label.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/Label.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/LabelEditEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/LabelEditEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/LabelEditEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/LabelEditEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/LabelEditEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/LabelEditEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/LabelEditEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/LabelEditEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/LayoutEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/LayoutEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/LayoutEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/LayoutEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/LayoutEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/LayoutEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/LayoutEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/LayoutEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/LayoutSettings.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/LayoutSettings.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/LayoutSettings.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/LayoutSettings.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/LeftRightAlignment.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/LeftRightAlignment.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/LeftRightAlignment.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/LeftRightAlignment.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/LinkArea+LinkAreaConverter.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/LinkArea+LinkAreaConverter.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/LinkArea+LinkAreaConverter.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/LinkArea+LinkAreaConverter.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/LinkArea.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/LinkArea.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/LinkArea.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/LinkArea.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/LinkBehavior.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/LinkBehavior.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/LinkBehavior.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/LinkBehavior.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/LinkClickedEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/LinkClickedEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/LinkClickedEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/LinkClickedEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/LinkClickedEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/LinkClickedEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/LinkClickedEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/LinkClickedEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/LinkConverter.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/LinkConverter.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/LinkConverter.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/LinkConverter.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/LinkLabel+Link.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/LinkLabel+Link.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/LinkLabel+Link.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/LinkLabel+Link.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/LinkLabel+LinkCollection.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/LinkLabel+LinkCollection.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/LinkLabel+LinkCollection.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/LinkLabel+LinkCollection.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/LinkLabel.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/LinkLabel.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/LinkLabel.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/LinkLabel.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/LinkLabelLinkClickedEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/LinkLabelLinkClickedEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/LinkLabelLinkClickedEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/LinkLabelLinkClickedEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/LinkLabelLinkClickedEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/LinkLabelLinkClickedEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/LinkLabelLinkClickedEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/LinkLabelLinkClickedEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/LinkState.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/LinkState.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/LinkState.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/LinkState.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ListBindingConverter.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ListBindingConverter.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ListBindingConverter.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ListBindingConverter.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ListBindingHelper.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ListBindingHelper.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ListBindingHelper.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ListBindingHelper.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ListBox+IntegerCollection.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ListBox+IntegerCollection.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ListBox+IntegerCollection.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ListBox+IntegerCollection.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ListBox+ObjectCollection.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ListBox+ObjectCollection.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ListBox+ObjectCollection.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ListBox+ObjectCollection.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ListBox+SelectedIndexCollection.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ListBox+SelectedIndexCollection.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ListBox+SelectedIndexCollection.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ListBox+SelectedIndexCollection.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ListBox+SelectedObjectCollection.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ListBox+SelectedObjectCollection.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ListBox+SelectedObjectCollection.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ListBox+SelectedObjectCollection.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ListBox.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ListBox.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ListBox.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ListBox.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ListControl.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ListControl.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ListControl.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ListControl.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ListControlConvertEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ListControlConvertEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ListControlConvertEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ListControlConvertEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ListControlConvertEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ListControlConvertEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ListControlConvertEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ListControlConvertEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ListView+CheckedIndexCollection.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ListView+CheckedIndexCollection.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ListView+CheckedIndexCollection.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ListView+CheckedIndexCollection.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ListView+CheckedListViewItemCollection.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ListView+CheckedListViewItemCollection.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ListView+CheckedListViewItemCollection.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ListView+CheckedListViewItemCollection.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ListView+ColumnHeaderCollection.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ListView+ColumnHeaderCollection.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ListView+ColumnHeaderCollection.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ListView+ColumnHeaderCollection.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ListView+ListViewItemCollection.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ListView+ListViewItemCollection.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ListView+ListViewItemCollection.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ListView+ListViewItemCollection.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ListView+SelectedIndexCollection.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ListView+SelectedIndexCollection.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ListView+SelectedIndexCollection.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ListView+SelectedIndexCollection.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ListView+SelectedListViewItemCollection.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ListView+SelectedListViewItemCollection.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ListView+SelectedListViewItemCollection.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ListView+SelectedListViewItemCollection.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ListView.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ListView.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ListView.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ListView.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ListViewAlignment.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ListViewAlignment.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ListViewAlignment.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ListViewAlignment.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ListViewGroup.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ListViewGroup.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ListViewGroup.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ListViewGroup.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ListViewGroupCollection.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ListViewGroupCollection.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ListViewGroupCollection.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ListViewGroupCollection.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ListViewHitTestInfo.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ListViewHitTestInfo.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ListViewHitTestInfo.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ListViewHitTestInfo.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ListViewHitTestLocations.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ListViewHitTestLocations.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ListViewHitTestLocations.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ListViewHitTestLocations.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ListViewInsertionMark.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ListViewInsertionMark.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ListViewInsertionMark.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ListViewInsertionMark.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ListViewItem+ListViewSubItem.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ListViewItem+ListViewSubItem.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ListViewItem+ListViewSubItem.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ListViewItem+ListViewSubItem.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ListViewItem+ListViewSubItemCollection.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ListViewItem+ListViewSubItemCollection.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ListViewItem+ListViewSubItemCollection.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ListViewItem+ListViewSubItemCollection.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ListViewItem.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ListViewItem.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ListViewItem.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ListViewItem.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ListViewItemConverter.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ListViewItemConverter.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ListViewItemConverter.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ListViewItemConverter.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ListViewItemMouseHoverEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ListViewItemMouseHoverEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ListViewItemMouseHoverEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ListViewItemMouseHoverEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ListViewItemMouseHoverEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ListViewItemMouseHoverEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ListViewItemMouseHoverEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ListViewItemMouseHoverEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ListViewItemSelectionChangedEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ListViewItemSelectionChangedEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ListViewItemSelectionChangedEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ListViewItemSelectionChangedEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ListViewItemSelectionChangedEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ListViewItemSelectionChangedEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ListViewItemSelectionChangedEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ListViewItemSelectionChangedEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ListViewItemStates.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ListViewItemStates.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ListViewItemStates.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ListViewItemStates.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ListViewVirtualItemsSelectionRangeChangedEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ListViewVirtualItemsSelectionRangeChangedEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ListViewVirtualItemsSelectionRangeChangedEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ListViewVirtualItemsSelectionRangeChangedEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ListViewVirtualItemsSelectionRangeChangedEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ListViewVirtualItemsSelectionRangeChangedEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ListViewVirtualItemsSelectionRangeChangedEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ListViewVirtualItemsSelectionRangeChangedEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/MainMenu.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/MainMenu.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/MainMenu.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/MainMenu.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/MaskFormat.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/MaskFormat.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/MaskFormat.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/MaskFormat.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/MaskInputRejectedEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/MaskInputRejectedEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/MaskInputRejectedEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/MaskInputRejectedEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/MaskInputRejectedEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/MaskInputRejectedEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/MaskInputRejectedEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/MaskInputRejectedEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/MaskedTextBox.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/MaskedTextBox.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/MaskedTextBox.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/MaskedTextBox.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/MdiClient+ControlCollection.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/MdiClient+ControlCollection.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/MdiClient+ControlCollection.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/MdiClient+ControlCollection.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/MdiClient.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/MdiClient.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/MdiClient.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/MdiClient.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/MdiLayout.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/MdiLayout.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/MdiLayout.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/MdiLayout.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/MeasureItemEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/MeasureItemEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/MeasureItemEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/MeasureItemEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/MeasureItemEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/MeasureItemEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/MeasureItemEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/MeasureItemEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/Menu+MenuItemCollection.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/Menu+MenuItemCollection.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/Menu+MenuItemCollection.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/Menu+MenuItemCollection.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/Menu.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/Menu.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/Menu.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/Menu.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/MenuGlyph.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/MenuGlyph.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/MenuGlyph.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/MenuGlyph.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/MenuItem.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/MenuItem.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/MenuItem.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/MenuItem.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/MenuMerge.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/MenuMerge.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/MenuMerge.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/MenuMerge.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/MenuStrip.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/MenuStrip.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/MenuStrip.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/MenuStrip.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/MergeAction.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/MergeAction.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/MergeAction.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/MergeAction.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/Message.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/Message.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/Message.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/Message.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/MessageBox.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/MessageBox.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/MessageBox.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/MessageBox.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/MessageBoxButtons.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/MessageBoxButtons.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/MessageBoxButtons.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/MessageBoxButtons.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/MessageBoxDefaultButton.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/MessageBoxDefaultButton.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/MessageBoxDefaultButton.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/MessageBoxDefaultButton.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/MessageBoxIcon.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/MessageBoxIcon.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/MessageBoxIcon.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/MessageBoxIcon.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/MessageBoxOptions.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/MessageBoxOptions.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/MessageBoxOptions.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/MessageBoxOptions.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/MethodInvoker.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/MethodInvoker.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/MethodInvoker.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/MethodInvoker.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/MonthCalendar+HitArea.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/MonthCalendar+HitArea.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/MonthCalendar+HitArea.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/MonthCalendar+HitArea.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/MonthCalendar+HitTestInfo.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/MonthCalendar+HitTestInfo.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/MonthCalendar+HitTestInfo.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/MonthCalendar+HitTestInfo.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/MonthCalendar.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/MonthCalendar.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/MonthCalendar.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/MonthCalendar.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/MouseButtons.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/MouseButtons.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/MouseButtons.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/MouseButtons.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/MouseEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/MouseEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/MouseEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/MouseEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/MouseEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/MouseEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/MouseEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/MouseEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/NativeWindow.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/NativeWindow.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/NativeWindow.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/NativeWindow.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/NavigateEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/NavigateEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/NavigateEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/NavigateEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/NavigateEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/NavigateEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/NavigateEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/NavigateEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/NodeLabelEditEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/NodeLabelEditEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/NodeLabelEditEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/NodeLabelEditEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/NodeLabelEditEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/NodeLabelEditEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/NodeLabelEditEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/NodeLabelEditEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/NotifyIcon.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/NotifyIcon.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/NotifyIcon.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/NotifyIcon.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/NumericUpDown.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/NumericUpDown.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/NumericUpDown.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/NumericUpDown.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/NumericUpDownAcceleration.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/NumericUpDownAcceleration.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/NumericUpDownAcceleration.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/NumericUpDownAcceleration.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/NumericUpDownAccelerationCollection.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/NumericUpDownAccelerationCollection.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/NumericUpDownAccelerationCollection.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/NumericUpDownAccelerationCollection.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/OSFeature.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/OSFeature.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/OSFeature.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/OSFeature.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/OpacityConverter.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/OpacityConverter.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/OpacityConverter.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/OpacityConverter.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/OpenFileDialog.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/OpenFileDialog.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/OpenFileDialog.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/OpenFileDialog.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/Orientation.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/Orientation.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/Orientation.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/Orientation.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/OwnerDrawPropertyBag.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/OwnerDrawPropertyBag.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/OwnerDrawPropertyBag.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/OwnerDrawPropertyBag.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/Padding.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/Padding.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/Padding.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/Padding.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/PaddingConverter.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/PaddingConverter.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/PaddingConverter.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/PaddingConverter.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/PageSetupDialog.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/PageSetupDialog.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/PageSetupDialog.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/PageSetupDialog.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/PaintEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/PaintEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/PaintEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/PaintEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/PaintEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/PaintEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/PaintEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/PaintEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/Panel.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/Panel.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/Panel.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/Panel.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/PictureBox.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/PictureBox.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/PictureBox.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/PictureBox.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/PictureBoxSizeMode.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/PictureBoxSizeMode.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/PictureBoxSizeMode.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/PictureBoxSizeMode.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/PopupEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/PopupEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/PopupEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/PopupEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/PopupEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/PopupEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/PopupEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/PopupEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/PowerLineStatus.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/PowerLineStatus.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/PowerLineStatus.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/PowerLineStatus.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/PowerState.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/PowerState.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/PowerState.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/PowerState.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/PowerStatus.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/PowerStatus.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/PowerStatus.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/PowerStatus.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/PreProcessControlState.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/PreProcessControlState.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/PreProcessControlState.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/PreProcessControlState.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/PreviewKeyDownEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/PreviewKeyDownEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/PreviewKeyDownEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/PreviewKeyDownEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/PreviewKeyDownEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/PreviewKeyDownEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/PreviewKeyDownEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/PreviewKeyDownEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/PrintControllerWithStatusDialog.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/PrintControllerWithStatusDialog.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/PrintControllerWithStatusDialog.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/PrintControllerWithStatusDialog.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/PrintDialog.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/PrintDialog.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/PrintDialog.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/PrintDialog.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/PrintPreviewControl.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/PrintPreviewControl.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/PrintPreviewControl.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/PrintPreviewControl.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/PrintPreviewDialog.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/PrintPreviewDialog.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/PrintPreviewDialog.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/PrintPreviewDialog.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ProfessionalColorTable.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ProfessionalColorTable.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ProfessionalColorTable.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ProfessionalColorTable.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ProfessionalColors.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ProfessionalColors.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ProfessionalColors.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ProfessionalColors.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ProgressBar.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ProgressBar.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ProgressBar.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ProgressBar.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ProgressBarRenderer.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ProgressBarRenderer.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ProgressBarRenderer.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ProgressBarRenderer.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ProgressBarStyle.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ProgressBarStyle.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ProgressBarStyle.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ProgressBarStyle.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/PropertyGrid+PropertyTabCollection.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/PropertyGrid+PropertyTabCollection.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/PropertyGrid+PropertyTabCollection.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/PropertyGrid+PropertyTabCollection.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/PropertyGrid.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/PropertyGrid.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/PropertyGrid.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/PropertyGrid.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/PropertyManager.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/PropertyManager.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/PropertyManager.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/PropertyManager.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/PropertySort.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/PropertySort.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/PropertySort.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/PropertySort.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/PropertyTabChangedEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/PropertyTabChangedEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/PropertyTabChangedEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/PropertyTabChangedEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/PropertyTabChangedEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/PropertyTabChangedEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/PropertyTabChangedEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/PropertyTabChangedEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/PropertyValueChangedEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/PropertyValueChangedEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/PropertyValueChangedEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/PropertyValueChangedEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/PropertyValueChangedEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/PropertyValueChangedEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/PropertyValueChangedEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/PropertyValueChangedEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/QueryAccessibilityHelpEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/QueryAccessibilityHelpEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/QueryAccessibilityHelpEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/QueryAccessibilityHelpEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/QueryAccessibilityHelpEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/QueryAccessibilityHelpEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/QueryAccessibilityHelpEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/QueryAccessibilityHelpEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/QueryContinueDragEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/QueryContinueDragEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/QueryContinueDragEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/QueryContinueDragEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/QueryContinueDragEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/QueryContinueDragEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/QueryContinueDragEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/QueryContinueDragEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/QuestionEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/QuestionEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/QuestionEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/QuestionEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/QuestionEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/QuestionEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/QuestionEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/QuestionEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/RadioButton+RadioButtonAccessibleObject.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/RadioButton+RadioButtonAccessibleObject.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/RadioButton+RadioButtonAccessibleObject.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/RadioButton+RadioButtonAccessibleObject.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/RadioButton.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/RadioButton.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/RadioButton.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/RadioButton.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/RadioButtonRenderer.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/RadioButtonRenderer.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/RadioButtonRenderer.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/RadioButtonRenderer.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/RelatedImageListAttribute.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/RelatedImageListAttribute.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/RelatedImageListAttribute.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/RelatedImageListAttribute.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/RetrieveVirtualItemEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/RetrieveVirtualItemEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/RetrieveVirtualItemEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/RetrieveVirtualItemEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/RetrieveVirtualItemEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/RetrieveVirtualItemEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/RetrieveVirtualItemEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/RetrieveVirtualItemEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/RichTextBox.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/RichTextBox.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/RichTextBox.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/RichTextBox.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/RichTextBoxFinds.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/RichTextBoxFinds.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/RichTextBoxFinds.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/RichTextBoxFinds.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/RichTextBoxLanguageOptions.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/RichTextBoxLanguageOptions.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/RichTextBoxLanguageOptions.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/RichTextBoxLanguageOptions.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/RichTextBoxScrollBars.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/RichTextBoxScrollBars.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/RichTextBoxScrollBars.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/RichTextBoxScrollBars.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/RichTextBoxSelectionAttribute.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/RichTextBoxSelectionAttribute.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/RichTextBoxSelectionAttribute.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/RichTextBoxSelectionAttribute.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/RichTextBoxSelectionTypes.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/RichTextBoxSelectionTypes.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/RichTextBoxSelectionTypes.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/RichTextBoxSelectionTypes.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/RichTextBoxStreamType.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/RichTextBoxStreamType.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/RichTextBoxStreamType.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/RichTextBoxStreamType.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/RichTextBoxWordPunctuations.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/RichTextBoxWordPunctuations.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/RichTextBoxWordPunctuations.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/RichTextBoxWordPunctuations.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/RightToLeft.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/RightToLeft.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/RightToLeft.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/RightToLeft.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/RowStyle.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/RowStyle.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/RowStyle.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/RowStyle.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/SaveFileDialog.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/SaveFileDialog.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/SaveFileDialog.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/SaveFileDialog.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/Screen.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/Screen.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/Screen.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/Screen.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ScreenOrientation.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ScreenOrientation.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ScreenOrientation.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ScreenOrientation.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ScrollBar.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ScrollBar.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ScrollBar.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ScrollBar.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ScrollBarRenderer.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ScrollBarRenderer.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ScrollBarRenderer.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ScrollBarRenderer.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ScrollBars.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ScrollBars.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ScrollBars.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ScrollBars.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ScrollButton.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ScrollButton.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ScrollButton.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ScrollButton.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ScrollEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ScrollEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ScrollEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ScrollEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ScrollEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ScrollEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ScrollEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ScrollEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ScrollEventType.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ScrollEventType.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ScrollEventType.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ScrollEventType.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ScrollOrientation.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ScrollOrientation.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ScrollOrientation.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ScrollOrientation.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ScrollProperties.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ScrollProperties.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ScrollProperties.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ScrollProperties.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ScrollableControl+DockPaddingEdges.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ScrollableControl+DockPaddingEdges.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ScrollableControl+DockPaddingEdges.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ScrollableControl+DockPaddingEdges.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ScrollableControl+DockPaddingEdgesConverter.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ScrollableControl+DockPaddingEdgesConverter.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ScrollableControl+DockPaddingEdgesConverter.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ScrollableControl+DockPaddingEdgesConverter.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ScrollableControl.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ScrollableControl.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ScrollableControl.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ScrollableControl.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/SearchDirectionHint.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/SearchDirectionHint.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/SearchDirectionHint.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/SearchDirectionHint.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/SearchForVirtualItemEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/SearchForVirtualItemEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/SearchForVirtualItemEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/SearchForVirtualItemEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/SearchForVirtualItemEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/SearchForVirtualItemEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/SearchForVirtualItemEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/SearchForVirtualItemEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/SecurityIDType.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/SecurityIDType.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/SecurityIDType.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/SecurityIDType.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/SelectedGridItemChangedEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/SelectedGridItemChangedEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/SelectedGridItemChangedEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/SelectedGridItemChangedEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/SelectedGridItemChangedEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/SelectedGridItemChangedEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/SelectedGridItemChangedEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/SelectedGridItemChangedEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/SelectionMode.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/SelectionMode.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/SelectionMode.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/SelectionMode.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/SelectionRange.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/SelectionRange.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/SelectionRange.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/SelectionRange.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/SelectionRangeConverter.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/SelectionRangeConverter.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/SelectionRangeConverter.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/SelectionRangeConverter.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/SendKeys.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/SendKeys.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/SendKeys.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/SendKeys.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/Shortcut.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/Shortcut.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/Shortcut.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/Shortcut.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/SizeGripStyle.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/SizeGripStyle.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/SizeGripStyle.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/SizeGripStyle.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/SizeType.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/SizeType.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/SizeType.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/SizeType.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/SortOrder.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/SortOrder.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/SortOrder.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/SortOrder.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/SplitContainer.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/SplitContainer.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/SplitContainer.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/SplitContainer.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/Splitter.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/Splitter.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/Splitter.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/Splitter.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/SplitterCancelEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/SplitterCancelEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/SplitterCancelEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/SplitterCancelEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/SplitterCancelEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/SplitterCancelEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/SplitterCancelEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/SplitterCancelEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/SplitterEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/SplitterEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/SplitterEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/SplitterEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/SplitterEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/SplitterEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/SplitterEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/SplitterEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/SplitterPanel.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/SplitterPanel.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/SplitterPanel.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/SplitterPanel.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/StatusBar+StatusBarPanelCollection.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/StatusBar+StatusBarPanelCollection.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/StatusBar+StatusBarPanelCollection.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/StatusBar+StatusBarPanelCollection.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/StatusBar.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/StatusBar.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/StatusBar.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/StatusBar.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/StatusBarDrawItemEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/StatusBarDrawItemEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/StatusBarDrawItemEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/StatusBarDrawItemEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/StatusBarDrawItemEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/StatusBarDrawItemEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/StatusBarDrawItemEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/StatusBarDrawItemEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/StatusBarPanel.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/StatusBarPanel.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/StatusBarPanel.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/StatusBarPanel.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/StatusBarPanelAutoSize.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/StatusBarPanelAutoSize.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/StatusBarPanelAutoSize.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/StatusBarPanelAutoSize.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/StatusBarPanelBorderStyle.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/StatusBarPanelBorderStyle.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/StatusBarPanelBorderStyle.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/StatusBarPanelBorderStyle.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/StatusBarPanelClickEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/StatusBarPanelClickEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/StatusBarPanelClickEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/StatusBarPanelClickEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/StatusBarPanelClickEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/StatusBarPanelClickEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/StatusBarPanelClickEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/StatusBarPanelClickEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/StatusBarPanelStyle.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/StatusBarPanelStyle.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/StatusBarPanelStyle.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/StatusBarPanelStyle.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/StatusStrip.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/StatusStrip.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/StatusStrip.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/StatusStrip.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/StructFormat.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/StructFormat.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/StructFormat.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/StructFormat.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/SystemInformation.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/SystemInformation.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/SystemInformation.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/SystemInformation.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/SystemParameter.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/SystemParameter.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/SystemParameter.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/SystemParameter.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TabAlignment.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TabAlignment.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TabAlignment.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TabAlignment.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TabAppearance.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TabAppearance.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TabAppearance.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TabAppearance.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TabControl+ControlCollection.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TabControl+ControlCollection.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TabControl+ControlCollection.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TabControl+ControlCollection.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TabControl+TabPageCollection.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TabControl+TabPageCollection.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TabControl+TabPageCollection.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TabControl+TabPageCollection.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TabControl.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TabControl.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TabControl.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TabControl.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TabControlAction.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TabControlAction.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TabControlAction.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TabControlAction.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TabControlCancelEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TabControlCancelEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TabControlCancelEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TabControlCancelEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TabControlCancelEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TabControlCancelEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TabControlCancelEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TabControlCancelEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TabControlEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TabControlEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TabControlEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TabControlEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TabControlEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TabControlEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TabControlEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TabControlEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TabDrawMode.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TabDrawMode.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TabDrawMode.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TabDrawMode.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TabPage+TabPageControlCollection.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TabPage+TabPageControlCollection.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TabPage+TabPageControlCollection.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TabPage+TabPageControlCollection.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TabPage.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TabPage.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TabPage.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TabPage.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TabRenderer.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TabRenderer.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TabRenderer.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TabRenderer.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TabSizeMode.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TabSizeMode.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TabSizeMode.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TabSizeMode.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TableLayoutCellPaintEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TableLayoutCellPaintEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TableLayoutCellPaintEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TableLayoutCellPaintEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TableLayoutCellPaintEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TableLayoutCellPaintEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TableLayoutCellPaintEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TableLayoutCellPaintEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TableLayoutColumnStyleCollection.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TableLayoutColumnStyleCollection.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TableLayoutColumnStyleCollection.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TableLayoutColumnStyleCollection.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TableLayoutControlCollection.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TableLayoutControlCollection.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TableLayoutControlCollection.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TableLayoutControlCollection.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TableLayoutPanel.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TableLayoutPanel.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TableLayoutPanel.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TableLayoutPanel.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TableLayoutPanelCellBorderStyle.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TableLayoutPanelCellBorderStyle.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TableLayoutPanelCellBorderStyle.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TableLayoutPanelCellBorderStyle.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TableLayoutPanelCellPosition.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TableLayoutPanelCellPosition.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TableLayoutPanelCellPosition.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TableLayoutPanelCellPosition.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TableLayoutPanelGrowStyle.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TableLayoutPanelGrowStyle.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TableLayoutPanelGrowStyle.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TableLayoutPanelGrowStyle.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TableLayoutRowStyleCollection.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TableLayoutRowStyleCollection.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TableLayoutRowStyleCollection.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TableLayoutRowStyleCollection.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TableLayoutSettings.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TableLayoutSettings.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TableLayoutSettings.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TableLayoutSettings.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TableLayoutStyle.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TableLayoutStyle.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TableLayoutStyle.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TableLayoutStyle.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TableLayoutStyleCollection.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TableLayoutStyleCollection.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TableLayoutStyleCollection.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TableLayoutStyleCollection.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TextBox.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TextBox.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TextBox.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TextBox.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TextBoxBase.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TextBoxBase.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TextBoxBase.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TextBoxBase.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TextBoxRenderer.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TextBoxRenderer.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TextBoxRenderer.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TextBoxRenderer.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TextDataFormat.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TextDataFormat.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TextDataFormat.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TextDataFormat.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TextFormatFlags.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TextFormatFlags.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TextFormatFlags.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TextFormatFlags.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TextImageRelation.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TextImageRelation.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TextImageRelation.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TextImageRelation.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TextRenderer.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TextRenderer.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TextRenderer.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TextRenderer.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ThreadExceptionDialog.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ThreadExceptionDialog.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ThreadExceptionDialog.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ThreadExceptionDialog.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TickStyle.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TickStyle.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TickStyle.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TickStyle.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/Timer.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/Timer.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/Timer.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/Timer.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolBar+ToolBarButtonCollection.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolBar+ToolBarButtonCollection.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolBar+ToolBarButtonCollection.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolBar+ToolBarButtonCollection.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolBar.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolBar.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolBar.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolBar.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolBarAppearance.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolBarAppearance.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolBarAppearance.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolBarAppearance.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolBarButton.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolBarButton.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolBarButton.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolBarButton.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolBarButtonClickEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolBarButtonClickEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolBarButtonClickEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolBarButtonClickEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolBarButtonClickEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolBarButtonClickEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolBarButtonClickEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolBarButtonClickEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolBarButtonStyle.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolBarButtonStyle.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolBarButtonStyle.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolBarButtonStyle.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolBarTextAlign.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolBarTextAlign.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolBarTextAlign.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolBarTextAlign.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStrip+ToolStripAccessibleObject.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStrip+ToolStripAccessibleObject.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStrip+ToolStripAccessibleObject.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStrip+ToolStripAccessibleObject.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStrip.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStrip.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStrip.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStrip.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripArrowRenderEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripArrowRenderEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripArrowRenderEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripArrowRenderEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripArrowRenderEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripArrowRenderEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripArrowRenderEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripArrowRenderEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripButton.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripButton.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripButton.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripButton.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripComboBox.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripComboBox.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripComboBox.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripComboBox.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripContainer.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripContainer.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripContainer.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripContainer.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripContentPanel.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripContentPanel.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripContentPanel.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripContentPanel.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripContentPanelRenderEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripContentPanelRenderEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripContentPanelRenderEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripContentPanelRenderEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripContentPanelRenderEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripContentPanelRenderEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripContentPanelRenderEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripContentPanelRenderEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripControlHost.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripControlHost.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripControlHost.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripControlHost.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripDropDown+ToolStripDropDownAccessibleObject.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripDropDown+ToolStripDropDownAccessibleObject.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripDropDown+ToolStripDropDownAccessibleObject.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripDropDown+ToolStripDropDownAccessibleObject.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripDropDown.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripDropDown.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripDropDown.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripDropDown.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripDropDownButton.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripDropDownButton.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripDropDownButton.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripDropDownButton.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripDropDownCloseReason.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripDropDownCloseReason.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripDropDownCloseReason.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripDropDownCloseReason.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripDropDownClosedEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripDropDownClosedEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripDropDownClosedEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripDropDownClosedEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripDropDownClosedEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripDropDownClosedEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripDropDownClosedEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripDropDownClosedEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripDropDownClosingEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripDropDownClosingEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripDropDownClosingEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripDropDownClosingEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripDropDownClosingEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripDropDownClosingEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripDropDownClosingEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripDropDownClosingEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripDropDownDirection.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripDropDownDirection.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripDropDownDirection.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripDropDownDirection.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripDropDownItem.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripDropDownItem.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripDropDownItem.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripDropDownItem.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripDropDownItemAccessibleObject.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripDropDownItemAccessibleObject.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripDropDownItemAccessibleObject.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripDropDownItemAccessibleObject.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripDropDownMenu.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripDropDownMenu.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripDropDownMenu.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripDropDownMenu.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripGripDisplayStyle.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripGripDisplayStyle.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripGripDisplayStyle.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripGripDisplayStyle.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripGripRenderEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripGripRenderEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripGripRenderEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripGripRenderEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripGripRenderEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripGripRenderEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripGripRenderEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripGripRenderEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripGripStyle.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripGripStyle.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripGripStyle.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripGripStyle.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripItem+ToolStripItemAccessibleObject.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripItem+ToolStripItemAccessibleObject.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripItem+ToolStripItemAccessibleObject.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripItem+ToolStripItemAccessibleObject.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripItem.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripItem.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripItem.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripItem.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripItemAlignment.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripItemAlignment.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripItemAlignment.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripItemAlignment.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripItemClickedEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripItemClickedEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripItemClickedEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripItemClickedEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripItemClickedEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripItemClickedEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripItemClickedEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripItemClickedEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripItemCollection.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripItemCollection.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripItemCollection.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripItemCollection.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripItemDisplayStyle.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripItemDisplayStyle.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripItemDisplayStyle.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripItemDisplayStyle.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripItemEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripItemEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripItemEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripItemEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripItemEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripItemEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripItemEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripItemEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripItemImageRenderEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripItemImageRenderEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripItemImageRenderEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripItemImageRenderEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripItemImageRenderEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripItemImageRenderEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripItemImageRenderEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripItemImageRenderEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripItemImageScaling.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripItemImageScaling.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripItemImageScaling.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripItemImageScaling.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripItemOverflow.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripItemOverflow.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripItemOverflow.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripItemOverflow.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripItemPlacement.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripItemPlacement.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripItemPlacement.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripItemPlacement.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripItemRenderEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripItemRenderEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripItemRenderEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripItemRenderEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripItemRenderEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripItemRenderEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripItemRenderEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripItemRenderEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripItemTextRenderEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripItemTextRenderEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripItemTextRenderEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripItemTextRenderEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripItemTextRenderEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripItemTextRenderEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripItemTextRenderEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripItemTextRenderEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripLabel.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripLabel.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripLabel.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripLabel.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripLayoutStyle.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripLayoutStyle.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripLayoutStyle.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripLayoutStyle.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripManager.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripManager.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripManager.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripManager.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripManagerRenderMode.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripManagerRenderMode.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripManagerRenderMode.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripManagerRenderMode.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripMenuItem.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripMenuItem.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripMenuItem.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripMenuItem.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripOverflow.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripOverflow.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripOverflow.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripOverflow.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripOverflowButton.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripOverflowButton.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripOverflowButton.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripOverflowButton.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripPanel+ToolStripPanelRowCollection.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripPanel+ToolStripPanelRowCollection.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripPanel+ToolStripPanelRowCollection.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripPanel+ToolStripPanelRowCollection.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripPanel.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripPanel.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripPanel.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripPanel.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripPanelRenderEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripPanelRenderEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripPanelRenderEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripPanelRenderEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripPanelRenderEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripPanelRenderEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripPanelRenderEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripPanelRenderEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripPanelRow.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripPanelRow.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripPanelRow.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripPanelRow.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripProfessionalRenderer.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripProfessionalRenderer.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripProfessionalRenderer.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripProfessionalRenderer.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripProgressBar.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripProgressBar.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripProgressBar.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripProgressBar.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripRenderEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripRenderEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripRenderEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripRenderEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripRenderEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripRenderEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripRenderEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripRenderEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripRenderMode.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripRenderMode.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripRenderMode.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripRenderMode.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripRenderer.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripRenderer.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripRenderer.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripRenderer.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripSeparator.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripSeparator.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripSeparator.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripSeparator.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripSeparatorRenderEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripSeparatorRenderEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripSeparatorRenderEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripSeparatorRenderEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripSeparatorRenderEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripSeparatorRenderEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripSeparatorRenderEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripSeparatorRenderEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripSplitButton+ToolStripSplitButtonAccessibleObject.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripSplitButton+ToolStripSplitButtonAccessibleObject.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripSplitButton+ToolStripSplitButtonAccessibleObject.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripSplitButton+ToolStripSplitButtonAccessibleObject.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripSplitButton.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripSplitButton.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripSplitButton.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripSplitButton.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripStatusLabel.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripStatusLabel.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripStatusLabel.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripStatusLabel.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripStatusLabelBorderSides.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripStatusLabelBorderSides.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripStatusLabelBorderSides.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripStatusLabelBorderSides.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripSystemRenderer.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripSystemRenderer.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripSystemRenderer.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripSystemRenderer.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripTextBox.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripTextBox.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripTextBox.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripTextBox.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripTextDirection.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripTextDirection.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripTextDirection.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolStripTextDirection.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolTip.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolTip.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolTip.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolTip.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolTipIcon.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolTipIcon.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ToolTipIcon.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ToolTipIcon.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TrackBar.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TrackBar.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TrackBar.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TrackBar.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TrackBarRenderer.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TrackBarRenderer.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TrackBarRenderer.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TrackBarRenderer.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TreeNode.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TreeNode.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TreeNode.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TreeNode.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TreeNodeCollection.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TreeNodeCollection.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TreeNodeCollection.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TreeNodeCollection.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TreeNodeConverter.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TreeNodeConverter.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TreeNodeConverter.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TreeNodeConverter.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TreeNodeMouseClickEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TreeNodeMouseClickEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TreeNodeMouseClickEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TreeNodeMouseClickEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TreeNodeMouseClickEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TreeNodeMouseClickEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TreeNodeMouseClickEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TreeNodeMouseClickEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TreeNodeMouseHoverEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TreeNodeMouseHoverEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TreeNodeMouseHoverEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TreeNodeMouseHoverEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TreeNodeMouseHoverEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TreeNodeMouseHoverEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TreeNodeMouseHoverEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TreeNodeMouseHoverEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TreeNodeStates.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TreeNodeStates.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TreeNodeStates.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TreeNodeStates.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TreeView.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TreeView.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TreeView.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TreeView.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TreeViewAction.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TreeViewAction.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TreeViewAction.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TreeViewAction.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TreeViewCancelEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TreeViewCancelEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TreeViewCancelEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TreeViewCancelEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TreeViewCancelEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TreeViewCancelEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TreeViewCancelEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TreeViewCancelEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TreeViewDrawMode.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TreeViewDrawMode.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TreeViewDrawMode.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TreeViewDrawMode.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TreeViewEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TreeViewEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TreeViewEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TreeViewEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TreeViewEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TreeViewEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TreeViewEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TreeViewEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TreeViewHitTestInfo.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TreeViewHitTestInfo.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TreeViewHitTestInfo.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TreeViewHitTestInfo.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TreeViewHitTestLocations.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TreeViewHitTestLocations.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TreeViewHitTestLocations.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TreeViewHitTestLocations.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TreeViewImageIndexConverter.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TreeViewImageIndexConverter.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TreeViewImageIndexConverter.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TreeViewImageIndexConverter.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TreeViewImageKeyConverter.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TreeViewImageKeyConverter.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TreeViewImageKeyConverter.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TreeViewImageKeyConverter.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TypeValidationEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TypeValidationEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TypeValidationEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TypeValidationEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TypeValidationEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TypeValidationEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/TypeValidationEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/TypeValidationEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/UICues.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/UICues.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/UICues.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/UICues.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/UICuesEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/UICuesEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/UICuesEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/UICuesEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/UICuesEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/UICuesEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/UICuesEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/UICuesEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/UnhandledExceptionMode.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/UnhandledExceptionMode.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/UnhandledExceptionMode.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/UnhandledExceptionMode.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/UpDownBase.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/UpDownBase.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/UpDownBase.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/UpDownBase.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/UpDownEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/UpDownEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/UpDownEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/UpDownEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/UpDownEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/UpDownEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/UpDownEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/UpDownEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/UserControl.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/UserControl.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/UserControl.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/UserControl.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/VScrollBar.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/VScrollBar.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/VScrollBar.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/VScrollBar.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/VScrollProperties.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/VScrollProperties.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/VScrollProperties.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/VScrollProperties.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ValidationConstraints.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ValidationConstraints.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/ValidationConstraints.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/ValidationConstraints.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/View.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/View.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/View.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/View.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/WebBrowser.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/WebBrowser.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/WebBrowser.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/WebBrowser.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/WebBrowserBase.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/WebBrowserBase.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/WebBrowserBase.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/WebBrowserBase.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/WebBrowserDocumentCompletedEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/WebBrowserDocumentCompletedEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/WebBrowserDocumentCompletedEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/WebBrowserDocumentCompletedEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/WebBrowserDocumentCompletedEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/WebBrowserDocumentCompletedEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/WebBrowserDocumentCompletedEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/WebBrowserDocumentCompletedEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/WebBrowserEncryptionLevel.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/WebBrowserEncryptionLevel.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/WebBrowserEncryptionLevel.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/WebBrowserEncryptionLevel.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/WebBrowserNavigatedEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/WebBrowserNavigatedEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/WebBrowserNavigatedEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/WebBrowserNavigatedEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/WebBrowserNavigatedEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/WebBrowserNavigatedEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/WebBrowserNavigatedEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/WebBrowserNavigatedEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/WebBrowserNavigatingEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/WebBrowserNavigatingEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/WebBrowserNavigatingEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/WebBrowserNavigatingEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/WebBrowserNavigatingEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/WebBrowserNavigatingEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/WebBrowserNavigatingEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/WebBrowserNavigatingEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/WebBrowserProgressChangedEventArgs.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/WebBrowserProgressChangedEventArgs.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/WebBrowserProgressChangedEventArgs.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/WebBrowserProgressChangedEventArgs.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/WebBrowserProgressChangedEventHandler.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/WebBrowserProgressChangedEventHandler.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/WebBrowserProgressChangedEventHandler.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/WebBrowserProgressChangedEventHandler.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/WebBrowserReadyState.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/WebBrowserReadyState.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/WebBrowserReadyState.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/WebBrowserReadyState.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/WebBrowserRefreshOption.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/WebBrowserRefreshOption.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/WebBrowserRefreshOption.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/WebBrowserRefreshOption.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/WebBrowserSiteBase.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/WebBrowserSiteBase.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/WebBrowserSiteBase.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/WebBrowserSiteBase.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/WindowsFormsSection.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/WindowsFormsSection.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/WindowsFormsSection.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/WindowsFormsSection.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/WindowsFormsSynchronizationContext.xml b/mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/WindowsFormsSynchronizationContext.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/System.Windows.Forms/WindowsFormsSynchronizationContext.xml rename to mcs/class/System.Windows.Forms/Documentation/en/System.Windows.Forms/WindowsFormsSynchronizationContext.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/index.xml b/mcs/class/System.Windows.Forms/Documentation/en/index.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/index.xml rename to mcs/class/System.Windows.Forms/Documentation/en/index.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/ns-System.Resources.xml b/mcs/class/System.Windows.Forms/Documentation/en/ns-System.Resources.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/ns-System.Resources.xml rename to mcs/class/System.Windows.Forms/Documentation/en/ns-System.Resources.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/ns-System.Windows.Forms.ComponentModel.Com2Interop.xml b/mcs/class/System.Windows.Forms/Documentation/en/ns-System.Windows.Forms.ComponentModel.Com2Interop.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/ns-System.Windows.Forms.ComponentModel.Com2Interop.xml rename to mcs/class/System.Windows.Forms/Documentation/en/ns-System.Windows.Forms.ComponentModel.Com2Interop.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/ns-System.Windows.Forms.Design.xml b/mcs/class/System.Windows.Forms/Documentation/en/ns-System.Windows.Forms.Design.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/ns-System.Windows.Forms.Design.xml rename to mcs/class/System.Windows.Forms/Documentation/en/ns-System.Windows.Forms.Design.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/ns-System.Windows.Forms.Layout.xml b/mcs/class/System.Windows.Forms/Documentation/en/ns-System.Windows.Forms.Layout.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/ns-System.Windows.Forms.Layout.xml rename to mcs/class/System.Windows.Forms/Documentation/en/ns-System.Windows.Forms.Layout.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/ns-System.Windows.Forms.PropertyGridInternal.xml b/mcs/class/System.Windows.Forms/Documentation/en/ns-System.Windows.Forms.PropertyGridInternal.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/ns-System.Windows.Forms.PropertyGridInternal.xml rename to mcs/class/System.Windows.Forms/Documentation/en/ns-System.Windows.Forms.PropertyGridInternal.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/ns-System.Windows.Forms.VisualStyles.xml b/mcs/class/System.Windows.Forms/Documentation/en/ns-System.Windows.Forms.VisualStyles.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/ns-System.Windows.Forms.VisualStyles.xml rename to mcs/class/System.Windows.Forms/Documentation/en/ns-System.Windows.Forms.VisualStyles.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/ns-System.Windows.Forms.X11Internal.xml b/mcs/class/System.Windows.Forms/Documentation/en/ns-System.Windows.Forms.X11Internal.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/ns-System.Windows.Forms.X11Internal.xml rename to mcs/class/System.Windows.Forms/Documentation/en/ns-System.Windows.Forms.X11Internal.xml diff --git a/mcs/class/Managed.Windows.Forms/Documentation/en/ns-System.Windows.Forms.xml b/mcs/class/System.Windows.Forms/Documentation/en/ns-System.Windows.Forms.xml similarity index 100% rename from mcs/class/Managed.Windows.Forms/Documentation/en/ns-System.Windows.Forms.xml rename to mcs/class/System.Windows.Forms/Documentation/en/ns-System.Windows.Forms.xml diff --git a/mcs/class/Managed.Windows.Forms/Guidelines b/mcs/class/System.Windows.Forms/Guidelines similarity index 100% rename from mcs/class/Managed.Windows.Forms/Guidelines rename to mcs/class/System.Windows.Forms/Guidelines diff --git a/mcs/class/Managed.Windows.Forms/M.gif b/mcs/class/System.Windows.Forms/M.gif similarity index 100% rename from mcs/class/Managed.Windows.Forms/M.gif rename to mcs/class/System.Windows.Forms/M.gif diff --git a/mcs/class/Managed.Windows.Forms/Makefile b/mcs/class/System.Windows.Forms/Makefile similarity index 98% rename from mcs/class/Managed.Windows.Forms/Makefile rename to mcs/class/System.Windows.Forms/Makefile index de559389219d9..3d8113656cf5f 100644 --- a/mcs/class/Managed.Windows.Forms/Makefile +++ b/mcs/class/System.Windows.Forms/Makefile @@ -1,4 +1,4 @@ -thisdir = class/Managed.Windows.Forms +thisdir = class/System.Windows.Forms include ../../build/rules.make LIBRARY = System.Windows.Forms.dll @@ -15,7 +15,7 @@ endif RESX_RESOURCES = \ resources/keyboards.resources - + CLEAN_FILES += $(RESX_RESOURCES) CUR_RESOURCES = resources/NWSE.cur resources/NESW.cur \ diff --git a/mcs/class/Managed.Windows.Forms/Notes b/mcs/class/System.Windows.Forms/Notes similarity index 100% rename from mcs/class/Managed.Windows.Forms/Notes rename to mcs/class/System.Windows.Forms/Notes diff --git a/mcs/class/Managed.Windows.Forms/README b/mcs/class/System.Windows.Forms/README similarity index 100% rename from mcs/class/Managed.Windows.Forms/README rename to mcs/class/System.Windows.Forms/README diff --git a/mcs/class/Managed.Windows.Forms/System.Resources/ByteArrayFromResXHandler.cs b/mcs/class/System.Windows.Forms/System.Resources/ByteArrayFromResXHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Resources/ByteArrayFromResXHandler.cs rename to mcs/class/System.Windows.Forms/System.Resources/ByteArrayFromResXHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Resources/ChangeLog b/mcs/class/System.Windows.Forms/System.Resources/ChangeLog similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Resources/ChangeLog rename to mcs/class/System.Windows.Forms/System.Resources/ChangeLog diff --git a/mcs/class/Managed.Windows.Forms/System.Resources/FileRefHandler.cs b/mcs/class/System.Windows.Forms/System.Resources/FileRefHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Resources/FileRefHandler.cs rename to mcs/class/System.Windows.Forms/System.Resources/FileRefHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Resources/InMemoryHandler.cs b/mcs/class/System.Windows.Forms/System.Resources/InMemoryHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Resources/InMemoryHandler.cs rename to mcs/class/System.Windows.Forms/System.Resources/InMemoryHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Resources/NullRefHandler.cs b/mcs/class/System.Windows.Forms/System.Resources/NullRefHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Resources/NullRefHandler.cs rename to mcs/class/System.Windows.Forms/System.Resources/NullRefHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Resources/ResXDataNode.cs b/mcs/class/System.Windows.Forms/System.Resources/ResXDataNode.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Resources/ResXDataNode.cs rename to mcs/class/System.Windows.Forms/System.Resources/ResXDataNode.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Resources/ResXDataNodeHandler.cs b/mcs/class/System.Windows.Forms/System.Resources/ResXDataNodeHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Resources/ResXDataNodeHandler.cs rename to mcs/class/System.Windows.Forms/System.Resources/ResXDataNodeHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Resources/ResXFileRef.cs b/mcs/class/System.Windows.Forms/System.Resources/ResXFileRef.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Resources/ResXFileRef.cs rename to mcs/class/System.Windows.Forms/System.Resources/ResXFileRef.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Resources/ResXNullRef.cs b/mcs/class/System.Windows.Forms/System.Resources/ResXNullRef.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Resources/ResXNullRef.cs rename to mcs/class/System.Windows.Forms/System.Resources/ResXNullRef.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Resources/ResXResourceReader.cs b/mcs/class/System.Windows.Forms/System.Resources/ResXResourceReader.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Resources/ResXResourceReader.cs rename to mcs/class/System.Windows.Forms/System.Resources/ResXResourceReader.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Resources/ResXResourceSet.cs b/mcs/class/System.Windows.Forms/System.Resources/ResXResourceSet.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Resources/ResXResourceSet.cs rename to mcs/class/System.Windows.Forms/System.Resources/ResXResourceSet.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Resources/ResXResourceWriter.cs b/mcs/class/System.Windows.Forms/System.Resources/ResXResourceWriter.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Resources/ResXResourceWriter.cs rename to mcs/class/System.Windows.Forms/System.Resources/ResXResourceWriter.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Resources/SerializedFromResXHandler.cs b/mcs/class/System.Windows.Forms/System.Resources/SerializedFromResXHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Resources/SerializedFromResXHandler.cs rename to mcs/class/System.Windows.Forms/System.Resources/SerializedFromResXHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Resources/TypeConverterFromResXHandler.cs b/mcs/class/System.Windows.Forms/System.Resources/TypeConverterFromResXHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Resources/TypeConverterFromResXHandler.cs rename to mcs/class/System.Windows.Forms/System.Resources/TypeConverterFromResXHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms-net_2_0.sln b/mcs/class/System.Windows.Forms/System.Windows.Forms-net_2_0.sln similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms-net_2_0.sln rename to mcs/class/System.Windows.Forms/System.Windows.Forms-net_2_0.sln diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms-net_4_5.csproj b/mcs/class/System.Windows.Forms/System.Windows.Forms-net_4_5.csproj similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms-net_4_5.csproj rename to mcs/class/System.Windows.Forms/System.Windows.Forms-net_4_5.csproj diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms-tests-net_2_0.sln b/mcs/class/System.Windows.Forms/System.Windows.Forms-tests-net_2_0.sln similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms-tests-net_2_0.sln rename to mcs/class/System.Windows.Forms/System.Windows.Forms-tests-net_2_0.sln diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms-tests-net_4_5.csproj b/mcs/class/System.Windows.Forms/System.Windows.Forms-tests-net_4_5.csproj similarity index 97% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms-tests-net_4_5.csproj rename to mcs/class/System.Windows.Forms/System.Windows.Forms-tests-net_4_5.csproj index dc6aa5ebfce34..3c40c97306e2c 100644 --- a/mcs/class/Managed.Windows.Forms/System.Windows.Forms-tests-net_4_5.csproj +++ b/mcs/class/System.Windows.Forms/System.Windows.Forms-tests-net_4_5.csproj @@ -268,9 +268,9 @@ {33BF0182-AC5C-464C-995B-C9CFE74E1A95} corlib\corlib-net_4_5 - + {B102F27C-1A07-487F-BA5B-D5155D201112} - Managed.Windows.Forms\System.Windows.Forms-net_4_5 + System.Windows.Forms\System.Windows.Forms-net_4_5 {9A33954F-57A8-4D75-B1D8-0F81808A0DD4} diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.CarbonInternal/ApplicationHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.CarbonInternal/ApplicationHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.CarbonInternal/ApplicationHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.CarbonInternal/ApplicationHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.CarbonInternal/ChangeLog b/mcs/class/System.Windows.Forms/System.Windows.Forms.CarbonInternal/ChangeLog similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.CarbonInternal/ChangeLog rename to mcs/class/System.Windows.Forms/System.Windows.Forms.CarbonInternal/ChangeLog diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.CarbonInternal/ControlHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.CarbonInternal/ControlHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.CarbonInternal/ControlHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.CarbonInternal/ControlHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.CarbonInternal/Cursor.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.CarbonInternal/Cursor.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.CarbonInternal/Cursor.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.CarbonInternal/Cursor.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.CarbonInternal/Dnd.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.CarbonInternal/Dnd.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.CarbonInternal/Dnd.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.CarbonInternal/Dnd.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.CarbonInternal/Enums.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.CarbonInternal/Enums.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.CarbonInternal/Enums.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.CarbonInternal/Enums.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.CarbonInternal/EventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.CarbonInternal/EventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.CarbonInternal/EventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.CarbonInternal/EventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.CarbonInternal/EventHandlerBase.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.CarbonInternal/EventHandlerBase.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.CarbonInternal/EventHandlerBase.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.CarbonInternal/EventHandlerBase.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.CarbonInternal/HIObjectHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.CarbonInternal/HIObjectHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.CarbonInternal/HIObjectHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.CarbonInternal/HIObjectHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.CarbonInternal/IEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.CarbonInternal/IEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.CarbonInternal/IEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.CarbonInternal/IEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.CarbonInternal/KeyboardHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.CarbonInternal/KeyboardHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.CarbonInternal/KeyboardHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.CarbonInternal/KeyboardHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.CarbonInternal/MouseHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.CarbonInternal/MouseHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.CarbonInternal/MouseHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.CarbonInternal/MouseHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.CarbonInternal/Pasteboard.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.CarbonInternal/Pasteboard.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.CarbonInternal/Pasteboard.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.CarbonInternal/Pasteboard.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.CarbonInternal/Structs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.CarbonInternal/Structs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.CarbonInternal/Structs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.CarbonInternal/Structs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.CarbonInternal/WindowHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.CarbonInternal/WindowHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.CarbonInternal/WindowHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.CarbonInternal/WindowHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.Design/.gitattributes b/mcs/class/System.Windows.Forms/System.Windows.Forms.Design/.gitattributes similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.Design/.gitattributes rename to mcs/class/System.Windows.Forms/System.Windows.Forms.Design/.gitattributes diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.Design/ChangeLog b/mcs/class/System.Windows.Forms/System.Windows.Forms.Design/ChangeLog similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.Design/ChangeLog rename to mcs/class/System.Windows.Forms/System.Windows.Forms.Design/ChangeLog diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.Design/ComponentEditorForm.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.Design/ComponentEditorForm.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.Design/ComponentEditorForm.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.Design/ComponentEditorForm.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.Design/ComponentEditorPage.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.Design/ComponentEditorPage.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.Design/ComponentEditorPage.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.Design/ComponentEditorPage.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.Design/EventsTab.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.Design/EventsTab.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.Design/EventsTab.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.Design/EventsTab.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.Design/IUIService.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.Design/IUIService.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.Design/IUIService.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.Design/IUIService.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.Design/IWindowsFormsEditorService.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.Design/IWindowsFormsEditorService.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.Design/IWindowsFormsEditorService.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.Design/IWindowsFormsEditorService.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.Design/PropertyTab.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.Design/PropertyTab.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.Design/PropertyTab.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.Design/PropertyTab.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.Design/ToolStripItemDesignerAvailability.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.Design/ToolStripItemDesignerAvailability.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.Design/ToolStripItemDesignerAvailability.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.Design/ToolStripItemDesignerAvailability.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.Design/ToolStripItemDesignerAvailabilityAttribute.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.Design/ToolStripItemDesignerAvailabilityAttribute.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.Design/ToolStripItemDesignerAvailabilityAttribute.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.Design/ToolStripItemDesignerAvailabilityAttribute.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.Design/WindowsFormsComponentEditor.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.Design/WindowsFormsComponentEditor.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.Design/WindowsFormsComponentEditor.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.Design/WindowsFormsComponentEditor.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.Internal/Accessor.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.Internal/Accessor.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.Internal/Accessor.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.Internal/Accessor.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.Internal/ChangeLog b/mcs/class/System.Windows.Forms/System.Windows.Forms.Internal/ChangeLog similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.Internal/ChangeLog rename to mcs/class/System.Windows.Forms/System.Windows.Forms.Internal/ChangeLog diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.Internal/DebugHelper.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.Internal/DebugHelper.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.Internal/DebugHelper.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.Internal/DebugHelper.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.Layout/.gitattributes b/mcs/class/System.Windows.Forms/System.Windows.Forms.Layout/.gitattributes similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.Layout/.gitattributes rename to mcs/class/System.Windows.Forms/System.Windows.Forms.Layout/.gitattributes diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.Layout/ArrangedElementCollection.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.Layout/ArrangedElementCollection.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.Layout/ArrangedElementCollection.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.Layout/ArrangedElementCollection.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.Layout/ChangeLog b/mcs/class/System.Windows.Forms/System.Windows.Forms.Layout/ChangeLog similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.Layout/ChangeLog rename to mcs/class/System.Windows.Forms/System.Windows.Forms.Layout/ChangeLog diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.Layout/DefaultLayout.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.Layout/DefaultLayout.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.Layout/DefaultLayout.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.Layout/DefaultLayout.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.Layout/FlowLayout.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.Layout/FlowLayout.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.Layout/FlowLayout.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.Layout/FlowLayout.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.Layout/LayoutEngine.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.Layout/LayoutEngine.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.Layout/LayoutEngine.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.Layout/LayoutEngine.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.Layout/TableLayout.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.Layout/TableLayout.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.Layout/TableLayout.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.Layout/TableLayout.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.Layout/TableLayoutSettingsTypeConverter.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.Layout/TableLayoutSettingsTypeConverter.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.Layout/TableLayoutSettingsTypeConverter.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.Layout/TableLayoutSettingsTypeConverter.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.PropertyGridInternal/ChangeLog b/mcs/class/System.Windows.Forms/System.Windows.Forms.PropertyGridInternal/ChangeLog similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.PropertyGridInternal/ChangeLog rename to mcs/class/System.Windows.Forms/System.Windows.Forms.PropertyGridInternal/ChangeLog diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.PropertyGridInternal/PropertiesTab.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.PropertyGridInternal/PropertiesTab.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.PropertyGridInternal/PropertiesTab.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.PropertyGridInternal/PropertiesTab.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.RTF/ChangeLog b/mcs/class/System.Windows.Forms/System.Windows.Forms.RTF/ChangeLog similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.RTF/ChangeLog rename to mcs/class/System.Windows.Forms/System.Windows.Forms.RTF/ChangeLog diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.RTF/Charcode.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.RTF/Charcode.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.RTF/Charcode.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.RTF/Charcode.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.RTF/Charset.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.RTF/Charset.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.RTF/Charset.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.RTF/Charset.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.RTF/CharsetFlags.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.RTF/CharsetFlags.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.RTF/CharsetFlags.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.RTF/CharsetFlags.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.RTF/CharsetType.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.RTF/CharsetType.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.RTF/CharsetType.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.RTF/CharsetType.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.RTF/ClassDelegate.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.RTF/ClassDelegate.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.RTF/ClassDelegate.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.RTF/ClassDelegate.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.RTF/Color.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.RTF/Color.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.RTF/Color.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.RTF/Color.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.RTF/DestinationDelegate.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.RTF/DestinationDelegate.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.RTF/DestinationDelegate.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.RTF/DestinationDelegate.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.RTF/Font.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.RTF/Font.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.RTF/Font.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.RTF/Font.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.RTF/KeyStruct.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.RTF/KeyStruct.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.RTF/KeyStruct.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.RTF/KeyStruct.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.RTF/KeysInit.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.RTF/KeysInit.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.RTF/KeysInit.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.RTF/KeysInit.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.RTF/Major.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.RTF/Major.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.RTF/Major.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.RTF/Major.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.RTF/Minor.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.RTF/Minor.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.RTF/Minor.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.RTF/Minor.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.RTF/Picture.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.RTF/Picture.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.RTF/Picture.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.RTF/Picture.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.RTF/README b/mcs/class/System.Windows.Forms/System.Windows.Forms.RTF/README similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.RTF/README rename to mcs/class/System.Windows.Forms/System.Windows.Forms.RTF/README diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.RTF/RTF.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.RTF/RTF.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.RTF/RTF.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.RTF/RTF.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.RTF/RTFException.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.RTF/RTFException.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.RTF/RTFException.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.RTF/RTFException.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.RTF/RtfTest.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.RTF/RtfTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.RTF/RtfTest.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.RTF/RtfTest.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.RTF/StandardCharCode.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.RTF/StandardCharCode.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.RTF/StandardCharCode.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.RTF/StandardCharCode.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.RTF/StandardCharName.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.RTF/StandardCharName.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.RTF/StandardCharName.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.RTF/StandardCharName.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.RTF/Style.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.RTF/Style.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.RTF/Style.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.RTF/Style.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.RTF/StyleElement.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.RTF/StyleElement.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.RTF/StyleElement.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.RTF/StyleElement.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.RTF/StyleType.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.RTF/StyleType.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.RTF/StyleType.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.RTF/StyleType.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.RTF/TextMap.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.RTF/TextMap.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.RTF/TextMap.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.RTF/TextMap.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.RTF/TokenClass.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.RTF/TokenClass.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.RTF/TokenClass.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.RTF/TokenClass.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.RTF/rtf.csproj b/mcs/class/System.Windows.Forms/System.Windows.Forms.RTF/rtf.csproj similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.RTF/rtf.csproj rename to mcs/class/System.Windows.Forms/System.Windows.Forms.RTF/rtf.csproj diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.RTF/rtf.csproj.user b/mcs/class/System.Windows.Forms/System.Windows.Forms.RTF/rtf.csproj.user similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.RTF/rtf.csproj.user rename to mcs/class/System.Windows.Forms/System.Windows.Forms.RTF/rtf.csproj.user diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.RTF/test.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.RTF/test.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.RTF/test.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.RTF/test.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.Theming/.gitattributes b/mcs/class/System.Windows.Forms/System.Windows.Forms.Theming/.gitattributes similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.Theming/.gitattributes rename to mcs/class/System.Windows.Forms/System.Windows.Forms.Theming/.gitattributes diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.Theming/ChangeLog b/mcs/class/System.Windows.Forms/System.Windows.Forms.Theming/ChangeLog similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.Theming/ChangeLog rename to mcs/class/System.Windows.Forms/System.Windows.Forms.Theming/ChangeLog diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.Theming/Default/.gitattributes b/mcs/class/System.Windows.Forms/System.Windows.Forms.Theming/Default/.gitattributes similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.Theming/Default/.gitattributes rename to mcs/class/System.Windows.Forms/System.Windows.Forms.Theming/Default/.gitattributes diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.Theming/Default/ButtonPainter.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.Theming/Default/ButtonPainter.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.Theming/Default/ButtonPainter.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.Theming/Default/ButtonPainter.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.Theming/Default/ChangeLog b/mcs/class/System.Windows.Forms/System.Windows.Forms.Theming/Default/ChangeLog similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.Theming/Default/ChangeLog rename to mcs/class/System.Windows.Forms/System.Windows.Forms.Theming/Default/ChangeLog diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.Theming/Default/CheckBoxPainter.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.Theming/Default/CheckBoxPainter.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.Theming/Default/CheckBoxPainter.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.Theming/Default/CheckBoxPainter.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.Theming/Default/LabelPainter.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.Theming/Default/LabelPainter.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.Theming/Default/LabelPainter.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.Theming/Default/LabelPainter.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.Theming/Default/LinkLabelPainter.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.Theming/Default/LinkLabelPainter.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.Theming/Default/LinkLabelPainter.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.Theming/Default/LinkLabelPainter.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.Theming/Default/RadioButtonPainter.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.Theming/Default/RadioButtonPainter.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.Theming/Default/RadioButtonPainter.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.Theming/Default/RadioButtonPainter.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.Theming/Default/TabControlPainter.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.Theming/Default/TabControlPainter.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.Theming/Default/TabControlPainter.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.Theming/Default/TabControlPainter.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.Theming/Default/ToolStripPainter.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.Theming/Default/ToolStripPainter.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.Theming/Default/ToolStripPainter.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.Theming/Default/ToolStripPainter.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.Theming/Nice/.gitattributes b/mcs/class/System.Windows.Forms/System.Windows.Forms.Theming/Nice/.gitattributes similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.Theming/Nice/.gitattributes rename to mcs/class/System.Windows.Forms/System.Windows.Forms.Theming/Nice/.gitattributes diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.Theming/Nice/ChangeLog b/mcs/class/System.Windows.Forms/System.Windows.Forms.Theming/Nice/ChangeLog similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.Theming/Nice/ChangeLog rename to mcs/class/System.Windows.Forms/System.Windows.Forms.Theming/Nice/ChangeLog diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.Theming/Nice/TabControlPainter.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.Theming/Nice/TabControlPainter.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.Theming/Nice/TabControlPainter.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.Theming/Nice/TabControlPainter.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.Theming/ThemeElements.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.Theming/ThemeElements.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.Theming/ThemeElements.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.Theming/ThemeElements.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.Theming/ThemeElementsClearlooks.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.Theming/ThemeElementsClearlooks.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.Theming/ThemeElementsClearlooks.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.Theming/ThemeElementsClearlooks.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.Theming/ThemeElementsDefault.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.Theming/ThemeElementsDefault.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.Theming/ThemeElementsDefault.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.Theming/ThemeElementsDefault.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.Theming/ThemeElementsGtk.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.Theming/ThemeElementsGtk.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.Theming/ThemeElementsGtk.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.Theming/ThemeElementsGtk.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.Theming/ThemeElementsNice.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.Theming/ThemeElementsNice.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.Theming/ThemeElementsNice.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.Theming/ThemeElementsNice.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.Theming/ThemeElementsVisualStyles.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.Theming/ThemeElementsVisualStyles.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.Theming/ThemeElementsVisualStyles.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.Theming/ThemeElementsVisualStyles.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.Theming/VisualStyles/ChangeLog b/mcs/class/System.Windows.Forms/System.Windows.Forms.Theming/VisualStyles/ChangeLog similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.Theming/VisualStyles/ChangeLog rename to mcs/class/System.Windows.Forms/System.Windows.Forms.Theming/VisualStyles/ChangeLog diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.Theming/VisualStyles/CheckBoxPainter.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.Theming/VisualStyles/CheckBoxPainter.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.Theming/VisualStyles/CheckBoxPainter.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.Theming/VisualStyles/CheckBoxPainter.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.Theming/VisualStyles/RadioButtonPainter.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.Theming/VisualStyles/RadioButtonPainter.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.Theming/VisualStyles/RadioButtonPainter.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.Theming/VisualStyles/RadioButtonPainter.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.Theming/VisualStyles/TabControlPainter.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.Theming/VisualStyles/TabControlPainter.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.Theming/VisualStyles/TabControlPainter.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.Theming/VisualStyles/TabControlPainter.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.Theming/VisualStyles/ToolStripPainter.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.Theming/VisualStyles/ToolStripPainter.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.Theming/VisualStyles/ToolStripPainter.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.Theming/VisualStyles/ToolStripPainter.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/BackgroundType.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/BackgroundType.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/BackgroundType.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/BackgroundType.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/BooleanProperty.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/BooleanProperty.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/BooleanProperty.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/BooleanProperty.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/BorderType.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/BorderType.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/BorderType.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/BorderType.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/ChangeLog b/mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/ChangeLog similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/ChangeLog rename to mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/ChangeLog diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/CheckBoxState.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/CheckBoxState.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/CheckBoxState.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/CheckBoxState.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/ColorProperty.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/ColorProperty.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/ColorProperty.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/ColorProperty.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/ComboBoxState.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/ComboBoxState.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/ComboBoxState.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/ComboBoxState.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/ContentAlignment.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/ContentAlignment.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/ContentAlignment.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/ContentAlignment.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/EdgeEffects.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/EdgeEffects.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/EdgeEffects.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/EdgeEffects.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/EdgeStyle.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/EdgeStyle.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/EdgeStyle.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/EdgeStyle.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/Edges.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/Edges.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/Edges.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/Edges.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/EnumProperty.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/EnumProperty.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/EnumProperty.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/EnumProperty.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/FilenameProperty.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/FilenameProperty.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/FilenameProperty.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/FilenameProperty.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/FillType.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/FillType.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/FillType.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/FillType.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/FontProperty.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/FontProperty.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/FontProperty.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/FontProperty.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/GlyphFontSizingType.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/GlyphFontSizingType.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/GlyphFontSizingType.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/GlyphFontSizingType.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/GlyphType.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/GlyphType.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/GlyphType.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/GlyphType.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/GroupBoxState.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/GroupBoxState.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/GroupBoxState.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/GroupBoxState.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/GtkPlus.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/GtkPlus.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/GtkPlus.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/GtkPlus.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/HitTestCode.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/HitTestCode.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/HitTestCode.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/HitTestCode.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/HitTestOptions.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/HitTestOptions.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/HitTestOptions.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/HitTestOptions.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/HorizontalAlign.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/HorizontalAlign.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/HorizontalAlign.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/HorizontalAlign.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/IVisualStyles.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/IVisualStyles.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/IVisualStyles.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/IVisualStyles.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/IconEffect.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/IconEffect.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/IconEffect.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/IconEffect.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/ImageOrientation.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/ImageOrientation.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/ImageOrientation.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/ImageOrientation.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/ImageSelectType.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/ImageSelectType.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/ImageSelectType.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/ImageSelectType.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/IntegerProperty.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/IntegerProperty.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/IntegerProperty.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/IntegerProperty.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/MarginProperty.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/MarginProperty.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/MarginProperty.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/MarginProperty.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/OffsetType.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/OffsetType.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/OffsetType.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/OffsetType.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/PointProperty.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/PointProperty.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/PointProperty.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/PointProperty.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/PushButtonState.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/PushButtonState.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/PushButtonState.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/PushButtonState.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/RadioButtonState.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/RadioButtonState.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/RadioButtonState.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/RadioButtonState.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/ScrollBarArrowButtonState.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/ScrollBarArrowButtonState.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/ScrollBarArrowButtonState.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/ScrollBarArrowButtonState.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/ScrollBarSizeBoxState.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/ScrollBarSizeBoxState.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/ScrollBarSizeBoxState.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/ScrollBarSizeBoxState.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/ScrollBarState.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/ScrollBarState.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/ScrollBarState.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/ScrollBarState.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/SizingType.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/SizingType.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/SizingType.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/SizingType.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/StringProperty.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/StringProperty.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/StringProperty.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/StringProperty.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/TabItemState.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/TabItemState.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/TabItemState.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/TabItemState.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/TextBoxState.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/TextBoxState.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/TextBoxState.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/TextBoxState.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/TextMetrics.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/TextMetrics.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/TextMetrics.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/TextMetrics.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/TextMetricsCharacterSet.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/TextMetricsCharacterSet.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/TextMetricsCharacterSet.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/TextMetricsCharacterSet.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/TextMetricsPitchAndFamilyValues.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/TextMetricsPitchAndFamilyValues.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/TextMetricsPitchAndFamilyValues.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/TextMetricsPitchAndFamilyValues.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/TextShadowType.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/TextShadowType.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/TextShadowType.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/TextShadowType.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/ThemeSizeType.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/ThemeSizeType.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/ThemeSizeType.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/ThemeSizeType.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/ToolBarState.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/ToolBarState.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/ToolBarState.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/ToolBarState.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/TrackBarThumbState.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/TrackBarThumbState.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/TrackBarThumbState.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/TrackBarThumbState.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/TrueSizeScalingType.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/TrueSizeScalingType.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/TrueSizeScalingType.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/TrueSizeScalingType.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/UXTheme.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/UXTheme.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/UXTheme.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/UXTheme.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/VerticalAlignment.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/VerticalAlignment.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/VerticalAlignment.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/VerticalAlignment.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/VisualStyleElement.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/VisualStyleElement.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/VisualStyleElement.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/VisualStyleElement.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/VisualStyleInformation.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/VisualStyleInformation.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/VisualStyleInformation.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/VisualStyleInformation.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/VisualStyleRenderer.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/VisualStyleRenderer.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/VisualStyleRenderer.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/VisualStyleRenderer.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/VisualStyleState.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/VisualStyleState.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/VisualStyleState.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/VisualStyleState.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/VisualStylesEngine.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/VisualStylesEngine.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/VisualStylesEngine.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/VisualStylesEngine.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/VisualStylesGtkPlus.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/VisualStylesGtkPlus.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/VisualStylesGtkPlus.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/VisualStylesGtkPlus.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/VisualStylesNative.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/VisualStylesNative.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/VisualStylesNative.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.VisualStyles/VisualStylesNative.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.WebBrowserDialogs/.gitattributes b/mcs/class/System.Windows.Forms/System.Windows.Forms.WebBrowserDialogs/.gitattributes similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.WebBrowserDialogs/.gitattributes rename to mcs/class/System.Windows.Forms/System.Windows.Forms.WebBrowserDialogs/.gitattributes diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.WebBrowserDialogs/AlertCheck.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.WebBrowserDialogs/AlertCheck.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.WebBrowserDialogs/AlertCheck.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.WebBrowserDialogs/AlertCheck.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.WebBrowserDialogs/ChangeLog b/mcs/class/System.Windows.Forms/System.Windows.Forms.WebBrowserDialogs/ChangeLog similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.WebBrowserDialogs/ChangeLog rename to mcs/class/System.Windows.Forms/System.Windows.Forms.WebBrowserDialogs/ChangeLog diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.WebBrowserDialogs/ConfirmCheck.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.WebBrowserDialogs/ConfirmCheck.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.WebBrowserDialogs/ConfirmCheck.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.WebBrowserDialogs/ConfirmCheck.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.WebBrowserDialogs/Generic.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.WebBrowserDialogs/Generic.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.WebBrowserDialogs/Generic.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.WebBrowserDialogs/Generic.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.WebBrowserDialogs/Prompt.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.WebBrowserDialogs/Prompt.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.WebBrowserDialogs/Prompt.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.WebBrowserDialogs/Prompt.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.X11Internal/ChangeLog b/mcs/class/System.Windows.Forms/System.Windows.Forms.X11Internal/ChangeLog similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.X11Internal/ChangeLog rename to mcs/class/System.Windows.Forms/System.Windows.Forms.X11Internal/ChangeLog diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.X11Internal/NOTES b/mcs/class/System.Windows.Forms/System.Windows.Forms.X11Internal/NOTES similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.X11Internal/NOTES rename to mcs/class/System.Windows.Forms/System.Windows.Forms.X11Internal/NOTES diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.X11Internal/TODO b/mcs/class/System.Windows.Forms/System.Windows.Forms.X11Internal/TODO similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.X11Internal/TODO rename to mcs/class/System.Windows.Forms/System.Windows.Forms.X11Internal/TODO diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.X11Internal/X11Atoms.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.X11Internal/X11Atoms.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.X11Internal/X11Atoms.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.X11Internal/X11Atoms.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.X11Internal/X11Display.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.X11Internal/X11Display.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.X11Internal/X11Display.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.X11Internal/X11Display.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.X11Internal/X11Exception.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.X11Internal/X11Exception.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.X11Internal/X11Exception.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.X11Internal/X11Exception.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.X11Internal/X11Hwnd.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.X11Internal/X11Hwnd.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.X11Internal/X11Hwnd.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.X11Internal/X11Hwnd.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.X11Internal/X11RootHwnd.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.X11Internal/X11RootHwnd.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.X11Internal/X11RootHwnd.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.X11Internal/X11RootHwnd.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.X11Internal/X11ThreadQueue.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.X11Internal/X11ThreadQueue.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.X11Internal/X11ThreadQueue.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.X11Internal/X11ThreadQueue.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.X11Internal/Xlib.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.X11Internal/Xlib.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.X11Internal/Xlib.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.X11Internal/Xlib.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.X11Internal/XplatUIX11-new.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms.X11Internal/XplatUIX11-new.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.X11Internal/XplatUIX11-new.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms.X11Internal/XplatUIX11-new.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.dll.resources b/mcs/class/System.Windows.Forms/System.Windows.Forms.dll.resources similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.dll.resources rename to mcs/class/System.Windows.Forms/System.Windows.Forms.dll.resources diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.dll.sources b/mcs/class/System.Windows.Forms/System.Windows.Forms.dll.sources similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms.dll.sources rename to mcs/class/System.Windows.Forms/System.Windows.Forms.dll.sources diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/.gitattributes b/mcs/class/System.Windows.Forms/System.Windows.Forms/.gitattributes similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/.gitattributes rename to mcs/class/System.Windows.Forms/System.Windows.Forms/.gitattributes diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/AccessibleEvents.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/AccessibleEvents.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/AccessibleEvents.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/AccessibleEvents.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/AccessibleNavigation.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/AccessibleNavigation.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/AccessibleNavigation.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/AccessibleNavigation.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/AccessibleObject.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/AccessibleObject.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/AccessibleObject.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/AccessibleObject.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/AccessibleRole.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/AccessibleRole.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/AccessibleRole.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/AccessibleRole.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/AccessibleSelection.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/AccessibleSelection.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/AccessibleSelection.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/AccessibleSelection.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/AccessibleStates.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/AccessibleStates.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/AccessibleStates.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/AccessibleStates.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/AmbientProperties.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/AmbientProperties.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/AmbientProperties.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/AmbientProperties.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/AnchorStyles.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/AnchorStyles.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/AnchorStyles.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/AnchorStyles.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Appearance.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/Appearance.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/Appearance.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/Appearance.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Application.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/Application.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/Application.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/Application.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ApplicationContext.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ApplicationContext.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ApplicationContext.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ApplicationContext.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ArrangeDirection.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ArrangeDirection.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ArrangeDirection.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ArrangeDirection.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ArrangeStartingPosition.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ArrangeStartingPosition.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ArrangeStartingPosition.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ArrangeStartingPosition.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ArrowDirection.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ArrowDirection.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ArrowDirection.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ArrowDirection.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/AsyncMethodData.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/AsyncMethodData.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/AsyncMethodData.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/AsyncMethodData.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/AsyncMethodResult.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/AsyncMethodResult.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/AsyncMethodResult.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/AsyncMethodResult.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/AutoCompleteMode.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/AutoCompleteMode.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/AutoCompleteMode.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/AutoCompleteMode.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/AutoCompleteSource.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/AutoCompleteSource.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/AutoCompleteSource.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/AutoCompleteSource.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/AutoCompleteStringCollection.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/AutoCompleteStringCollection.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/AutoCompleteStringCollection.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/AutoCompleteStringCollection.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/AutoScaleMode.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/AutoScaleMode.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/AutoScaleMode.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/AutoScaleMode.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/AutoSizeMode.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/AutoSizeMode.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/AutoSizeMode.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/AutoSizeMode.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/AutoValidate.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/AutoValidate.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/AutoValidate.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/AutoValidate.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/AxHost.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/AxHost.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/AxHost.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/AxHost.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/BaseCollection.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/BaseCollection.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/BaseCollection.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/BaseCollection.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/BatteryChargeStatus.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/BatteryChargeStatus.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/BatteryChargeStatus.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/BatteryChargeStatus.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Binding.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/Binding.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/Binding.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/Binding.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/BindingCompleteContext.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/BindingCompleteContext.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/BindingCompleteContext.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/BindingCompleteContext.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/BindingCompleteEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/BindingCompleteEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/BindingCompleteEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/BindingCompleteEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/BindingCompleteEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/BindingCompleteEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/BindingCompleteEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/BindingCompleteEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/BindingCompleteState.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/BindingCompleteState.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/BindingCompleteState.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/BindingCompleteState.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/BindingContext.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/BindingContext.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/BindingContext.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/BindingContext.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/BindingManagerBase.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/BindingManagerBase.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/BindingManagerBase.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/BindingManagerBase.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/BindingManagerDataErrorEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/BindingManagerDataErrorEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/BindingManagerDataErrorEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/BindingManagerDataErrorEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/BindingManagerDataErrorEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/BindingManagerDataErrorEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/BindingManagerDataErrorEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/BindingManagerDataErrorEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/BindingMemberInfo.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/BindingMemberInfo.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/BindingMemberInfo.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/BindingMemberInfo.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/BindingNavigator.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/BindingNavigator.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/BindingNavigator.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/BindingNavigator.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/BindingSource.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/BindingSource.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/BindingSource.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/BindingSource.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/BindingsCollection.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/BindingsCollection.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/BindingsCollection.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/BindingsCollection.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/BootMode.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/BootMode.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/BootMode.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/BootMode.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Border3DSide.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/Border3DSide.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/Border3DSide.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/Border3DSide.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Border3DStyle.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/Border3DStyle.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/Border3DStyle.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/Border3DStyle.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/BorderStyle.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/BorderStyle.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/BorderStyle.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/BorderStyle.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/BoundsSpecified.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/BoundsSpecified.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/BoundsSpecified.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/BoundsSpecified.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Button.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/Button.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/Button.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/Button.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ButtonBase.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ButtonBase.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ButtonBase.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ButtonBase.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ButtonBorderStyle.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ButtonBorderStyle.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ButtonBorderStyle.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ButtonBorderStyle.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ButtonRenderer.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ButtonRenderer.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ButtonRenderer.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ButtonRenderer.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ButtonState.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ButtonState.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ButtonState.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ButtonState.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/CacheVirtualItemsEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/CacheVirtualItemsEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/CacheVirtualItemsEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/CacheVirtualItemsEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/CacheVirtualItemsEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/CacheVirtualItemsEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/CacheVirtualItemsEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/CacheVirtualItemsEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/CaptionButton.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/CaptionButton.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/CaptionButton.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/CaptionButton.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/CategoryGridEntry.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/CategoryGridEntry.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/CategoryGridEntry.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/CategoryGridEntry.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog b/mcs/class/System.Windows.Forms/System.Windows.Forms/ChangeLog similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ChangeLog diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/CharacterCasing.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/CharacterCasing.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/CharacterCasing.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/CharacterCasing.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/CheckBox.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/CheckBox.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/CheckBox.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/CheckBox.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/CheckBoxRenderer.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/CheckBoxRenderer.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/CheckBoxRenderer.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/CheckBoxRenderer.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/CheckState.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/CheckState.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/CheckState.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/CheckState.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/CheckedListBox.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/CheckedListBox.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/CheckedListBox.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/CheckedListBox.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Clipboard.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/Clipboard.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/Clipboard.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/Clipboard.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/CloseReason.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/CloseReason.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/CloseReason.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/CloseReason.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ColorDepth.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ColorDepth.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ColorDepth.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ColorDepth.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ColorDialog.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ColorDialog.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ColorDialog.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ColorDialog.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ColumnClickEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ColumnClickEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ColumnClickEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ColumnClickEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ColumnClickEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ColumnClickEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ColumnClickEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ColumnClickEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ColumnHeader.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ColumnHeader.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ColumnHeader.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ColumnHeader.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ColumnHeaderAutoResizeStyle.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ColumnHeaderAutoResizeStyle.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ColumnHeaderAutoResizeStyle.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ColumnHeaderAutoResizeStyle.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ColumnHeaderConverter.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ColumnHeaderConverter.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ColumnHeaderConverter.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ColumnHeaderConverter.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ColumnHeaderStyle.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ColumnHeaderStyle.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ColumnHeaderStyle.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ColumnHeaderStyle.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ColumnReorderedEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ColumnReorderedEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ColumnReorderedEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ColumnReorderedEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ColumnReorderedEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ColumnReorderedEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ColumnReorderedEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ColumnReorderedEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ColumnStyle.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ColumnStyle.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ColumnStyle.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ColumnStyle.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ColumnWidthChangedEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ColumnWidthChangedEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ColumnWidthChangedEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ColumnWidthChangedEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ColumnWidthChangedEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ColumnWidthChangedEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ColumnWidthChangedEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ColumnWidthChangedEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ColumnWidthChangingEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ColumnWidthChangingEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ColumnWidthChangingEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ColumnWidthChangingEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ColumnWidthChangingEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ColumnWidthChangingEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ColumnWidthChangingEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ColumnWidthChangingEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ComboBox.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ComboBox.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ComboBox.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ComboBox.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ComboBoxRenderer.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ComboBoxRenderer.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ComboBoxRenderer.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ComboBoxRenderer.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ComboBoxStyle.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ComboBoxStyle.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ComboBoxStyle.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ComboBoxStyle.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/CommonDialog.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/CommonDialog.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/CommonDialog.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/CommonDialog.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ComponentModel.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ComponentModel.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ComponentModel.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ComponentModel.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ContainerControl.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ContainerControl.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ContainerControl.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ContainerControl.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ContentsResizedEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ContentsResizedEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ContentsResizedEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ContentsResizedEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ContentsResizedEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ContentsResizedEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ContentsResizedEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ContentsResizedEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ContextMenu.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ContextMenu.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ContextMenu.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ContextMenu.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ContextMenuStrip.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ContextMenuStrip.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ContextMenuStrip.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ContextMenuStrip.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Control.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/Control.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/Control.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/Control.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ControlBindingsCollection.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ControlBindingsCollection.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ControlBindingsCollection.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ControlBindingsCollection.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ControlEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ControlEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ControlEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ControlEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ControlEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ControlEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ControlEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ControlEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ControlPaint.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ControlPaint.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ControlPaint.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ControlPaint.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ControlStyles.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ControlStyles.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ControlStyles.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ControlStyles.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ControlUpdateMode.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ControlUpdateMode.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ControlUpdateMode.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ControlUpdateMode.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ConvertEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ConvertEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ConvertEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ConvertEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ConvertEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ConvertEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ConvertEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ConvertEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Copyright b/mcs/class/System.Windows.Forms/System.Windows.Forms/Copyright similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/Copyright rename to mcs/class/System.Windows.Forms/System.Windows.Forms/Copyright diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/CreateParams.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/CreateParams.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/CreateParams.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/CreateParams.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/CurrencyManager.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/CurrencyManager.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/CurrencyManager.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/CurrencyManager.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Cursor.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/Cursor.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/Cursor.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/Cursor.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/CursorConverter.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/CursorConverter.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/CursorConverter.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/CursorConverter.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Cursors.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/Cursors.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/Cursors.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/Cursors.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataFormats.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataFormats.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataFormats.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataFormats.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGrid.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGrid.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGrid.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGrid.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridBoolColumn.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridBoolColumn.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridBoolColumn.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridBoolColumn.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridCell.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridCell.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridCell.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridCell.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridColumnStyle.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridColumnStyle.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridColumnStyle.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridColumnStyle.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridLineStyle.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridLineStyle.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridLineStyle.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridLineStyle.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridParentRowsLabelStyle.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridParentRowsLabelStyle.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridParentRowsLabelStyle.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridParentRowsLabelStyle.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridPreferredColumnWidthTypeConverter.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridPreferredColumnWidthTypeConverter.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridPreferredColumnWidthTypeConverter.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridPreferredColumnWidthTypeConverter.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridTableStyle.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridTableStyle.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridTableStyle.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridTableStyle.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridTextBox.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridTextBox.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridTextBox.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridTextBox.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridTextBoxColumn.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridTextBoxColumn.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridTextBoxColumn.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridTextBoxColumn.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridView.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridView.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridView.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridView.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewAdvancedBorderStyle.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewAdvancedBorderStyle.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewAdvancedBorderStyle.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewAdvancedBorderStyle.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewAdvancedCellBorderStyle.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewAdvancedCellBorderStyle.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewAdvancedCellBorderStyle.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewAdvancedCellBorderStyle.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewAutoSizeColumnMode.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewAutoSizeColumnMode.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewAutoSizeColumnMode.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewAutoSizeColumnMode.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewAutoSizeColumnModeEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewAutoSizeColumnModeEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewAutoSizeColumnModeEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewAutoSizeColumnModeEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewAutoSizeColumnModeEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewAutoSizeColumnModeEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewAutoSizeColumnModeEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewAutoSizeColumnModeEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewAutoSizeColumnsMode.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewAutoSizeColumnsMode.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewAutoSizeColumnsMode.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewAutoSizeColumnsMode.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewAutoSizeColumnsModeEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewAutoSizeColumnsModeEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewAutoSizeColumnsModeEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewAutoSizeColumnsModeEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewAutoSizeColumnsModeEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewAutoSizeColumnsModeEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewAutoSizeColumnsModeEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewAutoSizeColumnsModeEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewAutoSizeModeEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewAutoSizeModeEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewAutoSizeModeEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewAutoSizeModeEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewAutoSizeModeEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewAutoSizeModeEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewAutoSizeModeEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewAutoSizeModeEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewAutoSizeRowMode.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewAutoSizeRowMode.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewAutoSizeRowMode.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewAutoSizeRowMode.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewAutoSizeRowsMode.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewAutoSizeRowsMode.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewAutoSizeRowsMode.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewAutoSizeRowsMode.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewBand.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewBand.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewBand.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewBand.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewBindingCompleteEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewBindingCompleteEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewBindingCompleteEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewBindingCompleteEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewBindingCompleteEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewBindingCompleteEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewBindingCompleteEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewBindingCompleteEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewButtonCell.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewButtonCell.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewButtonCell.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewButtonCell.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewButtonColumn.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewButtonColumn.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewButtonColumn.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewButtonColumn.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewCell.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewCell.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewCell.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewCell.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewCellBorderStyle.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewCellBorderStyle.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewCellBorderStyle.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewCellBorderStyle.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewCellCancelEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewCellCancelEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewCellCancelEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewCellCancelEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewCellCancelEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewCellCancelEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewCellCancelEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewCellCancelEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewCellCollection.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewCellCollection.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewCellCollection.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewCellCollection.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewCellContextMenuStripNeededEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewCellContextMenuStripNeededEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewCellContextMenuStripNeededEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewCellContextMenuStripNeededEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewCellContextMenuStripNeededEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewCellContextMenuStripNeededEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewCellContextMenuStripNeededEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewCellContextMenuStripNeededEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewCellErrorTextNeededEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewCellErrorTextNeededEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewCellErrorTextNeededEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewCellErrorTextNeededEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewCellErrorTextNeededEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewCellErrorTextNeededEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewCellErrorTextNeededEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewCellErrorTextNeededEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewCellEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewCellEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewCellEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewCellEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewCellEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewCellEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewCellEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewCellEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewCellFormattingEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewCellFormattingEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewCellFormattingEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewCellFormattingEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewCellFormattingEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewCellFormattingEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewCellFormattingEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewCellFormattingEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewCellMouseEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewCellMouseEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewCellMouseEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewCellMouseEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewCellMouseEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewCellMouseEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewCellMouseEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewCellMouseEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewCellPaintingEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewCellPaintingEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewCellPaintingEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewCellPaintingEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewCellPaintingEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewCellPaintingEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewCellPaintingEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewCellPaintingEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewCellParsingEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewCellParsingEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewCellParsingEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewCellParsingEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewCellParsingEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewCellParsingEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewCellParsingEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewCellParsingEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewCellStateChangedEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewCellStateChangedEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewCellStateChangedEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewCellStateChangedEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewCellStateChangedEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewCellStateChangedEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewCellStateChangedEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewCellStateChangedEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewCellStyle.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewCellStyle.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewCellStyle.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewCellStyle.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewCellStyleContentChangedEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewCellStyleContentChangedEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewCellStyleContentChangedEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewCellStyleContentChangedEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewCellStyleContentChangedEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewCellStyleContentChangedEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewCellStyleContentChangedEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewCellStyleContentChangedEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewCellStyleConverter.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewCellStyleConverter.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewCellStyleConverter.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewCellStyleConverter.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewCellStyleScopes.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewCellStyleScopes.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewCellStyleScopes.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewCellStyleScopes.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewCellToolTipTextNeededEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewCellToolTipTextNeededEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewCellToolTipTextNeededEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewCellToolTipTextNeededEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewCellToolTipTextNeededEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewCellToolTipTextNeededEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewCellToolTipTextNeededEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewCellToolTipTextNeededEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewCellValidatingEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewCellValidatingEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewCellValidatingEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewCellValidatingEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewCellValidatingEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewCellValidatingEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewCellValidatingEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewCellValidatingEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewCellValueEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewCellValueEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewCellValueEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewCellValueEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewCellValueEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewCellValueEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewCellValueEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewCellValueEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewCheckBoxCell.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewCheckBoxCell.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewCheckBoxCell.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewCheckBoxCell.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewCheckBoxColumn.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewCheckBoxColumn.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewCheckBoxColumn.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewCheckBoxColumn.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewClipboardCopyMode.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewClipboardCopyMode.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewClipboardCopyMode.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewClipboardCopyMode.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewColumn.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewColumn.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewColumn.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewColumn.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewColumnCollection.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewColumnCollection.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewColumnCollection.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewColumnCollection.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewColumnDesignTimeVisibleAttribute.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewColumnDesignTimeVisibleAttribute.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewColumnDesignTimeVisibleAttribute.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewColumnDesignTimeVisibleAttribute.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewColumnDividerDoubleClickEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewColumnDividerDoubleClickEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewColumnDividerDoubleClickEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewColumnDividerDoubleClickEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewColumnDividerDoubleClickEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewColumnDividerDoubleClickEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewColumnDividerDoubleClickEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewColumnDividerDoubleClickEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewColumnEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewColumnEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewColumnEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewColumnEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewColumnEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewColumnEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewColumnEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewColumnEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewColumnHeaderCell.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewColumnHeaderCell.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewColumnHeaderCell.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewColumnHeaderCell.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewColumnHeadersHeightSizeMode.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewColumnHeadersHeightSizeMode.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewColumnHeadersHeightSizeMode.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewColumnHeadersHeightSizeMode.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewColumnSortMode.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewColumnSortMode.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewColumnSortMode.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewColumnSortMode.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewColumnStateChangedEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewColumnStateChangedEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewColumnStateChangedEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewColumnStateChangedEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewColumnStateChangedEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewColumnStateChangedEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewColumnStateChangedEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewColumnStateChangedEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewComboBoxCell.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewComboBoxCell.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewComboBoxCell.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewComboBoxCell.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewComboBoxColumn.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewComboBoxColumn.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewComboBoxColumn.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewComboBoxColumn.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewComboBoxDisplayStyle.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewComboBoxDisplayStyle.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewComboBoxDisplayStyle.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewComboBoxDisplayStyle.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewComboBoxEditingControl.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewComboBoxEditingControl.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewComboBoxEditingControl.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewComboBoxEditingControl.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewContentAlignment.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewContentAlignment.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewContentAlignment.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewContentAlignment.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewDataErrorContexts.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewDataErrorContexts.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewDataErrorContexts.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewDataErrorContexts.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewDataErrorEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewDataErrorEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewDataErrorEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewDataErrorEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewDataErrorEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewDataErrorEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewDataErrorEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewDataErrorEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewEditMode.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewEditMode.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewEditMode.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewEditMode.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewEditingControlShowingEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewEditingControlShowingEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewEditingControlShowingEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewEditingControlShowingEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewEditingControlShowingEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewEditingControlShowingEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewEditingControlShowingEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewEditingControlShowingEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewElement.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewElement.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewElement.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewElement.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewElementStates.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewElementStates.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewElementStates.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewElementStates.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewHeaderBorderStyle.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewHeaderBorderStyle.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewHeaderBorderStyle.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewHeaderBorderStyle.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewHeaderCell.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewHeaderCell.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewHeaderCell.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewHeaderCell.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewHitTestType.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewHitTestType.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewHitTestType.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewHitTestType.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewImageCell.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewImageCell.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewImageCell.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewImageCell.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewImageCellLayout.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewImageCellLayout.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewImageCellLayout.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewImageCellLayout.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewImageColumn.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewImageColumn.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewImageColumn.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewImageColumn.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewLinkCell.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewLinkCell.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewLinkCell.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewLinkCell.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewLinkColumn.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewLinkColumn.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewLinkColumn.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewLinkColumn.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewPaintParts.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewPaintParts.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewPaintParts.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewPaintParts.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewRow.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewRow.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewRow.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewRow.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewRowCancelEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewRowCancelEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewRowCancelEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewRowCancelEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewRowCancelEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewRowCancelEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewRowCancelEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewRowCancelEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewRowCollection.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewRowCollection.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewRowCollection.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewRowCollection.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewRowContextMenuStripNeededEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewRowContextMenuStripNeededEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewRowContextMenuStripNeededEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewRowContextMenuStripNeededEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewRowContextMenuStripNeededEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewRowContextMenuStripNeededEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewRowContextMenuStripNeededEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewRowContextMenuStripNeededEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewRowDividerDoubleClickEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewRowDividerDoubleClickEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewRowDividerDoubleClickEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewRowDividerDoubleClickEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewRowDividerDoubleClickEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewRowDividerDoubleClickEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewRowDividerDoubleClickEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewRowDividerDoubleClickEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewRowErrorTextNeededEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewRowErrorTextNeededEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewRowErrorTextNeededEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewRowErrorTextNeededEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewRowErrorTextNeededEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewRowErrorTextNeededEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewRowErrorTextNeededEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewRowErrorTextNeededEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewRowEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewRowEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewRowEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewRowEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewRowEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewRowEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewRowEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewRowEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewRowHeaderCell.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewRowHeaderCell.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewRowHeaderCell.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewRowHeaderCell.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewRowHeadersWidthSizeMode.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewRowHeadersWidthSizeMode.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewRowHeadersWidthSizeMode.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewRowHeadersWidthSizeMode.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewRowHeightInfoNeededEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewRowHeightInfoNeededEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewRowHeightInfoNeededEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewRowHeightInfoNeededEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewRowHeightInfoNeededEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewRowHeightInfoNeededEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewRowHeightInfoNeededEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewRowHeightInfoNeededEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewRowHeightInfoPushedEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewRowHeightInfoPushedEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewRowHeightInfoPushedEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewRowHeightInfoPushedEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewRowHeightInfoPushedEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewRowHeightInfoPushedEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewRowHeightInfoPushedEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewRowHeightInfoPushedEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewRowPostPaintEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewRowPostPaintEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewRowPostPaintEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewRowPostPaintEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewRowPostPaintEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewRowPostPaintEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewRowPostPaintEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewRowPostPaintEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewRowPrePaintEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewRowPrePaintEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewRowPrePaintEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewRowPrePaintEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewRowPrePaintEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewRowPrePaintEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewRowPrePaintEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewRowPrePaintEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewRowStateChangedEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewRowStateChangedEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewRowStateChangedEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewRowStateChangedEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewRowStateChangedEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewRowStateChangedEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewRowStateChangedEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewRowStateChangedEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewRowsAddedEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewRowsAddedEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewRowsAddedEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewRowsAddedEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewRowsAddedEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewRowsAddedEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewRowsAddedEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewRowsAddedEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewRowsRemovedEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewRowsRemovedEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewRowsRemovedEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewRowsRemovedEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewRowsRemovedEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewRowsRemovedEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewRowsRemovedEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewRowsRemovedEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewSelectedCellCollection.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewSelectedCellCollection.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewSelectedCellCollection.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewSelectedCellCollection.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewSelectedColumnCollection.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewSelectedColumnCollection.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewSelectedColumnCollection.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewSelectedColumnCollection.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewSelectedRowCollection.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewSelectedRowCollection.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewSelectedRowCollection.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewSelectedRowCollection.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewSelectionMode.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewSelectionMode.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewSelectionMode.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewSelectionMode.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewSortCompareEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewSortCompareEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewSortCompareEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewSortCompareEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewSortCompareEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewSortCompareEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewSortCompareEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewSortCompareEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewTextBoxCell.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewTextBoxCell.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewTextBoxCell.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewTextBoxCell.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewTextBoxColumn.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewTextBoxColumn.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewTextBoxColumn.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewTextBoxColumn.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewTextBoxEditingControl.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewTextBoxEditingControl.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewTextBoxEditingControl.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewTextBoxEditingControl.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewTopLeftHeaderCell.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewTopLeftHeaderCell.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewTopLeftHeaderCell.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewTopLeftHeaderCell.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewTriState.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewTriState.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridViewTriState.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataGridViewTriState.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataObject.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataObject.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataObject.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataObject.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataSourceUpdateMode.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DataSourceUpdateMode.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataSourceUpdateMode.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DataSourceUpdateMode.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DateBoldEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DateBoldEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DateBoldEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DateBoldEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DateBoldEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DateBoldEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DateBoldEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DateBoldEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DateRangeEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DateRangeEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DateRangeEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DateRangeEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DateRangeEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DateRangeEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DateRangeEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DateRangeEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DateTimePicker.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DateTimePicker.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DateTimePicker.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DateTimePicker.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DateTimePickerFormat.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DateTimePickerFormat.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DateTimePickerFormat.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DateTimePickerFormat.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Day.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/Day.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/Day.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/Day.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DialogResult.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DialogResult.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DialogResult.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DialogResult.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DockStyle.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DockStyle.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DockStyle.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DockStyle.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DockingAttribute.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DockingAttribute.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DockingAttribute.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DockingAttribute.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DockingBehavior.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DockingBehavior.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DockingBehavior.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DockingBehavior.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DomainUpDown.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DomainUpDown.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DomainUpDown.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DomainUpDown.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DragAction.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DragAction.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DragAction.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DragAction.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DragDropEffects.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DragDropEffects.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DragDropEffects.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DragDropEffects.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DragEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DragEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DragEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DragEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DragEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DragEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DragEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DragEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DrawItemEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DrawItemEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DrawItemEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DrawItemEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DrawItemEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DrawItemEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DrawItemEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DrawItemEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DrawItemState.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DrawItemState.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DrawItemState.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DrawItemState.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DrawListViewColumnHeaderEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DrawListViewColumnHeaderEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DrawListViewColumnHeaderEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DrawListViewColumnHeaderEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DrawListViewColumnHeaderEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DrawListViewColumnHeaderEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DrawListViewColumnHeaderEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DrawListViewColumnHeaderEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DrawListViewItemEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DrawListViewItemEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DrawListViewItemEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DrawListViewItemEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DrawListViewItemEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DrawListViewItemEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DrawListViewItemEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DrawListViewItemEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DrawListViewSubItemEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DrawListViewSubItemEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DrawListViewSubItemEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DrawListViewSubItemEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DrawListViewSubItemEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DrawListViewSubItemEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DrawListViewSubItemEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DrawListViewSubItemEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DrawMode.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DrawMode.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DrawMode.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DrawMode.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DrawToolTipEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DrawToolTipEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DrawToolTipEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DrawToolTipEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DrawToolTipEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DrawToolTipEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DrawToolTipEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DrawToolTipEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DrawTreeNodeEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DrawTreeNodeEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DrawTreeNodeEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DrawTreeNodeEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DrawTreeNodeEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/DrawTreeNodeEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/DrawTreeNodeEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/DrawTreeNodeEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ErrorBlinkStyle.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ErrorBlinkStyle.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ErrorBlinkStyle.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ErrorBlinkStyle.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ErrorIconAlignment.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ErrorIconAlignment.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ErrorIconAlignment.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ErrorIconAlignment.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ErrorProvider.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ErrorProvider.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ErrorProvider.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ErrorProvider.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/FeatureSupport.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/FeatureSupport.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/FeatureSupport.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/FeatureSupport.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/FileDialog.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/FileDialog.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/FileDialog.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/FileDialog.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/FileDialogCustomPlace.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/FileDialogCustomPlace.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/FileDialogCustomPlace.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/FileDialogCustomPlace.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/FileDialogCustomPlacesCollection.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/FileDialogCustomPlacesCollection.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/FileDialogCustomPlacesCollection.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/FileDialogCustomPlacesCollection.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/FixedPanel.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/FixedPanel.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/FixedPanel.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/FixedPanel.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/FixedSizeTextBox.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/FixedSizeTextBox.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/FixedSizeTextBox.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/FixedSizeTextBox.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/FlatButtonAppearance.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/FlatButtonAppearance.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/FlatButtonAppearance.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/FlatButtonAppearance.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/FlatStyle.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/FlatStyle.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/FlatStyle.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/FlatStyle.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/FlowDirection.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/FlowDirection.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/FlowDirection.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/FlowDirection.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/FlowLayoutPanel.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/FlowLayoutPanel.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/FlowLayoutPanel.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/FlowLayoutPanel.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/FlowLayoutSettings.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/FlowLayoutSettings.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/FlowLayoutSettings.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/FlowLayoutSettings.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/FolderBrowserDialog.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/FolderBrowserDialog.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/FolderBrowserDialog.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/FolderBrowserDialog.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/FontDialog.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/FontDialog.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/FontDialog.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/FontDialog.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Form.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/Form.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/Form.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/Form.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/FormBorderStyle.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/FormBorderStyle.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/FormBorderStyle.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/FormBorderStyle.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/FormClosedEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/FormClosedEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/FormClosedEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/FormClosedEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/FormClosedEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/FormClosedEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/FormClosedEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/FormClosedEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/FormClosingEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/FormClosingEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/FormClosingEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/FormClosingEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/FormClosingEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/FormClosingEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/FormClosingEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/FormClosingEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/FormCollection.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/FormCollection.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/FormCollection.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/FormCollection.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/FormStartPosition.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/FormStartPosition.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/FormStartPosition.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/FormStartPosition.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/FormWindowManager.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/FormWindowManager.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/FormWindowManager.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/FormWindowManager.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/FormWindowState.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/FormWindowState.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/FormWindowState.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/FormWindowState.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/FrameStyle.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/FrameStyle.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/FrameStyle.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/FrameStyle.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/GetChildAtPointSkip.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/GetChildAtPointSkip.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/GetChildAtPointSkip.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/GetChildAtPointSkip.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/GiveFeedbackEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/GiveFeedbackEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/GiveFeedbackEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/GiveFeedbackEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/GiveFeedbackEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/GiveFeedbackEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/GiveFeedbackEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/GiveFeedbackEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/GridColumnStylesCollection.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/GridColumnStylesCollection.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/GridColumnStylesCollection.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/GridColumnStylesCollection.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/GridEntry.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/GridEntry.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/GridEntry.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/GridEntry.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/GridItem.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/GridItem.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/GridItem.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/GridItem.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/GridItemCollection.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/GridItemCollection.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/GridItemCollection.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/GridItemCollection.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/GridItemType.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/GridItemType.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/GridItemType.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/GridItemType.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/GridTableStylesCollection.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/GridTableStylesCollection.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/GridTableStylesCollection.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/GridTableStylesCollection.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/GridTablesFactory.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/GridTablesFactory.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/GridTablesFactory.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/GridTablesFactory.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/GroupBox.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/GroupBox.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/GroupBox.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/GroupBox.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/GroupBoxRenderer.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/GroupBoxRenderer.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/GroupBoxRenderer.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/GroupBoxRenderer.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/HScrollBar.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/HScrollBar.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/HScrollBar.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/HScrollBar.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/HScrollProperties.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/HScrollProperties.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/HScrollProperties.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/HScrollProperties.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/HandledMouseEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/HandledMouseEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/HandledMouseEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/HandledMouseEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Help.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/Help.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/Help.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/Help.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/HelpEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/HelpEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/HelpEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/HelpEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/HelpEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/HelpEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/HelpEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/HelpEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/HelpNavigator.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/HelpNavigator.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/HelpNavigator.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/HelpNavigator.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/HelpProvider.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/HelpProvider.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/HelpProvider.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/HelpProvider.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/HorizontalAlignment.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/HorizontalAlignment.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/HorizontalAlignment.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/HorizontalAlignment.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/HtmlDocument.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/HtmlDocument.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/HtmlDocument.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/HtmlDocument.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/HtmlElement.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/HtmlElement.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/HtmlElement.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/HtmlElement.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/HtmlElementCollection.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/HtmlElementCollection.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/HtmlElementCollection.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/HtmlElementCollection.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/HtmlElementErrorEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/HtmlElementErrorEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/HtmlElementErrorEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/HtmlElementErrorEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/HtmlElementErrorEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/HtmlElementErrorEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/HtmlElementErrorEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/HtmlElementErrorEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/HtmlElementEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/HtmlElementEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/HtmlElementEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/HtmlElementEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/HtmlElementEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/HtmlElementEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/HtmlElementEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/HtmlElementEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/HtmlElementInsertionOrientation.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/HtmlElementInsertionOrientation.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/HtmlElementInsertionOrientation.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/HtmlElementInsertionOrientation.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/HtmlHistory.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/HtmlHistory.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/HtmlHistory.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/HtmlHistory.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/HtmlWindow.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/HtmlWindow.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/HtmlWindow.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/HtmlWindow.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/HtmlWindowCollection.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/HtmlWindowCollection.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/HtmlWindowCollection.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/HtmlWindowCollection.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Hwnd.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/Hwnd.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/Hwnd.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/Hwnd.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/IBindableComponent.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/IBindableComponent.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/IBindableComponent.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/IBindableComponent.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/IBounds.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/IBounds.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/IBounds.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/IBounds.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/IButtonControl.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/IButtonControl.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/IButtonControl.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/IButtonControl.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ICommandExecutor.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ICommandExecutor.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ICommandExecutor.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ICommandExecutor.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/IComponentEditorPageSite.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/IComponentEditorPageSite.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/IComponentEditorPageSite.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/IComponentEditorPageSite.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/IContainerControl.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/IContainerControl.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/IContainerControl.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/IContainerControl.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ICurrencyManagerProvider.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ICurrencyManagerProvider.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ICurrencyManagerProvider.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ICurrencyManagerProvider.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/IDataGridColumnStyleEditingNotificationService.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/IDataGridColumnStyleEditingNotificationService.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/IDataGridColumnStyleEditingNotificationService.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/IDataGridColumnStyleEditingNotificationService.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/IDataGridEditingService.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/IDataGridEditingService.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/IDataGridEditingService.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/IDataGridEditingService.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/IDataGridViewEditingCell.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/IDataGridViewEditingCell.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/IDataGridViewEditingCell.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/IDataGridViewEditingCell.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/IDataGridViewEditingControl.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/IDataGridViewEditingControl.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/IDataGridViewEditingControl.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/IDataGridViewEditingControl.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/IDataObject.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/IDataObject.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/IDataObject.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/IDataObject.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/IDropTarget.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/IDropTarget.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/IDropTarget.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/IDropTarget.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/IFeatureSupport.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/IFeatureSupport.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/IFeatureSupport.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/IFeatureSupport.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/IFileReaderService.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/IFileReaderService.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/IFileReaderService.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/IFileReaderService.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/IKeyFilter.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/IKeyFilter.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/IKeyFilter.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/IKeyFilter.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/IMessageFilter.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/IMessageFilter.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/IMessageFilter.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/IMessageFilter.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/IRootGridEntry.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/IRootGridEntry.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/IRootGridEntry.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/IRootGridEntry.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/IToolStripData.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/IToolStripData.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/IToolStripData.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/IToolStripData.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/IWin32Window.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/IWin32Window.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/IWin32Window.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/IWin32Window.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/IWindowTarget.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/IWindowTarget.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/IWindowTarget.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/IWindowTarget.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ImageIndexConverter.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ImageIndexConverter.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ImageIndexConverter.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ImageIndexConverter.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ImageKeyConverter.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ImageKeyConverter.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ImageKeyConverter.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ImageKeyConverter.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ImageLayout.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ImageLayout.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ImageLayout.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ImageLayout.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ImageList.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ImageList.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ImageList.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ImageList.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ImageListConverter.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ImageListConverter.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ImageListConverter.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ImageListConverter.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ImageListStreamer.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ImageListStreamer.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ImageListStreamer.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ImageListStreamer.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ImeMode.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ImeMode.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ImeMode.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ImeMode.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ImplicitHScrollBar.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ImplicitHScrollBar.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ImplicitHScrollBar.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ImplicitHScrollBar.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ImplicitVScrollBar.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ImplicitVScrollBar.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ImplicitVScrollBar.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ImplicitVScrollBar.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/InputLanguage.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/InputLanguage.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/InputLanguage.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/InputLanguage.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/InputLanguageChangedEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/InputLanguageChangedEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/InputLanguageChangedEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/InputLanguageChangedEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/InputLanguageChangedEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/InputLanguageChangedEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/InputLanguageChangedEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/InputLanguageChangedEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/InputLanguageChangingEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/InputLanguageChangingEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/InputLanguageChangingEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/InputLanguageChangingEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/InputLanguageChangingEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/InputLanguageChangingEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/InputLanguageChangingEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/InputLanguageChangingEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/InputLanguageCollection.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/InputLanguageCollection.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/InputLanguageCollection.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/InputLanguageCollection.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/InsertKeyMode.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/InsertKeyMode.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/InsertKeyMode.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/InsertKeyMode.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/InternalWindowManager.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/InternalWindowManager.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/InternalWindowManager.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/InternalWindowManager.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/InvalidateEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/InvalidateEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/InvalidateEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/InvalidateEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/InvalidateEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/InvalidateEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/InvalidateEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/InvalidateEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ItemActivation.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ItemActivation.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ItemActivation.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ItemActivation.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ItemBoundsPortion.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ItemBoundsPortion.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ItemBoundsPortion.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ItemBoundsPortion.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ItemChangedEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ItemChangedEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ItemChangedEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ItemChangedEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ItemChangedEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ItemChangedEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ItemChangedEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ItemChangedEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ItemCheckEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ItemCheckEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ItemCheckEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ItemCheckEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ItemCheckEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ItemCheckEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ItemCheckEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ItemCheckEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ItemCheckedEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ItemCheckedEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ItemCheckedEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ItemCheckedEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ItemCheckedEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ItemCheckedEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ItemCheckedEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ItemCheckedEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ItemDragEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ItemDragEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ItemDragEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ItemDragEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ItemDragEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ItemDragEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ItemDragEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ItemDragEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/KeyEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/KeyEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/KeyEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/KeyEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/KeyEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/KeyEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/KeyEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/KeyEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/KeyPressEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/KeyPressEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/KeyPressEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/KeyPressEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/KeyPressEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/KeyPressEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/KeyPressEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/KeyPressEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/KeyboardLayouts.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/KeyboardLayouts.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/KeyboardLayouts.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/KeyboardLayouts.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Keys.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/Keys.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/Keys.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/Keys.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/KeysConverter.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/KeysConverter.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/KeysConverter.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/KeysConverter.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Label.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/Label.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/Label.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/Label.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/LabelEditEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/LabelEditEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/LabelEditEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/LabelEditEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/LabelEditEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/LabelEditEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/LabelEditEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/LabelEditEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/LabelEditTextBox.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/LabelEditTextBox.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/LabelEditTextBox.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/LabelEditTextBox.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/LayoutEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/LayoutEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/LayoutEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/LayoutEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/LayoutEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/LayoutEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/LayoutEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/LayoutEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/LayoutSettings.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/LayoutSettings.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/LayoutSettings.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/LayoutSettings.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/LeftRightAlignment.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/LeftRightAlignment.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/LeftRightAlignment.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/LeftRightAlignment.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/LibSupport.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/LibSupport.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/LibSupport.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/LibSupport.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Line.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/Line.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/Line.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/Line.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/LineTag.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/LineTag.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/LineTag.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/LineTag.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/LinkArea.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/LinkArea.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/LinkArea.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/LinkArea.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/LinkBehavior.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/LinkBehavior.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/LinkBehavior.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/LinkBehavior.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/LinkClickedEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/LinkClickedEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/LinkClickedEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/LinkClickedEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/LinkClickedEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/LinkClickedEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/LinkClickedEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/LinkClickedEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/LinkConverter.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/LinkConverter.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/LinkConverter.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/LinkConverter.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/LinkLabel.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/LinkLabel.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/LinkLabel.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/LinkLabel.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/LinkLabelLinkClickedEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/LinkLabelLinkClickedEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/LinkLabelLinkClickedEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/LinkLabelLinkClickedEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/LinkLabelLinkClickedEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/LinkLabelLinkClickedEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/LinkLabelLinkClickedEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/LinkLabelLinkClickedEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/LinkState.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/LinkState.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/LinkState.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/LinkState.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ListBindingConverter.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ListBindingConverter.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ListBindingConverter.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ListBindingConverter.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ListBindingHelper.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ListBindingHelper.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ListBindingHelper.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ListBindingHelper.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ListBox.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ListBox.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ListBox.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ListBox.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ListControl.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ListControl.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ListControl.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ListControl.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ListControlConvertEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ListControlConvertEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ListControlConvertEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ListControlConvertEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ListControlConvertEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ListControlConvertEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ListControlConvertEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ListControlConvertEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ListView.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ListView.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ListView.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ListView.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ListViewAlignment.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ListViewAlignment.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ListViewAlignment.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ListViewAlignment.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ListViewGroup.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ListViewGroup.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ListViewGroup.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ListViewGroup.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ListViewGroupCollection.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ListViewGroupCollection.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ListViewGroupCollection.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ListViewGroupCollection.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ListViewHitTestInfo.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ListViewHitTestInfo.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ListViewHitTestInfo.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ListViewHitTestInfo.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ListViewHitTestLocations.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ListViewHitTestLocations.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ListViewHitTestLocations.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ListViewHitTestLocations.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ListViewInsertionMark.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ListViewInsertionMark.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ListViewInsertionMark.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ListViewInsertionMark.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ListViewItem.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ListViewItem.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ListViewItem.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ListViewItem.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ListViewItemConverter.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ListViewItemConverter.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ListViewItemConverter.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ListViewItemConverter.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ListViewItemMouseHoverEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ListViewItemMouseHoverEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ListViewItemMouseHoverEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ListViewItemMouseHoverEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ListViewItemMouseHoverEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ListViewItemMouseHoverEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ListViewItemMouseHoverEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ListViewItemMouseHoverEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ListViewItemSelectionChangedEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ListViewItemSelectionChangedEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ListViewItemSelectionChangedEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ListViewItemSelectionChangedEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ListViewItemSelectionChangedEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ListViewItemSelectionChangedEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ListViewItemSelectionChangedEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ListViewItemSelectionChangedEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ListViewItemStates.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ListViewItemStates.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ListViewItemStates.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ListViewItemStates.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ListViewVirtualItemsSelectionRangeChangedEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ListViewVirtualItemsSelectionRangeChangedEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ListViewVirtualItemsSelectionRangeChangedEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ListViewVirtualItemsSelectionRangeChangedEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ListViewVirtualItemsSelectionRangeChangedEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ListViewVirtualItemsSelectionRangeChangedEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ListViewVirtualItemsSelectionRangeChangedEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ListViewVirtualItemsSelectionRangeChangedEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/MWFCategoryAttribute.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/MWFCategoryAttribute.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/MWFCategoryAttribute.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/MWFCategoryAttribute.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/MWFDescriptionAttribute.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/MWFDescriptionAttribute.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/MWFDescriptionAttribute.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/MWFDescriptionAttribute.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/MainMenu.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/MainMenu.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/MainMenu.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/MainMenu.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/MaskFormat.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/MaskFormat.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/MaskFormat.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/MaskFormat.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/MaskInputRejectedEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/MaskInputRejectedEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/MaskInputRejectedEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/MaskInputRejectedEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/MaskInputRejectedEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/MaskInputRejectedEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/MaskInputRejectedEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/MaskInputRejectedEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/MaskedTextBox.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/MaskedTextBox.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/MaskedTextBox.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/MaskedTextBox.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/MdiClient.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/MdiClient.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/MdiClient.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/MdiClient.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/MdiControlStrip.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/MdiControlStrip.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/MdiControlStrip.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/MdiControlStrip.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/MdiLayout.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/MdiLayout.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/MdiLayout.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/MdiLayout.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/MdiWindowManager.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/MdiWindowManager.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/MdiWindowManager.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/MdiWindowManager.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/MeasureItemEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/MeasureItemEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/MeasureItemEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/MeasureItemEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/MeasureItemEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/MeasureItemEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/MeasureItemEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/MeasureItemEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Menu.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/Menu.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/Menu.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/Menu.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/MenuAPI.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/MenuAPI.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/MenuAPI.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/MenuAPI.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/MenuGlyph.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/MenuGlyph.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/MenuGlyph.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/MenuGlyph.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/MenuItem.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/MenuItem.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/MenuItem.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/MenuItem.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/MenuMerge.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/MenuMerge.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/MenuMerge.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/MenuMerge.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/MenuStrip.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/MenuStrip.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/MenuStrip.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/MenuStrip.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/MergeAction.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/MergeAction.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/MergeAction.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/MergeAction.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Message.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/Message.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/Message.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/Message.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/MessageBox.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/MessageBox.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/MessageBox.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/MessageBox.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/MessageBoxButtons.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/MessageBoxButtons.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/MessageBoxButtons.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/MessageBoxButtons.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/MessageBoxDefaultButton.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/MessageBoxDefaultButton.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/MessageBoxDefaultButton.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/MessageBoxDefaultButton.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/MessageBoxIcon.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/MessageBoxIcon.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/MessageBoxIcon.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/MessageBoxIcon.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/MessageBoxOptions.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/MessageBoxOptions.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/MessageBoxOptions.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/MessageBoxOptions.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/MethodInvoker.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/MethodInvoker.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/MethodInvoker.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/MethodInvoker.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Mime.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/Mime.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/Mime.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/Mime.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/MimeIcon.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/MimeIcon.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/MimeIcon.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/MimeIcon.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/MonthCalendar.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/MonthCalendar.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/MonthCalendar.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/MonthCalendar.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/MouseButtons.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/MouseButtons.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/MouseButtons.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/MouseButtons.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/MouseEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/MouseEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/MouseEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/MouseEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/MouseEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/MouseEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/MouseEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/MouseEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/NativeWindow.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/NativeWindow.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/NativeWindow.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/NativeWindow.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/NavigateEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/NavigateEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/NavigateEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/NavigateEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/NavigateEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/NavigateEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/NavigateEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/NavigateEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/NodeLabelEditEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/NodeLabelEditEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/NodeLabelEditEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/NodeLabelEditEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/NodeLabelEditEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/NodeLabelEditEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/NodeLabelEditEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/NodeLabelEditEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/NotifyIcon.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/NotifyIcon.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/NotifyIcon.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/NotifyIcon.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/NumericTextBox.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/NumericTextBox.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/NumericTextBox.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/NumericTextBox.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/NumericUpDown.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/NumericUpDown.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/NumericUpDown.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/NumericUpDown.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/NumericUpDownAcceleration.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/NumericUpDownAcceleration.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/NumericUpDownAcceleration.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/NumericUpDownAcceleration.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/NumericUpDownAccelerationCollection.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/NumericUpDownAccelerationCollection.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/NumericUpDownAccelerationCollection.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/NumericUpDownAccelerationCollection.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/OSFeature.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/OSFeature.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/OSFeature.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/OSFeature.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/OpacityConverter.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/OpacityConverter.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/OpacityConverter.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/OpacityConverter.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/OpenFileDialog.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/OpenFileDialog.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/OpenFileDialog.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/OpenFileDialog.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/OpenTreeNodeEnumerator.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/OpenTreeNodeEnumerator.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/OpenTreeNodeEnumerator.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/OpenTreeNodeEnumerator.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Orientation.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/Orientation.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/Orientation.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/Orientation.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/OwnerDrawPropertyBag.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/OwnerDrawPropertyBag.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/OwnerDrawPropertyBag.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/OwnerDrawPropertyBag.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Padding.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/Padding.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/Padding.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/Padding.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/PaddingConverter.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/PaddingConverter.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/PaddingConverter.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/PaddingConverter.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/PageSetupDialog.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/PageSetupDialog.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/PageSetupDialog.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/PageSetupDialog.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/PaintEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/PaintEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/PaintEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/PaintEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/PaintEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/PaintEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/PaintEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/PaintEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Panel.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/Panel.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/Panel.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/Panel.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/PictureBox.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/PictureBox.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/PictureBox.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/PictureBox.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/PictureBoxSizeMode.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/PictureBoxSizeMode.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/PictureBoxSizeMode.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/PictureBoxSizeMode.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/PopupEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/PopupEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/PopupEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/PopupEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/PopupEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/PopupEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/PopupEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/PopupEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/PowerLineStatus.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/PowerLineStatus.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/PowerLineStatus.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/PowerLineStatus.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/PowerState.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/PowerState.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/PowerState.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/PowerState.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/PowerStatus.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/PowerStatus.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/PowerStatus.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/PowerStatus.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/PreProcessControlState.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/PreProcessControlState.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/PreProcessControlState.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/PreProcessControlState.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/PreviewKeyDownEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/PreviewKeyDownEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/PreviewKeyDownEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/PreviewKeyDownEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/PreviewKeyDownEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/PreviewKeyDownEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/PreviewKeyDownEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/PreviewKeyDownEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/PrintControllerWithStatusDialog.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/PrintControllerWithStatusDialog.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/PrintControllerWithStatusDialog.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/PrintControllerWithStatusDialog.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/PrintDialog.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/PrintDialog.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/PrintDialog.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/PrintDialog.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/PrintPreviewControl.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/PrintPreviewControl.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/PrintPreviewControl.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/PrintPreviewControl.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/PrintPreviewDialog.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/PrintPreviewDialog.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/PrintPreviewDialog.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/PrintPreviewDialog.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ProfessionalColorTable.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ProfessionalColorTable.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ProfessionalColorTable.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ProfessionalColorTable.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ProfessionalColors.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ProfessionalColors.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ProfessionalColors.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ProfessionalColors.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ProgressBar.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ProgressBar.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ProgressBar.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ProgressBar.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ProgressBarRenderer.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ProgressBarRenderer.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ProgressBarRenderer.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ProgressBarRenderer.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ProgressBarStyle.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ProgressBarStyle.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ProgressBarStyle.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ProgressBarStyle.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/PropertyGrid.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/PropertyGrid.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/PropertyGrid.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/PropertyGrid.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/PropertyGridCommands.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/PropertyGridCommands.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/PropertyGridCommands.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/PropertyGridCommands.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/PropertyGridTextBox.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/PropertyGridTextBox.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/PropertyGridTextBox.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/PropertyGridTextBox.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/PropertyGridView.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/PropertyGridView.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/PropertyGridView.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/PropertyGridView.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/PropertyManager.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/PropertyManager.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/PropertyManager.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/PropertyManager.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/PropertySort.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/PropertySort.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/PropertySort.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/PropertySort.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/PropertyTabChangedEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/PropertyTabChangedEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/PropertyTabChangedEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/PropertyTabChangedEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/PropertyTabChangedEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/PropertyTabChangedEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/PropertyTabChangedEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/PropertyTabChangedEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/PropertyValueChangedEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/PropertyValueChangedEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/PropertyValueChangedEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/PropertyValueChangedEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/PropertyValueChangedEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/PropertyValueChangedEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/PropertyValueChangedEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/PropertyValueChangedEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/QueryAccessibilityHelpEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/QueryAccessibilityHelpEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/QueryAccessibilityHelpEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/QueryAccessibilityHelpEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/QueryAccessibilityHelpEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/QueryAccessibilityHelpEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/QueryAccessibilityHelpEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/QueryAccessibilityHelpEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/QueryContinueDragEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/QueryContinueDragEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/QueryContinueDragEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/QueryContinueDragEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/QueryContinueDragEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/QueryContinueDragEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/QueryContinueDragEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/QueryContinueDragEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/QuestionEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/QuestionEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/QuestionEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/QuestionEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/QuestionEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/QuestionEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/QuestionEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/QuestionEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/RadioButton.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/RadioButton.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/RadioButton.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/RadioButton.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/RadioButtonRenderer.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/RadioButtonRenderer.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/RadioButtonRenderer.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/RadioButtonRenderer.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/RelatedCurrencyManager.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/RelatedCurrencyManager.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/RelatedCurrencyManager.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/RelatedCurrencyManager.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/RelatedImageListAttribute.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/RelatedImageListAttribute.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/RelatedImageListAttribute.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/RelatedImageListAttribute.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/RelatedPropertyManager.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/RelatedPropertyManager.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/RelatedPropertyManager.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/RelatedPropertyManager.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/RetrieveVirtualItemEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/RetrieveVirtualItemEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/RetrieveVirtualItemEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/RetrieveVirtualItemEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/RetrieveVirtualItemEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/RetrieveVirtualItemEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/RetrieveVirtualItemEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/RetrieveVirtualItemEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/RichTextBox.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/RichTextBox.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/RichTextBox.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/RichTextBox.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/RichTextBoxFinds.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/RichTextBoxFinds.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/RichTextBoxFinds.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/RichTextBoxFinds.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/RichTextBoxLanguageOptions.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/RichTextBoxLanguageOptions.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/RichTextBoxLanguageOptions.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/RichTextBoxLanguageOptions.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/RichTextBoxScrollBars.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/RichTextBoxScrollBars.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/RichTextBoxScrollBars.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/RichTextBoxScrollBars.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/RichTextBoxSelectionAttribute.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/RichTextBoxSelectionAttribute.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/RichTextBoxSelectionAttribute.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/RichTextBoxSelectionAttribute.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/RichTextBoxSelectionTypes.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/RichTextBoxSelectionTypes.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/RichTextBoxSelectionTypes.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/RichTextBoxSelectionTypes.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/RichTextBoxStreamType.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/RichTextBoxStreamType.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/RichTextBoxStreamType.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/RichTextBoxStreamType.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/RichTextBoxWordPunctuations.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/RichTextBoxWordPunctuations.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/RichTextBoxWordPunctuations.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/RichTextBoxWordPunctuations.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/RightToLeft.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/RightToLeft.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/RightToLeft.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/RightToLeft.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/RootGridEntry.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/RootGridEntry.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/RootGridEntry.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/RootGridEntry.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/RowStyle.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/RowStyle.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/RowStyle.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/RowStyle.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/SWF.csproj.user b/mcs/class/System.Windows.Forms/System.Windows.Forms/SWF.csproj.user similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/SWF.csproj.user rename to mcs/class/System.Windows.Forms/System.Windows.Forms/SWF.csproj.user diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/SaveFileDialog.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/SaveFileDialog.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/SaveFileDialog.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/SaveFileDialog.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Screen.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/Screen.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/Screen.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/Screen.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ScreenOrientation.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ScreenOrientation.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ScreenOrientation.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ScreenOrientation.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ScrollBar.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ScrollBar.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ScrollBar.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ScrollBar.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ScrollBarRenderer.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ScrollBarRenderer.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ScrollBarRenderer.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ScrollBarRenderer.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ScrollBars.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ScrollBars.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ScrollBars.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ScrollBars.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ScrollButton.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ScrollButton.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ScrollButton.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ScrollButton.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ScrollEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ScrollEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ScrollEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ScrollEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ScrollEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ScrollEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ScrollEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ScrollEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ScrollEventType.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ScrollEventType.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ScrollEventType.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ScrollEventType.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ScrollOrientation.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ScrollOrientation.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ScrollOrientation.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ScrollOrientation.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ScrollProperties.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ScrollProperties.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ScrollProperties.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ScrollProperties.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ScrollableControl.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ScrollableControl.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ScrollableControl.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ScrollableControl.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/SearchDirectionHint.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/SearchDirectionHint.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/SearchDirectionHint.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/SearchDirectionHint.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/SearchForVirtualItemEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/SearchForVirtualItemEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/SearchForVirtualItemEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/SearchForVirtualItemEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/SearchForVirtualItemEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/SearchForVirtualItemEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/SearchForVirtualItemEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/SearchForVirtualItemEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/SecurityIDType.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/SecurityIDType.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/SecurityIDType.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/SecurityIDType.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/SelectedGridItemChangedEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/SelectedGridItemChangedEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/SelectedGridItemChangedEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/SelectedGridItemChangedEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/SelectedGridItemChangedEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/SelectedGridItemChangedEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/SelectedGridItemChangedEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/SelectedGridItemChangedEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/SelectionMode.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/SelectionMode.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/SelectionMode.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/SelectionMode.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/SelectionRange.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/SelectionRange.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/SelectionRange.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/SelectionRange.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/SelectionRangeConverter.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/SelectionRangeConverter.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/SelectionRangeConverter.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/SelectionRangeConverter.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/SendKeys.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/SendKeys.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/SendKeys.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/SendKeys.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Shortcut.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/Shortcut.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/Shortcut.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/Shortcut.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/SizeGrip.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/SizeGrip.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/SizeGrip.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/SizeGrip.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/SizeGripStyle.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/SizeGripStyle.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/SizeGripStyle.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/SizeGripStyle.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/SizeType.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/SizeType.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/SizeType.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/SizeType.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/SortOrder.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/SortOrder.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/SortOrder.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/SortOrder.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/SplitContainer.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/SplitContainer.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/SplitContainer.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/SplitContainer.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Splitter.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/Splitter.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/Splitter.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/Splitter.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/SplitterCancelEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/SplitterCancelEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/SplitterCancelEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/SplitterCancelEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/SplitterCancelEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/SplitterCancelEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/SplitterCancelEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/SplitterCancelEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/SplitterEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/SplitterEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/SplitterEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/SplitterEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/SplitterEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/SplitterEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/SplitterEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/SplitterEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/SplitterPanel.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/SplitterPanel.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/SplitterPanel.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/SplitterPanel.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/StatusBar.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/StatusBar.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/StatusBar.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/StatusBar.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/StatusBarDrawItemEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/StatusBarDrawItemEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/StatusBarDrawItemEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/StatusBarDrawItemEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/StatusBarDrawItemEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/StatusBarDrawItemEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/StatusBarDrawItemEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/StatusBarDrawItemEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/StatusBarPanel.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/StatusBarPanel.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/StatusBarPanel.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/StatusBarPanel.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/StatusBarPanelAutoSize.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/StatusBarPanelAutoSize.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/StatusBarPanelAutoSize.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/StatusBarPanelAutoSize.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/StatusBarPanelBorderStyle.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/StatusBarPanelBorderStyle.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/StatusBarPanelBorderStyle.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/StatusBarPanelBorderStyle.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/StatusBarPanelClickEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/StatusBarPanelClickEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/StatusBarPanelClickEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/StatusBarPanelClickEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/StatusBarPanelClickEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/StatusBarPanelClickEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/StatusBarPanelClickEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/StatusBarPanelClickEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/StatusBarPanelStyle.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/StatusBarPanelStyle.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/StatusBarPanelStyle.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/StatusBarPanelStyle.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/StatusStrip.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/StatusStrip.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/StatusStrip.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/StatusStrip.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/StructFormat.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/StructFormat.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/StructFormat.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/StructFormat.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/SystemInformation.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/SystemInformation.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/SystemInformation.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/SystemInformation.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/SystemParameter.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/SystemParameter.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/SystemParameter.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/SystemParameter.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/TabAlignment.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/TabAlignment.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/TabAlignment.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/TabAlignment.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/TabAppearance.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/TabAppearance.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/TabAppearance.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/TabAppearance.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/TabControl.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/TabControl.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/TabControl.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/TabControl.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/TabControlAction.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/TabControlAction.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/TabControlAction.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/TabControlAction.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/TabControlCancelEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/TabControlCancelEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/TabControlCancelEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/TabControlCancelEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/TabControlCancelEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/TabControlCancelEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/TabControlCancelEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/TabControlCancelEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/TabControlEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/TabControlEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/TabControlEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/TabControlEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/TabControlEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/TabControlEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/TabControlEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/TabControlEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/TabDrawMode.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/TabDrawMode.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/TabDrawMode.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/TabDrawMode.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/TabPage.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/TabPage.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/TabPage.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/TabPage.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/TabRenderer.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/TabRenderer.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/TabRenderer.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/TabRenderer.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/TabSizeMode.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/TabSizeMode.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/TabSizeMode.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/TabSizeMode.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/TableLayoutCellPaintEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/TableLayoutCellPaintEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/TableLayoutCellPaintEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/TableLayoutCellPaintEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/TableLayoutCellPaintEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/TableLayoutCellPaintEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/TableLayoutCellPaintEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/TableLayoutCellPaintEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/TableLayoutColumnStyleCollection.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/TableLayoutColumnStyleCollection.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/TableLayoutColumnStyleCollection.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/TableLayoutColumnStyleCollection.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/TableLayoutControlCollection.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/TableLayoutControlCollection.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/TableLayoutControlCollection.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/TableLayoutControlCollection.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/TableLayoutPanel.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/TableLayoutPanel.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/TableLayoutPanel.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/TableLayoutPanel.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/TableLayoutPanelCellBorderStyle.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/TableLayoutPanelCellBorderStyle.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/TableLayoutPanelCellBorderStyle.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/TableLayoutPanelCellBorderStyle.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/TableLayoutPanelCellPosition.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/TableLayoutPanelCellPosition.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/TableLayoutPanelCellPosition.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/TableLayoutPanelCellPosition.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/TableLayoutPanelGrowStyle.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/TableLayoutPanelGrowStyle.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/TableLayoutPanelGrowStyle.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/TableLayoutPanelGrowStyle.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/TableLayoutRowStyleCollection.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/TableLayoutRowStyleCollection.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/TableLayoutRowStyleCollection.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/TableLayoutRowStyleCollection.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/TableLayoutSettings.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/TableLayoutSettings.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/TableLayoutSettings.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/TableLayoutSettings.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/TableLayoutStyle.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/TableLayoutStyle.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/TableLayoutStyle.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/TableLayoutStyle.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/TableLayoutStyleCollection.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/TableLayoutStyleCollection.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/TableLayoutStyleCollection.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/TableLayoutStyleCollection.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/TextBox.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/TextBox.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/TextBox.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/TextBox.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/TextBoxBase.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/TextBoxBase.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/TextBoxBase.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/TextBoxBase.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/TextBoxRenderer.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/TextBoxRenderer.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/TextBoxRenderer.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/TextBoxRenderer.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/TextBoxTextRenderer.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/TextBoxTextRenderer.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/TextBoxTextRenderer.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/TextBoxTextRenderer.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/TextControl.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/TextControl.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/TextControl.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/TextControl.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/TextDataFormat.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/TextDataFormat.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/TextDataFormat.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/TextDataFormat.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/TextFormatFlags.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/TextFormatFlags.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/TextFormatFlags.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/TextFormatFlags.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/TextImageRelation.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/TextImageRelation.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/TextImageRelation.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/TextImageRelation.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/TextRenderer.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/TextRenderer.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/TextRenderer.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/TextRenderer.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Theme.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/Theme.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/Theme.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/Theme.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ThemeClearlooks.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ThemeClearlooks.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ThemeClearlooks.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ThemeClearlooks.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ThemeEngine.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ThemeEngine.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ThemeEngine.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ThemeEngine.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ThemeGtk.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ThemeGtk.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ThemeGtk.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ThemeGtk.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ThemeNice.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ThemeNice.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ThemeNice.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ThemeNice.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ThemeVisualStyles.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ThemeVisualStyles.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ThemeVisualStyles.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ThemeVisualStyles.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ThemeWin32Classic.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ThemeWin32Classic.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ThemeWin32Classic.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ThemeWin32Classic.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ThreadExceptionDialog.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ThreadExceptionDialog.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ThreadExceptionDialog.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ThreadExceptionDialog.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/TickStyle.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/TickStyle.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/TickStyle.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/TickStyle.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Timer.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/Timer.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/Timer.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/Timer.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolBar.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ToolBar.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolBar.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ToolBar.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolBarAppearance.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ToolBarAppearance.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolBarAppearance.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ToolBarAppearance.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolBarButton.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ToolBarButton.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolBarButton.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ToolBarButton.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolBarButtonClickEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ToolBarButtonClickEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolBarButtonClickEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ToolBarButtonClickEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolBarButtonClickEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ToolBarButtonClickEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolBarButtonClickEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ToolBarButtonClickEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolBarButtonStyle.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ToolBarButtonStyle.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolBarButtonStyle.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ToolBarButtonStyle.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolBarTextAlign.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ToolBarTextAlign.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolBarTextAlign.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ToolBarTextAlign.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStrip.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStrip.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStrip.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStrip.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripArrowRenderEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripArrowRenderEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripArrowRenderEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripArrowRenderEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripArrowRenderEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripArrowRenderEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripArrowRenderEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripArrowRenderEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripButton.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripButton.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripButton.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripButton.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripComboBox.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripComboBox.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripComboBox.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripComboBox.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripContainer.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripContainer.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripContainer.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripContainer.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripContentPanel.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripContentPanel.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripContentPanel.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripContentPanel.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripContentPanelRenderEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripContentPanelRenderEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripContentPanelRenderEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripContentPanelRenderEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripContentPanelRenderEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripContentPanelRenderEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripContentPanelRenderEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripContentPanelRenderEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripControlHost.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripControlHost.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripControlHost.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripControlHost.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripDropDown.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripDropDown.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripDropDown.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripDropDown.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripDropDownButton.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripDropDownButton.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripDropDownButton.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripDropDownButton.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripDropDownCloseReason.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripDropDownCloseReason.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripDropDownCloseReason.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripDropDownCloseReason.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripDropDownClosedEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripDropDownClosedEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripDropDownClosedEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripDropDownClosedEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripDropDownClosedEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripDropDownClosedEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripDropDownClosedEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripDropDownClosedEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripDropDownClosingEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripDropDownClosingEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripDropDownClosingEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripDropDownClosingEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripDropDownClosingEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripDropDownClosingEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripDropDownClosingEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripDropDownClosingEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripDropDownDirection.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripDropDownDirection.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripDropDownDirection.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripDropDownDirection.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripDropDownItem.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripDropDownItem.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripDropDownItem.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripDropDownItem.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripDropDownItemAccessibleObject.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripDropDownItemAccessibleObject.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripDropDownItemAccessibleObject.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripDropDownItemAccessibleObject.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripDropDownMenu.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripDropDownMenu.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripDropDownMenu.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripDropDownMenu.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripGripDisplayStyle.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripGripDisplayStyle.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripGripDisplayStyle.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripGripDisplayStyle.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripGripRenderEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripGripRenderEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripGripRenderEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripGripRenderEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripGripRenderEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripGripRenderEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripGripRenderEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripGripRenderEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripGripStyle.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripGripStyle.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripGripStyle.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripGripStyle.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripItem.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripItem.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripItem.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripItem.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripItemAlignment.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripItemAlignment.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripItemAlignment.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripItemAlignment.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripItemClickedEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripItemClickedEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripItemClickedEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripItemClickedEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripItemClickedEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripItemClickedEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripItemClickedEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripItemClickedEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripItemCollection.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripItemCollection.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripItemCollection.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripItemCollection.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripItemDisplayStyle.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripItemDisplayStyle.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripItemDisplayStyle.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripItemDisplayStyle.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripItemEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripItemEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripItemEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripItemEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripItemEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripItemEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripItemEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripItemEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripItemEventType.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripItemEventType.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripItemEventType.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripItemEventType.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripItemImageRenderEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripItemImageRenderEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripItemImageRenderEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripItemImageRenderEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripItemImageRenderEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripItemImageRenderEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripItemImageRenderEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripItemImageRenderEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripItemImageScaling.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripItemImageScaling.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripItemImageScaling.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripItemImageScaling.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripItemOverflow.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripItemOverflow.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripItemOverflow.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripItemOverflow.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripItemPlacement.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripItemPlacement.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripItemPlacement.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripItemPlacement.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripItemRenderEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripItemRenderEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripItemRenderEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripItemRenderEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripItemRenderEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripItemRenderEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripItemRenderEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripItemRenderEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripItemTextRenderEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripItemTextRenderEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripItemTextRenderEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripItemTextRenderEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripItemTextRenderEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripItemTextRenderEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripItemTextRenderEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripItemTextRenderEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripLabel.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripLabel.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripLabel.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripLabel.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripLayoutStyle.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripLayoutStyle.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripLayoutStyle.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripLayoutStyle.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripManager.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripManager.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripManager.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripManager.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripManagerRenderMode.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripManagerRenderMode.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripManagerRenderMode.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripManagerRenderMode.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripMenuItem.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripMenuItem.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripMenuItem.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripMenuItem.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripOverflow.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripOverflow.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripOverflow.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripOverflow.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripOverflowButton.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripOverflowButton.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripOverflowButton.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripOverflowButton.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripPanel.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripPanel.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripPanel.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripPanel.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripPanelRenderEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripPanelRenderEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripPanelRenderEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripPanelRenderEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripPanelRenderEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripPanelRenderEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripPanelRenderEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripPanelRenderEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripPanelRow.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripPanelRow.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripPanelRow.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripPanelRow.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripProfessionalRenderer.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripProfessionalRenderer.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripProfessionalRenderer.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripProfessionalRenderer.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripProgressBar.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripProgressBar.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripProgressBar.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripProgressBar.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripRenderEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripRenderEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripRenderEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripRenderEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripRenderEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripRenderEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripRenderEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripRenderEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripRenderMode.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripRenderMode.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripRenderMode.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripRenderMode.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripRenderer.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripRenderer.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripRenderer.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripRenderer.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripSeparator.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripSeparator.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripSeparator.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripSeparator.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripSeparatorRenderEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripSeparatorRenderEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripSeparatorRenderEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripSeparatorRenderEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripSeparatorRenderEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripSeparatorRenderEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripSeparatorRenderEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripSeparatorRenderEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripSplitButton.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripSplitButton.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripSplitButton.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripSplitButton.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripSplitStackLayout.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripSplitStackLayout.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripSplitStackLayout.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripSplitStackLayout.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripStatusLabel.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripStatusLabel.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripStatusLabel.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripStatusLabel.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripStatusLabelBorderSides.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripStatusLabelBorderSides.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripStatusLabelBorderSides.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripStatusLabelBorderSides.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripSystemRenderer.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripSystemRenderer.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripSystemRenderer.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripSystemRenderer.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripTextBox.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripTextBox.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripTextBox.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripTextBox.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripTextDirection.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripTextDirection.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripTextDirection.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ToolStripTextDirection.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolTip.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ToolTip.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolTip.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ToolTip.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolTipIcon.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ToolTipIcon.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolTipIcon.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ToolTipIcon.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolWindowManager.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ToolWindowManager.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolWindowManager.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ToolWindowManager.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/TrackBar.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/TrackBar.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/TrackBar.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/TrackBar.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/TrackBarRenderer.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/TrackBarRenderer.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/TrackBarRenderer.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/TrackBarRenderer.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/TreeNode.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/TreeNode.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/TreeNode.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/TreeNode.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/TreeNodeCollection.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/TreeNodeCollection.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/TreeNodeCollection.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/TreeNodeCollection.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/TreeNodeConverter.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/TreeNodeConverter.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/TreeNodeConverter.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/TreeNodeConverter.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/TreeNodeMouseClickEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/TreeNodeMouseClickEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/TreeNodeMouseClickEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/TreeNodeMouseClickEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/TreeNodeMouseClickEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/TreeNodeMouseClickEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/TreeNodeMouseClickEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/TreeNodeMouseClickEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/TreeNodeMouseHoverEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/TreeNodeMouseHoverEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/TreeNodeMouseHoverEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/TreeNodeMouseHoverEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/TreeNodeMouseHoverEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/TreeNodeMouseHoverEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/TreeNodeMouseHoverEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/TreeNodeMouseHoverEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/TreeNodeStates.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/TreeNodeStates.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/TreeNodeStates.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/TreeNodeStates.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/TreeView.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/TreeView.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/TreeView.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/TreeView.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/TreeViewAction.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/TreeViewAction.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/TreeViewAction.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/TreeViewAction.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/TreeViewCancelEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/TreeViewCancelEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/TreeViewCancelEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/TreeViewCancelEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/TreeViewCancelEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/TreeViewCancelEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/TreeViewCancelEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/TreeViewCancelEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/TreeViewDrawMode.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/TreeViewDrawMode.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/TreeViewDrawMode.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/TreeViewDrawMode.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/TreeViewEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/TreeViewEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/TreeViewEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/TreeViewEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/TreeViewEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/TreeViewEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/TreeViewEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/TreeViewEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/TreeViewHitTestInfo.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/TreeViewHitTestInfo.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/TreeViewHitTestInfo.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/TreeViewHitTestInfo.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/TreeViewHitTestLocations.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/TreeViewHitTestLocations.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/TreeViewHitTestLocations.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/TreeViewHitTestLocations.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/TreeViewImageIndexConverter.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/TreeViewImageIndexConverter.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/TreeViewImageIndexConverter.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/TreeViewImageIndexConverter.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/TreeViewImageKeyConverter.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/TreeViewImageKeyConverter.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/TreeViewImageKeyConverter.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/TreeViewImageKeyConverter.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/TypeValidationEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/TypeValidationEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/TypeValidationEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/TypeValidationEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/TypeValidationEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/TypeValidationEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/TypeValidationEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/TypeValidationEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/UICues.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/UICues.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/UICues.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/UICues.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/UICuesEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/UICuesEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/UICuesEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/UICuesEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/UICuesEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/UICuesEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/UICuesEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/UICuesEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/UnhandledExceptionMode.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/UnhandledExceptionMode.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/UnhandledExceptionMode.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/UnhandledExceptionMode.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/UpDownBase.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/UpDownBase.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/UpDownBase.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/UpDownBase.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/UpDownEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/UpDownEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/UpDownEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/UpDownEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/UpDownEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/UpDownEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/UpDownEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/UpDownEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/UserControl.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/UserControl.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/UserControl.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/UserControl.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/VScrollBar.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/VScrollBar.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/VScrollBar.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/VScrollBar.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/VScrollProperties.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/VScrollProperties.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/VScrollProperties.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/VScrollProperties.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ValidationConstraints.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/ValidationConstraints.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/ValidationConstraints.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/ValidationConstraints.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/View.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/View.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/View.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/View.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/WebBrowser.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/WebBrowser.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/WebBrowser.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/WebBrowser.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/WebBrowserBase.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/WebBrowserBase.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/WebBrowserBase.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/WebBrowserBase.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/WebBrowserDocumentCompletedEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/WebBrowserDocumentCompletedEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/WebBrowserDocumentCompletedEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/WebBrowserDocumentCompletedEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/WebBrowserDocumentCompletedEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/WebBrowserDocumentCompletedEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/WebBrowserDocumentCompletedEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/WebBrowserDocumentCompletedEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/WebBrowserEncryptionLevel.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/WebBrowserEncryptionLevel.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/WebBrowserEncryptionLevel.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/WebBrowserEncryptionLevel.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/WebBrowserNavigatedEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/WebBrowserNavigatedEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/WebBrowserNavigatedEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/WebBrowserNavigatedEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/WebBrowserNavigatedEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/WebBrowserNavigatedEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/WebBrowserNavigatedEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/WebBrowserNavigatedEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/WebBrowserNavigatingEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/WebBrowserNavigatingEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/WebBrowserNavigatingEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/WebBrowserNavigatingEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/WebBrowserNavigatingEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/WebBrowserNavigatingEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/WebBrowserNavigatingEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/WebBrowserNavigatingEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/WebBrowserProgressChangedEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/WebBrowserProgressChangedEventArgs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/WebBrowserProgressChangedEventArgs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/WebBrowserProgressChangedEventArgs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/WebBrowserProgressChangedEventHandler.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/WebBrowserProgressChangedEventHandler.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/WebBrowserProgressChangedEventHandler.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/WebBrowserProgressChangedEventHandler.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/WebBrowserReadyState.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/WebBrowserReadyState.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/WebBrowserReadyState.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/WebBrowserReadyState.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/WebBrowserRefreshOption.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/WebBrowserRefreshOption.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/WebBrowserRefreshOption.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/WebBrowserRefreshOption.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/WebBrowserSiteBase.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/WebBrowserSiteBase.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/WebBrowserSiteBase.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/WebBrowserSiteBase.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Win32DnD.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/Win32DnD.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/Win32DnD.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/Win32DnD.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/WindowsFormsSection.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/WindowsFormsSection.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/WindowsFormsSection.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/WindowsFormsSection.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/WindowsFormsSynchronizationContext.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/WindowsFormsSynchronizationContext.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/WindowsFormsSynchronizationContext.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/WindowsFormsSynchronizationContext.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/X11Clipboard.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/X11Clipboard.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/X11Clipboard.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/X11Clipboard.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/X11DesktopColors.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/X11DesktopColors.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/X11DesktopColors.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/X11DesktopColors.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/X11Dnd.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/X11Dnd.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/X11Dnd.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/X11Dnd.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/X11Keyboard.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/X11Keyboard.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/X11Keyboard.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/X11Keyboard.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/X11Structs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/X11Structs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/X11Structs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/X11Structs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/XEventQueue.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/XEventQueue.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/XEventQueue.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/XEventQueue.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUI.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/XplatUI.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUI.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/XplatUI.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUICarbon.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/XplatUICarbon.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUICarbon.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/XplatUICarbon.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUIDriver.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/XplatUIDriver.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUIDriver.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/XplatUIDriver.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUIStructs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/XplatUIStructs.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUIStructs.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/XplatUIStructs.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUIWin32.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/XplatUIWin32.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUIWin32.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/XplatUIWin32.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUIX11.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/XplatUIX11.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUIX11.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/XplatUIX11.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUIX11GTK.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/XplatUIX11GTK.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUIX11GTK.cs rename to mcs/class/System.Windows.Forms/System.Windows.Forms/XplatUIX11GTK.cs diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms_test.dll.sources b/mcs/class/System.Windows.Forms/System.Windows.Forms_test.dll.sources similarity index 100% rename from mcs/class/Managed.Windows.Forms/System.Windows.Forms_test.dll.sources rename to mcs/class/System.Windows.Forms/System.Windows.Forms_test.dll.sources diff --git a/mcs/class/Managed.Windows.Forms/Test/DummyAssembly/AnotherSerializable.cs b/mcs/class/System.Windows.Forms/Test/DummyAssembly/AnotherSerializable.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/DummyAssembly/AnotherSerializable.cs rename to mcs/class/System.Windows.Forms/Test/DummyAssembly/AnotherSerializable.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/DummyAssembly/Convertable.cs b/mcs/class/System.Windows.Forms/Test/DummyAssembly/Convertable.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/DummyAssembly/Convertable.cs rename to mcs/class/System.Windows.Forms/Test/DummyAssembly/Convertable.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/DummyAssembly/Properties/AssemblyInfo.cs b/mcs/class/System.Windows.Forms/Test/DummyAssembly/Properties/AssemblyInfo.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/DummyAssembly/Properties/AssemblyInfo.cs rename to mcs/class/System.Windows.Forms/Test/DummyAssembly/Properties/AssemblyInfo.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Resources/ChangeLog b/mcs/class/System.Windows.Forms/Test/System.Resources/ChangeLog similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Resources/ChangeLog rename to mcs/class/System.Windows.Forms/Test/System.Resources/ChangeLog diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Resources/CompatTest.cs b/mcs/class/System.Windows.Forms/Test/System.Resources/CompatTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Resources/CompatTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Resources/CompatTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Resources/CultureTest.cs b/mcs/class/System.Windows.Forms/Test/System.Resources/CultureTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Resources/CultureTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Resources/CultureTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Resources/HelperClasses_ITRS.cs b/mcs/class/System.Windows.Forms/Test/System.Resources/HelperClasses_ITRS.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Resources/HelperClasses_ITRS.cs rename to mcs/class/System.Windows.Forms/Test/System.Resources/HelperClasses_ITRS.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Resources/HelperClasses_Resources.cs b/mcs/class/System.Windows.Forms/Test/System.Resources/HelperClasses_Resources.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Resources/HelperClasses_Resources.cs rename to mcs/class/System.Windows.Forms/Test/System.Resources/HelperClasses_Resources.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Resources/ResXDataNodeAliasTests.cs b/mcs/class/System.Windows.Forms/Test/System.Resources/ResXDataNodeAliasTests.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Resources/ResXDataNodeAliasTests.cs rename to mcs/class/System.Windows.Forms/Test/System.Resources/ResXDataNodeAliasTests.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Resources/ResXDataNodeByteArrayTests.cs b/mcs/class/System.Windows.Forms/Test/System.Resources/ResXDataNodeByteArrayTests.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Resources/ResXDataNodeByteArrayTests.cs rename to mcs/class/System.Windows.Forms/Test/System.Resources/ResXDataNodeByteArrayTests.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Resources/ResXDataNodeFileRefGetValueTests.cs b/mcs/class/System.Windows.Forms/Test/System.Resources/ResXDataNodeFileRefGetValueTests.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Resources/ResXDataNodeFileRefGetValueTests.cs rename to mcs/class/System.Windows.Forms/Test/System.Resources/ResXDataNodeFileRefGetValueTests.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Resources/ResXDataNodeFileRefGetValueTypeNameTests.cs b/mcs/class/System.Windows.Forms/Test/System.Resources/ResXDataNodeFileRefGetValueTypeNameTests.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Resources/ResXDataNodeFileRefGetValueTypeNameTests.cs rename to mcs/class/System.Windows.Forms/Test/System.Resources/ResXDataNodeFileRefGetValueTypeNameTests.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Resources/ResXDataNodeSerialisedGetValueTypeNameTests.cs b/mcs/class/System.Windows.Forms/Test/System.Resources/ResXDataNodeSerialisedGetValueTypeNameTests.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Resources/ResXDataNodeSerialisedGetValueTypeNameTests.cs rename to mcs/class/System.Windows.Forms/Test/System.Resources/ResXDataNodeSerialisedGetValueTypeNameTests.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Resources/ResXDataNodeSerializedGetValueTests.cs b/mcs/class/System.Windows.Forms/Test/System.Resources/ResXDataNodeSerializedGetValueTests.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Resources/ResXDataNodeSerializedGetValueTests.cs rename to mcs/class/System.Windows.Forms/Test/System.Resources/ResXDataNodeSerializedGetValueTests.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Resources/ResXDataNodeTest.cs b/mcs/class/System.Windows.Forms/Test/System.Resources/ResXDataNodeTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Resources/ResXDataNodeTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Resources/ResXDataNodeTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Resources/ResXDataNodeTypeConverterGetValueTests.cs b/mcs/class/System.Windows.Forms/Test/System.Resources/ResXDataNodeTypeConverterGetValueTests.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Resources/ResXDataNodeTypeConverterGetValueTests.cs rename to mcs/class/System.Windows.Forms/Test/System.Resources/ResXDataNodeTypeConverterGetValueTests.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Resources/ResXDataNodeTypeConverterGetValueTypeNameTests.cs b/mcs/class/System.Windows.Forms/Test/System.Resources/ResXDataNodeTypeConverterGetValueTypeNameTests.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Resources/ResXDataNodeTypeConverterGetValueTypeNameTests.cs rename to mcs/class/System.Windows.Forms/Test/System.Resources/ResXDataNodeTypeConverterGetValueTypeNameTests.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Resources/ResXDataNodeWriteBehavior.cs b/mcs/class/System.Windows.Forms/Test/System.Resources/ResXDataNodeWriteBehavior.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Resources/ResXDataNodeWriteBehavior.cs rename to mcs/class/System.Windows.Forms/Test/System.Resources/ResXDataNodeWriteBehavior.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Resources/ResXFileRefTest.cs b/mcs/class/System.Windows.Forms/Test/System.Resources/ResXFileRefTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Resources/ResXFileRefTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Resources/ResXFileRefTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Resources/ResXResourceReaderTest.cs b/mcs/class/System.Windows.Forms/Test/System.Resources/ResXResourceReaderTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Resources/ResXResourceReaderTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Resources/ResXResourceReaderTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Resources/ResourcesTestHelper.cs b/mcs/class/System.Windows.Forms/Test/System.Resources/ResourcesTestHelper.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Resources/ResourcesTestHelper.cs rename to mcs/class/System.Windows.Forms/Test/System.Resources/ResourcesTestHelper.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Resources/WriterTest.cs b/mcs/class/System.Windows.Forms/Test/System.Resources/WriterTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Resources/WriterTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Resources/WriterTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Resources/compat_1_1.resx b/mcs/class/System.Windows.Forms/Test/System.Resources/compat_1_1.resx similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Resources/compat_1_1.resx rename to mcs/class/System.Windows.Forms/Test/System.Resources/compat_1_1.resx diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Resources/compat_2_0.resx b/mcs/class/System.Windows.Forms/Test/System.Resources/compat_2_0.resx similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Resources/compat_2_0.resx rename to mcs/class/System.Windows.Forms/Test/System.Resources/compat_2_0.resx diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms.Layout/.gitattributes b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms.Layout/.gitattributes similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms.Layout/.gitattributes rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms.Layout/.gitattributes diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms.Layout/ArrangedElementCollectionTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms.Layout/ArrangedElementCollectionTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms.Layout/ArrangedElementCollectionTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms.Layout/ArrangedElementCollectionTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms.Layout/ChangeLog b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms.Layout/ChangeLog similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms.Layout/ChangeLog rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms.Layout/ChangeLog diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms.Layout/TableLayoutSettingsTypeConverterTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms.Layout/TableLayoutSettingsTypeConverterTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms.Layout/TableLayoutSettingsTypeConverterTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms.Layout/TableLayoutSettingsTypeConverterTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/.gitattributes b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/.gitattributes similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/.gitattributes rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/.gitattributes diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ApplicationContextTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ApplicationContextTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ApplicationContextTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ApplicationContextTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ApplicationTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ApplicationTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ApplicationTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ApplicationTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/AutoCompleteStringCollectionTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/AutoCompleteStringCollectionTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/AutoCompleteStringCollectionTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/AutoCompleteStringCollectionTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/BindingContextTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/BindingContextTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/BindingContextTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/BindingContextTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/BindingManagerBaseTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/BindingManagerBaseTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/BindingManagerBaseTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/BindingManagerBaseTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/BindingMemberInfoTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/BindingMemberInfoTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/BindingMemberInfoTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/BindingMemberInfoTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/BindingNavigatorTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/BindingNavigatorTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/BindingNavigatorTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/BindingNavigatorTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/BindingSourceTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/BindingSourceTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/BindingSourceTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/BindingSourceTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/BindingTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/BindingTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/BindingTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/BindingTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/BindingsCollectionTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/BindingsCollectionTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/BindingsCollectionTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/BindingsCollectionTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ButtonBaseTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ButtonBaseTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ButtonBaseTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ButtonBaseTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ButtonTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ButtonTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ButtonTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ButtonTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ChangeLog b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ChangeLog similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ChangeLog rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ChangeLog diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/CheckBoxEventTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/CheckBoxEventTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/CheckBoxEventTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/CheckBoxEventTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/CheckBoxTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/CheckBoxTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/CheckBoxTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/CheckBoxTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/CheckedListBoxEventTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/CheckedListBoxEventTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/CheckedListBoxEventTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/CheckedListBoxEventTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/CheckedListBoxTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/CheckedListBoxTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/CheckedListBoxTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/CheckedListBoxTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ClipboardTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ClipboardTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ClipboardTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ClipboardTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ColumnClickEventArgsTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ColumnClickEventArgsTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ColumnClickEventArgsTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ColumnClickEventArgsTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ColumnHeaderTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ColumnHeaderTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ColumnHeaderTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ColumnHeaderTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ColumnStyleTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ColumnStyleTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ColumnStyleTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ColumnStyleTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ComboBoxTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ComboBoxTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ComboBoxTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ComboBoxTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/Common.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/Common.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/Common.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/Common.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/CommonDialogsTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/CommonDialogsTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/CommonDialogsTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/CommonDialogsTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ContainerControlTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ContainerControlTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ContainerControlTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ContainerControlTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ContextMenuTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ContextMenuTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ContextMenuTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ContextMenuTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ControlBindingsCollectionTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ControlBindingsCollectionTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ControlBindingsCollectionTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ControlBindingsCollectionTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ControlBindingsConverterTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ControlBindingsConverterTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ControlBindingsConverterTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ControlBindingsConverterTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ControlCollectionTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ControlCollectionTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ControlCollectionTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ControlCollectionTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ControlEventTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ControlEventTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ControlEventTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ControlEventTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ControlHandleTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ControlHandleTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ControlHandleTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ControlHandleTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ControlLogger.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ControlLogger.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ControlLogger.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ControlLogger.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ControlLogger2.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ControlLogger2.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ControlLogger2.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ControlLogger2.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ControlPaintTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ControlPaintTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ControlPaintTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ControlPaintTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ControlPropertyEventsTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ControlPropertyEventsTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ControlPropertyEventsTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ControlPropertyEventsTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ControlStyleTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ControlStyleTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ControlStyleTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ControlStyleTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ControlTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ControlTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ControlTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ControlTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/CurrencyManagerTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/CurrencyManagerTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/CurrencyManagerTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/CurrencyManagerTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/CursorTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/CursorTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/CursorTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/CursorTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DataBindingTests.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/DataBindingTests.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DataBindingTests.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/DataBindingTests.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DataGridCellTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/DataGridCellTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DataGridCellTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/DataGridCellTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DataGridColumnStyleTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/DataGridColumnStyleTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DataGridColumnStyleTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/DataGridColumnStyleTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DataGridTableStyleTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/DataGridTableStyleTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DataGridTableStyleTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/DataGridTableStyleTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DataGridTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/DataGridTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DataGridTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/DataGridTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DataGridTextBoxColumnTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/DataGridTextBoxColumnTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DataGridTextBoxColumnTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/DataGridTextBoxColumnTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DataGridTextBoxTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/DataGridTextBoxTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DataGridTextBoxTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/DataGridTextBoxTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DataGridViewAdvancedBorderStyleTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/DataGridViewAdvancedBorderStyleTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DataGridViewAdvancedBorderStyleTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/DataGridViewAdvancedBorderStyleTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DataGridViewBandTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/DataGridViewBandTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DataGridViewBandTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/DataGridViewBandTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DataGridViewButtonCellTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/DataGridViewButtonCellTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DataGridViewButtonCellTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/DataGridViewButtonCellTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DataGridViewCellCollectionTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/DataGridViewCellCollectionTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DataGridViewCellCollectionTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/DataGridViewCellCollectionTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DataGridViewCellStyleTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/DataGridViewCellStyleTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DataGridViewCellStyleTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/DataGridViewCellStyleTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DataGridViewCellTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/DataGridViewCellTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DataGridViewCellTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/DataGridViewCellTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DataGridViewCheckBoxCellTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/DataGridViewCheckBoxCellTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DataGridViewCheckBoxCellTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/DataGridViewCheckBoxCellTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DataGridViewClipboardHeaderTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/DataGridViewClipboardHeaderTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DataGridViewClipboardHeaderTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/DataGridViewClipboardHeaderTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DataGridViewClipboardTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/DataGridViewClipboardTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DataGridViewClipboardTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/DataGridViewClipboardTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DataGridViewColumnCollectionTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/DataGridViewColumnCollectionTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DataGridViewColumnCollectionTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/DataGridViewColumnCollectionTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DataGridViewColumnHeaderTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/DataGridViewColumnHeaderTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DataGridViewColumnHeaderTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/DataGridViewColumnHeaderTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DataGridViewColumnTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/DataGridViewColumnTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DataGridViewColumnTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/DataGridViewColumnTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DataGridViewComboBoxCellTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/DataGridViewComboBoxCellTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DataGridViewComboBoxCellTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/DataGridViewComboBoxCellTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DataGridViewCommon.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/DataGridViewCommon.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DataGridViewCommon.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/DataGridViewCommon.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DataGridViewDataBindingTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/DataGridViewDataBindingTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DataGridViewDataBindingTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/DataGridViewDataBindingTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DataGridViewElementTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/DataGridViewElementTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DataGridViewElementTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/DataGridViewElementTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DataGridViewImageCellTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/DataGridViewImageCellTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DataGridViewImageCellTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/DataGridViewImageCellTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DataGridViewLinkCellTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/DataGridViewLinkCellTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DataGridViewLinkCellTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/DataGridViewLinkCellTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DataGridViewRowCollectionTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/DataGridViewRowCollectionTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DataGridViewRowCollectionTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/DataGridViewRowCollectionTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DataGridViewRowHeaderTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/DataGridViewRowHeaderTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DataGridViewRowHeaderTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/DataGridViewRowHeaderTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DataGridViewRowHeightInfoNeededEventArgsTests.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/DataGridViewRowHeightInfoNeededEventArgsTests.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DataGridViewRowHeightInfoNeededEventArgsTests.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/DataGridViewRowHeightInfoNeededEventArgsTests.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DataGridViewRowTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/DataGridViewRowTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DataGridViewRowTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/DataGridViewRowTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DataGridViewTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/DataGridViewTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DataGridViewTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/DataGridViewTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DataGridViewTextBoxCellTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/DataGridViewTextBoxCellTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DataGridViewTextBoxCellTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/DataGridViewTextBoxCellTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DataGridViewTextBoxColumnTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/DataGridViewTextBoxColumnTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DataGridViewTextBoxColumnTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/DataGridViewTextBoxColumnTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DataObjectTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/DataObjectTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DataObjectTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/DataObjectTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DateTimePickerTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/DateTimePickerTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DateTimePickerTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/DateTimePickerTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DefaultLayoutTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/DefaultLayoutTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DefaultLayoutTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/DefaultLayoutTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DragAndDropTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/DragAndDropTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DragAndDropTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/DragAndDropTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DragEventArgsTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/DragEventArgsTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DragEventArgsTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/DragEventArgsTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ErrorProviderTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ErrorProviderTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ErrorProviderTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ErrorProviderTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/EventArgsTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/EventArgsTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/EventArgsTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/EventArgsTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/EventLogger.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/EventLogger.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/EventLogger.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/EventLogger.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/FlowPanelTests.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/FlowPanelTests.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/FlowPanelTests.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/FlowPanelTests.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/FocusTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/FocusTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/FocusTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/FocusTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/FolderBrowserDialogTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/FolderBrowserDialogTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/FolderBrowserDialogTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/FolderBrowserDialogTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/FormEventTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/FormEventTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/FormEventTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/FormEventTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/FormHandleTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/FormHandleTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/FormHandleTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/FormHandleTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/FormTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/FormTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/FormTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/FormTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/GenerateControlStyleTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/GenerateControlStyleTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/GenerateControlStyleTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/GenerateControlStyleTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/GridColumnStylesCollectionTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/GridColumnStylesCollectionTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/GridColumnStylesCollectionTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/GridColumnStylesCollectionTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/GridTableStylesCollectionTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/GridTableStylesCollectionTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/GridTableStylesCollectionTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/GridTableStylesCollectionTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/GroupBoxTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/GroupBoxTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/GroupBoxTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/GroupBoxTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/HScrollPropertiesTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/HScrollPropertiesTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/HScrollPropertiesTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/HScrollPropertiesTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/HelpProviderTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/HelpProviderTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/HelpProviderTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/HelpProviderTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ImageKeyConverterTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ImageKeyConverterTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ImageKeyConverterTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ImageKeyConverterTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ImageListStreamerTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ImageListStreamerTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ImageListStreamerTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ImageListStreamerTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ImageListTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ImageListTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ImageListTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ImageListTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/InputLanguageTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/InputLanguageTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/InputLanguageTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/InputLanguageTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/KeyEventArgsTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/KeyEventArgsTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/KeyEventArgsTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/KeyEventArgsTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/KeysConverterTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/KeysConverterTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/KeysConverterTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/KeysConverterTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/LabelTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/LabelTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/LabelTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/LabelTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/LinkAreaTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/LinkAreaTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/LinkAreaTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/LinkAreaTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/LinkConverterTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/LinkConverterTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/LinkConverterTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/LinkConverterTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/LinkLabelTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/LinkLabelTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/LinkLabelTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/LinkLabelTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ListBindingHelperTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ListBindingHelperTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ListBindingHelperTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ListBindingHelperTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ListBoxEventTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ListBoxEventTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ListBoxEventTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ListBoxEventTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ListBoxTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ListBoxTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ListBoxTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ListBoxTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ListControlTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ListControlTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ListControlTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ListControlTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ListViewCollectionsTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ListViewCollectionsTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ListViewCollectionsTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ListViewCollectionsTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ListViewEventTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ListViewEventTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ListViewEventTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ListViewEventTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ListViewGroupCollectionTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ListViewGroupCollectionTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ListViewGroupCollectionTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ListViewGroupCollectionTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ListViewGroupTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ListViewGroupTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ListViewGroupTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ListViewGroupTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ListViewItemTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ListViewItemTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ListViewItemTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ListViewItemTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ListViewTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ListViewTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ListViewTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ListViewTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/LogGenerator.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/LogGenerator.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/LogGenerator.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/LogGenerator.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/MaskedTextBoxTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/MaskedTextBoxTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/MaskedTextBoxTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/MaskedTextBoxTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/MdiFormHandleTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/MdiFormHandleTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/MdiFormHandleTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/MdiFormHandleTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/MdiFormTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/MdiFormTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/MdiFormTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/MdiFormTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/MenuItemTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/MenuItemTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/MenuItemTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/MenuItemTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/MenuStripTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/MenuStripTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/MenuStripTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/MenuStripTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/MenuTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/MenuTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/MenuTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/MenuTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/MessageTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/MessageTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/MessageTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/MessageTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/MonthCalendarTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/MonthCalendarTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/MonthCalendarTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/MonthCalendarTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/NotifyIconTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/NotifyIconTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/NotifyIconTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/NotifyIconTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/NumericUpDownTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/NumericUpDownTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/NumericUpDownTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/NumericUpDownTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/PaddingConverterTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/PaddingConverterTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/PaddingConverterTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/PaddingConverterTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/PaddingTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/PaddingTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/PaddingTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/PaddingTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/PaintEventArgsTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/PaintEventArgsTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/PaintEventArgsTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/PaintEventArgsTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/PanelTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/PanelTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/PanelTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/PanelTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/PictureBoxTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/PictureBoxTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/PictureBoxTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/PictureBoxTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/PrintDialogTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/PrintDialogTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/PrintDialogTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/PrintDialogTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ProgressBarTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ProgressBarTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ProgressBarTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ProgressBarTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/PropertyGridTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/PropertyGridTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/PropertyGridTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/PropertyGridTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/PropertyManagerTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/PropertyManagerTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/PropertyManagerTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/PropertyManagerTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/RadioButtonTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/RadioButtonTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/RadioButtonTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/RadioButtonTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/RichTextBoxTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/RichTextBoxTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/RichTextBoxTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/RichTextBoxTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/RowStyleTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/RowStyleTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/RowStyleTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/RowStyleTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/SaveFileDialogTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/SaveFileDialogTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/SaveFileDialogTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/SaveFileDialogTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ScreenTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ScreenTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ScreenTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ScreenTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ScrollBarTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ScrollBarTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ScrollBarTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ScrollBarTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ScrollableControlTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ScrollableControlTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ScrollableControlTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ScrollableControlTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/SelectionRangeTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/SelectionRangeTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/SelectionRangeTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/SelectionRangeTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/SendKeysTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/SendKeysTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/SendKeysTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/SendKeysTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/SplitContainerTests.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/SplitContainerTests.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/SplitContainerTests.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/SplitContainerTests.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/SplitterTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/SplitterTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/SplitterTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/SplitterTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/StatusBarPanelTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/StatusBarPanelTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/StatusBarPanelTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/StatusBarPanelTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/StatusBarTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/StatusBarTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/StatusBarTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/StatusBarTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/StatusStripTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/StatusStripTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/StatusStripTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/StatusStripTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/SystemInformationTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/SystemInformationTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/SystemInformationTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/SystemInformationTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/TabControlTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/TabControlTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/TabControlTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/TabControlTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/TableLayoutTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/TableLayoutTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/TableLayoutTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/TableLayoutTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/TestHelper.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/TestHelper.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/TestHelper.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/TestHelper.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/TestImageIndexConverter.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/TestImageIndexConverter.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/TestImageIndexConverter.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/TestImageIndexConverter.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/TextBoxTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/TextBoxTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/TextBoxTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/TextBoxTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/TimerTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/TimerTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/TimerTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/TimerTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ToolBarButtonTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ToolBarButtonTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ToolBarButtonTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ToolBarButtonTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ToolBarTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ToolBarTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ToolBarTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ToolBarTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ToolStripButtonTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ToolStripButtonTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ToolStripButtonTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ToolStripButtonTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ToolStripComboBoxTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ToolStripComboBoxTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ToolStripComboBoxTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ToolStripComboBoxTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ToolStripContainerTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ToolStripContainerTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ToolStripContainerTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ToolStripContainerTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ToolStripContentPanelTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ToolStripContentPanelTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ToolStripContentPanelTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ToolStripContentPanelTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ToolStripControlHostTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ToolStripControlHostTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ToolStripControlHostTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ToolStripControlHostTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ToolStripDropDownItemTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ToolStripDropDownItemTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ToolStripDropDownItemTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ToolStripDropDownItemTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ToolStripDropDownTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ToolStripDropDownTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ToolStripDropDownTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ToolStripDropDownTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ToolStripItemCollectionTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ToolStripItemCollectionTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ToolStripItemCollectionTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ToolStripItemCollectionTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ToolStripItemTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ToolStripItemTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ToolStripItemTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ToolStripItemTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ToolStripLabelTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ToolStripLabelTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ToolStripLabelTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ToolStripLabelTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ToolStripManagerTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ToolStripManagerTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ToolStripManagerTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ToolStripManagerTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ToolStripMenuItemTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ToolStripMenuItemTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ToolStripMenuItemTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ToolStripMenuItemTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ToolStripOverflowButtonTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ToolStripOverflowButtonTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ToolStripOverflowButtonTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ToolStripOverflowButtonTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ToolStripOverflowTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ToolStripOverflowTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ToolStripOverflowTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ToolStripOverflowTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ToolStripPanelTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ToolStripPanelTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ToolStripPanelTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ToolStripPanelTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ToolStripProgressBarTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ToolStripProgressBarTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ToolStripProgressBarTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ToolStripProgressBarTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ToolStripSeparatorTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ToolStripSeparatorTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ToolStripSeparatorTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ToolStripSeparatorTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ToolStripStatusLabelTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ToolStripStatusLabelTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ToolStripStatusLabelTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ToolStripStatusLabelTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ToolStripTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ToolStripTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ToolStripTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ToolStripTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ToolStripTextBoxTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ToolStripTextBoxTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ToolStripTextBoxTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ToolStripTextBoxTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ToolTipTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ToolTipTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ToolTipTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ToolTipTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/TrackBarTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/TrackBarTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/TrackBarTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/TrackBarTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/TreeNodeCollectionTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/TreeNodeCollectionTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/TreeNodeCollectionTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/TreeNodeCollectionTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/TreeNodeTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/TreeNodeTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/TreeNodeTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/TreeNodeTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/TreeViewEventsTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/TreeViewEventsTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/TreeViewEventsTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/TreeViewEventsTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/TreeViewHitTestInfoTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/TreeViewHitTestInfoTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/TreeViewHitTestInfoTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/TreeViewHitTestInfoTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/TreeViewImageIndexConverterTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/TreeViewImageIndexConverterTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/TreeViewImageIndexConverterTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/TreeViewImageIndexConverterTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/TreeViewImageKeyConverterTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/TreeViewImageKeyConverterTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/TreeViewImageKeyConverterTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/TreeViewImageKeyConverterTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/TreeViewTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/TreeViewTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/TreeViewTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/TreeViewTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/UpDownTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/UpDownTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/UpDownTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/UpDownTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/UserControlTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/UserControlTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/UserControlTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/UserControlTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/VScrollPropertiesTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/VScrollPropertiesTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/VScrollPropertiesTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/VScrollPropertiesTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/WebBrowserTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/WebBrowserTest.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/WebBrowserTest.cs rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/WebBrowserTest.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/bitmaps/a.png b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/bitmaps/a.png similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/bitmaps/a.png rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/bitmaps/a.png diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/tests-ms.sh b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/tests-ms.sh similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/tests-ms.sh rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/tests-ms.sh diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/tests-ms2.sh b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/tests-ms2.sh similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/tests-ms2.sh rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/tests-ms2.sh diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/tests.sh b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/tests.sh similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/tests.sh rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/tests.sh diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/tests2.sh b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/tests2.sh similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/tests2.sh rename to mcs/class/System.Windows.Forms/Test/System.Windows.Forms/tests2.sh diff --git a/mcs/class/Managed.Windows.Forms/Test/automated/Makefile b/mcs/class/System.Windows.Forms/Test/automated/Makefile similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/automated/Makefile rename to mcs/class/System.Windows.Forms/Test/automated/Makefile diff --git a/mcs/class/Managed.Windows.Forms/Test/automated/README b/mcs/class/System.Windows.Forms/Test/automated/README similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/automated/README rename to mcs/class/System.Windows.Forms/Test/automated/README diff --git a/mcs/class/Managed.Windows.Forms/Test/automated/harness.sh b/mcs/class/System.Windows.Forms/Test/automated/harness.sh similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/automated/harness.sh rename to mcs/class/System.Windows.Forms/Test/automated/harness.sh diff --git a/mcs/class/Managed.Windows.Forms/Test/automated/test-bug79595/0.png b/mcs/class/System.Windows.Forms/Test/automated/test-bug79595/0.png similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/automated/test-bug79595/0.png rename to mcs/class/System.Windows.Forms/Test/automated/test-bug79595/0.png diff --git a/mcs/class/Managed.Windows.Forms/Test/automated/test-bug79595/1.png b/mcs/class/System.Windows.Forms/Test/automated/test-bug79595/1.png similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/automated/test-bug79595/1.png rename to mcs/class/System.Windows.Forms/Test/automated/test-bug79595/1.png diff --git a/mcs/class/Managed.Windows.Forms/Test/automated/test-bug79595/1.xnr b/mcs/class/System.Windows.Forms/Test/automated/test-bug79595/1.xnr similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/automated/test-bug79595/1.xnr rename to mcs/class/System.Windows.Forms/Test/automated/test-bug79595/1.xnr diff --git a/mcs/class/Managed.Windows.Forms/Test/automated/test-bug79595/2.png b/mcs/class/System.Windows.Forms/Test/automated/test-bug79595/2.png similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/automated/test-bug79595/2.png rename to mcs/class/System.Windows.Forms/Test/automated/test-bug79595/2.png diff --git a/mcs/class/Managed.Windows.Forms/Test/automated/test-bug79595/2.xnr b/mcs/class/System.Windows.Forms/Test/automated/test-bug79595/2.xnr similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/automated/test-bug79595/2.xnr rename to mcs/class/System.Windows.Forms/Test/automated/test-bug79595/2.xnr diff --git a/mcs/class/Managed.Windows.Forms/Test/automated/test-bug79595/test.cs b/mcs/class/System.Windows.Forms/Test/automated/test-bug79595/test.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/automated/test-bug79595/test.cs rename to mcs/class/System.Windows.Forms/Test/automated/test-bug79595/test.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/automated/test2-bug80422/0.png b/mcs/class/System.Windows.Forms/Test/automated/test2-bug80422/0.png similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/automated/test2-bug80422/0.png rename to mcs/class/System.Windows.Forms/Test/automated/test2-bug80422/0.png diff --git a/mcs/class/Managed.Windows.Forms/Test/automated/test2-bug80422/test.cs b/mcs/class/System.Windows.Forms/Test/automated/test2-bug80422/test.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/automated/test2-bug80422/test.cs rename to mcs/class/System.Windows.Forms/Test/automated/test2-bug80422/test.cs diff --git a/mcs/class/Managed.Windows.Forms/Test/resources/32x32.ico b/mcs/class/System.Windows.Forms/Test/resources/32x32.ico similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/resources/32x32.ico rename to mcs/class/System.Windows.Forms/Test/resources/32x32.ico diff --git a/mcs/class/Managed.Windows.Forms/Test/resources/a.cur b/mcs/class/System.Windows.Forms/Test/resources/a.cur similarity index 100% rename from mcs/class/Managed.Windows.Forms/Test/resources/a.cur rename to mcs/class/System.Windows.Forms/Test/resources/a.cur diff --git a/mcs/class/Managed.Windows.Forms/resources/.gitattributes b/mcs/class/System.Windows.Forms/resources/.gitattributes similarity index 100% rename from mcs/class/Managed.Windows.Forms/resources/.gitattributes rename to mcs/class/System.Windows.Forms/resources/.gitattributes diff --git a/mcs/class/Managed.Windows.Forms/resources/.gitignore b/mcs/class/System.Windows.Forms/resources/.gitignore similarity index 100% rename from mcs/class/Managed.Windows.Forms/resources/.gitignore rename to mcs/class/System.Windows.Forms/resources/.gitignore diff --git a/mcs/class/Managed.Windows.Forms/resources/1-up.png b/mcs/class/System.Windows.Forms/resources/1-up.png similarity index 100% rename from mcs/class/Managed.Windows.Forms/resources/1-up.png rename to mcs/class/System.Windows.Forms/resources/1-up.png diff --git a/mcs/class/Managed.Windows.Forms/resources/16_computer.png b/mcs/class/System.Windows.Forms/resources/16_computer.png similarity index 100% rename from mcs/class/Managed.Windows.Forms/resources/16_computer.png rename to mcs/class/System.Windows.Forms/resources/16_computer.png diff --git a/mcs/class/Managed.Windows.Forms/resources/16_dialog-error.png b/mcs/class/System.Windows.Forms/resources/16_dialog-error.png similarity index 100% rename from mcs/class/Managed.Windows.Forms/resources/16_dialog-error.png rename to mcs/class/System.Windows.Forms/resources/16_dialog-error.png diff --git a/mcs/class/Managed.Windows.Forms/resources/16_dialog-information.png b/mcs/class/System.Windows.Forms/resources/16_dialog-information.png similarity index 100% rename from mcs/class/Managed.Windows.Forms/resources/16_dialog-information.png rename to mcs/class/System.Windows.Forms/resources/16_dialog-information.png diff --git a/mcs/class/Managed.Windows.Forms/resources/16_dialog-warning.png b/mcs/class/System.Windows.Forms/resources/16_dialog-warning.png similarity index 100% rename from mcs/class/Managed.Windows.Forms/resources/16_dialog-warning.png rename to mcs/class/System.Windows.Forms/resources/16_dialog-warning.png diff --git a/mcs/class/Managed.Windows.Forms/resources/16_document-open.png b/mcs/class/System.Windows.Forms/resources/16_document-open.png similarity index 100% rename from mcs/class/Managed.Windows.Forms/resources/16_document-open.png rename to mcs/class/System.Windows.Forms/resources/16_document-open.png diff --git a/mcs/class/Managed.Windows.Forms/resources/16_folder-remote.png b/mcs/class/System.Windows.Forms/resources/16_folder-remote.png similarity index 100% rename from mcs/class/Managed.Windows.Forms/resources/16_folder-remote.png rename to mcs/class/System.Windows.Forms/resources/16_folder-remote.png diff --git a/mcs/class/Managed.Windows.Forms/resources/16_folder.png b/mcs/class/System.Windows.Forms/resources/16_folder.png similarity index 100% rename from mcs/class/Managed.Windows.Forms/resources/16_folder.png rename to mcs/class/System.Windows.Forms/resources/16_folder.png diff --git a/mcs/class/Managed.Windows.Forms/resources/16_printer.png b/mcs/class/System.Windows.Forms/resources/16_printer.png similarity index 100% rename from mcs/class/Managed.Windows.Forms/resources/16_printer.png rename to mcs/class/System.Windows.Forms/resources/16_printer.png diff --git a/mcs/class/Managed.Windows.Forms/resources/16_user-desktop.png b/mcs/class/System.Windows.Forms/resources/16_user-desktop.png similarity index 100% rename from mcs/class/Managed.Windows.Forms/resources/16_user-desktop.png rename to mcs/class/System.Windows.Forms/resources/16_user-desktop.png diff --git a/mcs/class/Managed.Windows.Forms/resources/16_user-home.png b/mcs/class/System.Windows.Forms/resources/16_user-home.png similarity index 100% rename from mcs/class/Managed.Windows.Forms/resources/16_user-home.png rename to mcs/class/System.Windows.Forms/resources/16_user-home.png diff --git a/mcs/class/Managed.Windows.Forms/resources/2-up.png b/mcs/class/System.Windows.Forms/resources/2-up.png similarity index 100% rename from mcs/class/Managed.Windows.Forms/resources/2-up.png rename to mcs/class/System.Windows.Forms/resources/2-up.png diff --git a/mcs/class/Managed.Windows.Forms/resources/22_page-magnifier.png b/mcs/class/System.Windows.Forms/resources/22_page-magnifier.png similarity index 100% rename from mcs/class/Managed.Windows.Forms/resources/22_page-magnifier.png rename to mcs/class/System.Windows.Forms/resources/22_page-magnifier.png diff --git a/mcs/class/Managed.Windows.Forms/resources/3-up.png b/mcs/class/System.Windows.Forms/resources/3-up.png similarity index 100% rename from mcs/class/Managed.Windows.Forms/resources/3-up.png rename to mcs/class/System.Windows.Forms/resources/3-up.png diff --git a/mcs/class/Managed.Windows.Forms/resources/32_computer.png b/mcs/class/System.Windows.Forms/resources/32_computer.png similarity index 100% rename from mcs/class/Managed.Windows.Forms/resources/32_computer.png rename to mcs/class/System.Windows.Forms/resources/32_computer.png diff --git a/mcs/class/Managed.Windows.Forms/resources/32_document-open.png b/mcs/class/System.Windows.Forms/resources/32_document-open.png similarity index 100% rename from mcs/class/Managed.Windows.Forms/resources/32_document-open.png rename to mcs/class/System.Windows.Forms/resources/32_document-open.png diff --git a/mcs/class/Managed.Windows.Forms/resources/32_folder-remote.png b/mcs/class/System.Windows.Forms/resources/32_folder-remote.png similarity index 100% rename from mcs/class/Managed.Windows.Forms/resources/32_folder-remote.png rename to mcs/class/System.Windows.Forms/resources/32_folder-remote.png diff --git a/mcs/class/Managed.Windows.Forms/resources/32_printer.png b/mcs/class/System.Windows.Forms/resources/32_printer.png similarity index 100% rename from mcs/class/Managed.Windows.Forms/resources/32_printer.png rename to mcs/class/System.Windows.Forms/resources/32_printer.png diff --git a/mcs/class/Managed.Windows.Forms/resources/32_user-desktop.png b/mcs/class/System.Windows.Forms/resources/32_user-desktop.png similarity index 100% rename from mcs/class/Managed.Windows.Forms/resources/32_user-desktop.png rename to mcs/class/System.Windows.Forms/resources/32_user-desktop.png diff --git a/mcs/class/Managed.Windows.Forms/resources/32_user-home.png b/mcs/class/System.Windows.Forms/resources/32_user-home.png similarity index 100% rename from mcs/class/Managed.Windows.Forms/resources/32_user-home.png rename to mcs/class/System.Windows.Forms/resources/32_user-home.png diff --git a/mcs/class/Managed.Windows.Forms/resources/4-up.png b/mcs/class/System.Windows.Forms/resources/4-up.png similarity index 100% rename from mcs/class/Managed.Windows.Forms/resources/4-up.png rename to mcs/class/System.Windows.Forms/resources/4-up.png diff --git a/mcs/class/Managed.Windows.Forms/resources/6-up.png b/mcs/class/System.Windows.Forms/resources/6-up.png similarity index 100% rename from mcs/class/Managed.Windows.Forms/resources/6-up.png rename to mcs/class/System.Windows.Forms/resources/6-up.png diff --git a/mcs/class/Managed.Windows.Forms/resources/ChangeLog b/mcs/class/System.Windows.Forms/resources/ChangeLog similarity index 100% rename from mcs/class/Managed.Windows.Forms/resources/ChangeLog rename to mcs/class/System.Windows.Forms/resources/ChangeLog diff --git a/mcs/class/Managed.Windows.Forms/resources/DnDCopy.cur b/mcs/class/System.Windows.Forms/resources/DnDCopy.cur similarity index 100% rename from mcs/class/Managed.Windows.Forms/resources/DnDCopy.cur rename to mcs/class/System.Windows.Forms/resources/DnDCopy.cur diff --git a/mcs/class/Managed.Windows.Forms/resources/DnDLink.cur b/mcs/class/System.Windows.Forms/resources/DnDLink.cur similarity index 100% rename from mcs/class/Managed.Windows.Forms/resources/DnDLink.cur rename to mcs/class/System.Windows.Forms/resources/DnDLink.cur diff --git a/mcs/class/Managed.Windows.Forms/resources/DnDMove.cur b/mcs/class/System.Windows.Forms/resources/DnDMove.cur similarity index 100% rename from mcs/class/Managed.Windows.Forms/resources/DnDMove.cur rename to mcs/class/System.Windows.Forms/resources/DnDMove.cur diff --git a/mcs/class/Managed.Windows.Forms/resources/DnDNo.cur b/mcs/class/System.Windows.Forms/resources/DnDNo.cur similarity index 100% rename from mcs/class/Managed.Windows.Forms/resources/DnDNo.cur rename to mcs/class/System.Windows.Forms/resources/DnDNo.cur diff --git a/mcs/class/Managed.Windows.Forms/resources/EventsTab.bmp b/mcs/class/System.Windows.Forms/resources/EventsTab.bmp similarity index 100% rename from mcs/class/Managed.Windows.Forms/resources/EventsTab.bmp rename to mcs/class/System.Windows.Forms/resources/EventsTab.bmp diff --git a/mcs/class/Managed.Windows.Forms/resources/NESW.cur b/mcs/class/System.Windows.Forms/resources/NESW.cur similarity index 100% rename from mcs/class/Managed.Windows.Forms/resources/NESW.cur rename to mcs/class/System.Windows.Forms/resources/NESW.cur diff --git a/mcs/class/Managed.Windows.Forms/resources/NWSE.cur b/mcs/class/System.Windows.Forms/resources/NWSE.cur similarity index 100% rename from mcs/class/Managed.Windows.Forms/resources/NWSE.cur rename to mcs/class/System.Windows.Forms/resources/NWSE.cur diff --git a/mcs/class/Managed.Windows.Forms/resources/PropertiesTab.bmp b/mcs/class/System.Windows.Forms/resources/PropertiesTab.bmp similarity index 100% rename from mcs/class/Managed.Windows.Forms/resources/PropertiesTab.bmp rename to mcs/class/System.Windows.Forms/resources/PropertiesTab.bmp diff --git a/mcs/class/Managed.Windows.Forms/resources/SplitterNS.cur b/mcs/class/System.Windows.Forms/resources/SplitterNS.cur similarity index 100% rename from mcs/class/Managed.Windows.Forms/resources/SplitterNS.cur rename to mcs/class/System.Windows.Forms/resources/SplitterNS.cur diff --git a/mcs/class/Managed.Windows.Forms/resources/SplitterWE.cur b/mcs/class/System.Windows.Forms/resources/SplitterWE.cur similarity index 100% rename from mcs/class/Managed.Windows.Forms/resources/SplitterWE.cur rename to mcs/class/System.Windows.Forms/resources/SplitterWE.cur diff --git a/mcs/class/Managed.Windows.Forms/resources/System.Windows.Forms.de.resources.prebuilt b/mcs/class/System.Windows.Forms/resources/System.Windows.Forms.de.resources.prebuilt similarity index 100% rename from mcs/class/Managed.Windows.Forms/resources/System.Windows.Forms.de.resources.prebuilt rename to mcs/class/System.Windows.Forms/resources/System.Windows.Forms.de.resources.prebuilt diff --git a/mcs/class/Managed.Windows.Forms/resources/System.Windows.Forms.de.resx b/mcs/class/System.Windows.Forms/resources/System.Windows.Forms.de.resx similarity index 100% rename from mcs/class/Managed.Windows.Forms/resources/System.Windows.Forms.de.resx rename to mcs/class/System.Windows.Forms/resources/System.Windows.Forms.de.resx diff --git a/mcs/class/Managed.Windows.Forms/resources/System.Windows.Forms.en.resources.prebuilt b/mcs/class/System.Windows.Forms/resources/System.Windows.Forms.en.resources.prebuilt similarity index 100% rename from mcs/class/Managed.Windows.Forms/resources/System.Windows.Forms.en.resources.prebuilt rename to mcs/class/System.Windows.Forms/resources/System.Windows.Forms.en.resources.prebuilt diff --git a/mcs/class/Managed.Windows.Forms/resources/System.Windows.Forms.en.resx b/mcs/class/System.Windows.Forms/resources/System.Windows.Forms.en.resx similarity index 100% rename from mcs/class/Managed.Windows.Forms/resources/System.Windows.Forms.en.resx rename to mcs/class/System.Windows.Forms/resources/System.Windows.Forms.en.resx diff --git a/mcs/class/Managed.Windows.Forms/resources/System.Windows.Forms.resources.prebuilt b/mcs/class/System.Windows.Forms/resources/System.Windows.Forms.resources.prebuilt similarity index 100% rename from mcs/class/Managed.Windows.Forms/resources/System.Windows.Forms.resources.prebuilt rename to mcs/class/System.Windows.Forms/resources/System.Windows.Forms.resources.prebuilt diff --git a/mcs/class/Managed.Windows.Forms/resources/System.Windows.Forms.resx b/mcs/class/System.Windows.Forms/resources/System.Windows.Forms.resx similarity index 100% rename from mcs/class/Managed.Windows.Forms/resources/System.Windows.Forms.resx rename to mcs/class/System.Windows.Forms/resources/System.Windows.Forms.resx diff --git a/mcs/class/Managed.Windows.Forms/resources/computer.png b/mcs/class/System.Windows.Forms/resources/computer.png similarity index 100% rename from mcs/class/Managed.Windows.Forms/resources/computer.png rename to mcs/class/System.Windows.Forms/resources/computer.png diff --git a/mcs/class/Managed.Windows.Forms/resources/create-keyboards.cs b/mcs/class/System.Windows.Forms/resources/create-keyboards.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/resources/create-keyboards.cs rename to mcs/class/System.Windows.Forms/resources/create-keyboards.cs diff --git a/mcs/class/Managed.Windows.Forms/resources/create-keyboards.sh b/mcs/class/System.Windows.Forms/resources/create-keyboards.sh similarity index 100% rename from mcs/class/Managed.Windows.Forms/resources/create-keyboards.sh rename to mcs/class/System.Windows.Forms/resources/create-keyboards.sh diff --git a/mcs/class/Managed.Windows.Forms/resources/document-open.png b/mcs/class/System.Windows.Forms/resources/document-open.png similarity index 100% rename from mcs/class/Managed.Windows.Forms/resources/document-open.png rename to mcs/class/System.Windows.Forms/resources/document-open.png diff --git a/mcs/class/Managed.Windows.Forms/resources/errorProvider.ico b/mcs/class/System.Windows.Forms/resources/errorProvider.ico similarity index 100% rename from mcs/class/Managed.Windows.Forms/resources/errorProvider.ico rename to mcs/class/System.Windows.Forms/resources/errorProvider.ico diff --git a/mcs/class/Managed.Windows.Forms/resources/folder-new.png b/mcs/class/System.Windows.Forms/resources/folder-new.png similarity index 100% rename from mcs/class/Managed.Windows.Forms/resources/folder-new.png rename to mcs/class/System.Windows.Forms/resources/folder-new.png diff --git a/mcs/class/Managed.Windows.Forms/resources/folder-remote.png b/mcs/class/System.Windows.Forms/resources/folder-remote.png similarity index 100% rename from mcs/class/Managed.Windows.Forms/resources/folder-remote.png rename to mcs/class/System.Windows.Forms/resources/folder-remote.png diff --git a/mcs/class/Managed.Windows.Forms/resources/folder.png b/mcs/class/System.Windows.Forms/resources/folder.png similarity index 100% rename from mcs/class/Managed.Windows.Forms/resources/folder.png rename to mcs/class/System.Windows.Forms/resources/folder.png diff --git a/mcs/class/Managed.Windows.Forms/resources/go-previous.png b/mcs/class/System.Windows.Forms/resources/go-previous.png similarity index 100% rename from mcs/class/Managed.Windows.Forms/resources/go-previous.png rename to mcs/class/System.Windows.Forms/resources/go-previous.png diff --git a/mcs/class/Managed.Windows.Forms/resources/go-top.png b/mcs/class/System.Windows.Forms/resources/go-top.png similarity index 100% rename from mcs/class/Managed.Windows.Forms/resources/go-top.png rename to mcs/class/System.Windows.Forms/resources/go-top.png diff --git a/mcs/class/Managed.Windows.Forms/resources/image-missing.png b/mcs/class/System.Windows.Forms/resources/image-missing.png similarity index 100% rename from mcs/class/Managed.Windows.Forms/resources/image-missing.png rename to mcs/class/System.Windows.Forms/resources/image-missing.png diff --git a/mcs/class/Managed.Windows.Forms/resources/image-x-generic.png b/mcs/class/System.Windows.Forms/resources/image-x-generic.png similarity index 100% rename from mcs/class/Managed.Windows.Forms/resources/image-x-generic.png rename to mcs/class/System.Windows.Forms/resources/image-x-generic.png diff --git a/mcs/class/Managed.Windows.Forms/resources/keyboards.resources.prebuilt b/mcs/class/System.Windows.Forms/resources/keyboards.resources.prebuilt similarity index 100% rename from mcs/class/Managed.Windows.Forms/resources/keyboards.resources.prebuilt rename to mcs/class/System.Windows.Forms/resources/keyboards.resources.prebuilt diff --git a/mcs/class/Managed.Windows.Forms/resources/keyboards.resx b/mcs/class/System.Windows.Forms/resources/keyboards.resx similarity index 100% rename from mcs/class/Managed.Windows.Forms/resources/keyboards.resx rename to mcs/class/System.Windows.Forms/resources/keyboards.resx diff --git a/mcs/class/Managed.Windows.Forms/resources/mono.ico b/mcs/class/System.Windows.Forms/resources/mono.ico similarity index 100% rename from mcs/class/Managed.Windows.Forms/resources/mono.ico rename to mcs/class/System.Windows.Forms/resources/mono.ico diff --git a/mcs/class/Managed.Windows.Forms/resources/nav_delete.png b/mcs/class/System.Windows.Forms/resources/nav_delete.png similarity index 100% rename from mcs/class/Managed.Windows.Forms/resources/nav_delete.png rename to mcs/class/System.Windows.Forms/resources/nav_delete.png diff --git a/mcs/class/Managed.Windows.Forms/resources/nav_end.png b/mcs/class/System.Windows.Forms/resources/nav_end.png similarity index 100% rename from mcs/class/Managed.Windows.Forms/resources/nav_end.png rename to mcs/class/System.Windows.Forms/resources/nav_end.png diff --git a/mcs/class/Managed.Windows.Forms/resources/nav_first.png b/mcs/class/System.Windows.Forms/resources/nav_first.png similarity index 100% rename from mcs/class/Managed.Windows.Forms/resources/nav_first.png rename to mcs/class/System.Windows.Forms/resources/nav_first.png diff --git a/mcs/class/Managed.Windows.Forms/resources/nav_next.png b/mcs/class/System.Windows.Forms/resources/nav_next.png similarity index 100% rename from mcs/class/Managed.Windows.Forms/resources/nav_next.png rename to mcs/class/System.Windows.Forms/resources/nav_next.png diff --git a/mcs/class/Managed.Windows.Forms/resources/nav_plus.png b/mcs/class/System.Windows.Forms/resources/nav_plus.png similarity index 100% rename from mcs/class/Managed.Windows.Forms/resources/nav_plus.png rename to mcs/class/System.Windows.Forms/resources/nav_plus.png diff --git a/mcs/class/Managed.Windows.Forms/resources/nav_previous.png b/mcs/class/System.Windows.Forms/resources/nav_previous.png similarity index 100% rename from mcs/class/Managed.Windows.Forms/resources/nav_previous.png rename to mcs/class/System.Windows.Forms/resources/nav_previous.png diff --git a/mcs/class/Managed.Windows.Forms/resources/preferences-system-windows.png b/mcs/class/System.Windows.Forms/resources/preferences-system-windows.png similarity index 100% rename from mcs/class/Managed.Windows.Forms/resources/preferences-system-windows.png rename to mcs/class/System.Windows.Forms/resources/preferences-system-windows.png diff --git a/mcs/class/Managed.Windows.Forms/resources/propertygrid-alphabetical.png b/mcs/class/System.Windows.Forms/resources/propertygrid-alphabetical.png similarity index 100% rename from mcs/class/Managed.Windows.Forms/resources/propertygrid-alphabetical.png rename to mcs/class/System.Windows.Forms/resources/propertygrid-alphabetical.png diff --git a/mcs/class/Managed.Windows.Forms/resources/propertygrid-categorized.png b/mcs/class/System.Windows.Forms/resources/propertygrid-categorized.png similarity index 100% rename from mcs/class/Managed.Windows.Forms/resources/propertygrid-categorized.png rename to mcs/class/System.Windows.Forms/resources/propertygrid-categorized.png diff --git a/mcs/class/Managed.Windows.Forms/resources/propertygrid-propertypages.png b/mcs/class/System.Windows.Forms/resources/propertygrid-propertypages.png similarity index 100% rename from mcs/class/Managed.Windows.Forms/resources/propertygrid-propertypages.png rename to mcs/class/System.Windows.Forms/resources/propertygrid-propertypages.png diff --git a/mcs/class/Managed.Windows.Forms/resources/text-x-generic.png b/mcs/class/System.Windows.Forms/resources/text-x-generic.png similarity index 100% rename from mcs/class/Managed.Windows.Forms/resources/text-x-generic.png rename to mcs/class/System.Windows.Forms/resources/text-x-generic.png diff --git a/mcs/class/Managed.Windows.Forms/resources/user-desktop.png b/mcs/class/System.Windows.Forms/resources/user-desktop.png similarity index 100% rename from mcs/class/Managed.Windows.Forms/resources/user-desktop.png rename to mcs/class/System.Windows.Forms/resources/user-desktop.png diff --git a/mcs/class/Managed.Windows.Forms/resources/user-home.png b/mcs/class/System.Windows.Forms/resources/user-home.png similarity index 100% rename from mcs/class/Managed.Windows.Forms/resources/user-home.png rename to mcs/class/System.Windows.Forms/resources/user-home.png diff --git a/mcs/class/Managed.Windows.Forms/samples/Changelog b/mcs/class/System.Windows.Forms/samples/Changelog similarity index 100% rename from mcs/class/Managed.Windows.Forms/samples/Changelog rename to mcs/class/System.Windows.Forms/samples/Changelog diff --git a/mcs/class/Managed.Windows.Forms/samples/mailclient.cs b/mcs/class/System.Windows.Forms/samples/mailclient.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/samples/mailclient.cs rename to mcs/class/System.Windows.Forms/samples/mailclient.cs diff --git a/mcs/class/Managed.Windows.Forms/samples/notepad.cs b/mcs/class/System.Windows.Forms/samples/notepad.cs similarity index 100% rename from mcs/class/Managed.Windows.Forms/samples/notepad.cs rename to mcs/class/System.Windows.Forms/samples/notepad.cs diff --git a/mcs/class/System.XML/Test/System.Xml.Xsl/standalone_tests/xslt20.csproj b/mcs/class/System.XML/Test/System.Xml.Xsl/standalone_tests/xslt20.csproj index e3d6bb246e302..468ccaf4f746c 100644 --- a/mcs/class/System.XML/Test/System.Xml.Xsl/standalone_tests/xslt20.csproj +++ b/mcs/class/System.XML/Test/System.Xml.Xsl/standalone_tests/xslt20.csproj @@ -127,4 +127,4 @@ - \ No newline at end of file + diff --git a/mcs/class/SystemWebTestShim/SystemWebTestShim.csproj b/mcs/class/SystemWebTestShim/SystemWebTestShim.csproj index 73b2efecd73c6..41cffe62c3004 100644 --- a/mcs/class/SystemWebTestShim/SystemWebTestShim.csproj +++ b/mcs/class/SystemWebTestShim/SystemWebTestShim.csproj @@ -75,4 +75,4 @@ --> - \ No newline at end of file + diff --git a/mcs/class/dlr/Runtime/Microsoft.Dynamic/Microsoft.Dynamic.csproj b/mcs/class/dlr/Runtime/Microsoft.Dynamic/Microsoft.Dynamic.csproj index 1cc17a8c9c7e9..72f0f066a9e75 100644 --- a/mcs/class/dlr/Runtime/Microsoft.Dynamic/Microsoft.Dynamic.csproj +++ b/mcs/class/dlr/Runtime/Microsoft.Dynamic/Microsoft.Dynamic.csproj @@ -460,4 +460,4 @@ - \ No newline at end of file + diff --git a/mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Microsoft.Scripting.Core.csproj b/mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Microsoft.Scripting.Core.csproj index 0d0b5797f2590..05b0240151ea6 100644 --- a/mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Microsoft.Scripting.Core.csproj +++ b/mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Microsoft.Scripting.Core.csproj @@ -160,4 +160,4 @@ - \ No newline at end of file + diff --git a/mcs/docs/Makefile b/mcs/docs/Makefile index c8b5d277d5466..b808123cbac44 100644 --- a/mcs/docs/Makefile +++ b/mcs/docs/Makefile @@ -75,7 +75,7 @@ doc_en = Documentation/en NETDOCS_DIRS = \ $(classdir)/corlib/$(doc_en) \ - $(classdir)/Managed.Windows.Forms/$(doc_en) \ + $(classdir)/System.Windows.Forms/$(doc_en) \ $(classdir)/Microsoft.Build.Engine/$(doc_en) \ $(classdir)/Microsoft.Build.Framework/$(doc_en) \ $(classdir)/Microsoft.Build.Utilities/$(doc_en) \ diff --git a/mcs/mcs.proj b/mcs/mcs.proj index b167bcf85ebd2..d2c830fa85fac 100644 --- a/mcs/mcs.proj +++ b/mcs/mcs.proj @@ -42,7 +42,7 @@ - +