From e95120b0f0509664a54bfbe20c5a9e7b2845b211 Mon Sep 17 00:00:00 2001 From: Igor Velikorossov Date: Mon, 7 Sep 2020 14:22:16 +1000 Subject: [PATCH 1/3] Update TableLayoutSettings.xml Related to https://github.com/dotnet/winforms/issues/3578 --- xml/System.Windows.Forms/TableLayoutSettings.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xml/System.Windows.Forms/TableLayoutSettings.xml b/xml/System.Windows.Forms/TableLayoutSettings.xml index ed531bc25d5..30475f86df1 100644 --- a/xml/System.Windows.Forms/TableLayoutSettings.xml +++ b/xml/System.Windows.Forms/TableLayoutSettings.xml @@ -91,7 +91,7 @@ property does not allocate the columns or any backing memory. This allocation occurs when the columns are created. + Setting the property does not create columns or allocate any backing memory. This allocation occurs when the columns are created, thus this property can be set to . Setting this property causes the table to undergo another layout operation. @@ -434,7 +434,7 @@ property does not allocate the rows or any backing memory. This allocation occurs when the rows are created. + Setting the property does not create rows or allocate any backing memory. This allocation occurs when the rows are created, thus this property can be set to . Setting this property causes the table to undergo another layout operation. From 78da22f41c432984ed4e0f64bddef8dcdba56d8b Mon Sep 17 00:00:00 2001 From: Igor Velikorossov Date: Mon, 7 Sep 2020 16:50:22 +1000 Subject: [PATCH 2/3] Update TableLayoutSettings.xml --- xml/System.Windows.Forms/TableLayoutSettings.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xml/System.Windows.Forms/TableLayoutSettings.xml b/xml/System.Windows.Forms/TableLayoutSettings.xml index 30475f86df1..687859d8f3a 100644 --- a/xml/System.Windows.Forms/TableLayoutSettings.xml +++ b/xml/System.Windows.Forms/TableLayoutSettings.xml @@ -91,7 +91,7 @@ property does not create columns or allocate any backing memory. This allocation occurs when the columns are created, thus this property can be set to . + Setting the property does not create columns or allocate any backing memory. This allocation occurs when the columns are created, thus this property can be set to . Setting this property causes the table to undergo another layout operation. @@ -434,7 +434,7 @@ property does not create rows or allocate any backing memory. This allocation occurs when the rows are created, thus this property can be set to . + Setting the property does not create rows or allocate any backing memory. This allocation occurs when the rows are created, thus this property can be set to . Setting this property causes the table to undergo another layout operation. From 01d7f235995c92e89e7ce9874c3b8d2edd9d6ab5 Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Fri, 11 Sep 2020 10:42:03 -0700 Subject: [PATCH 3/3] Apply suggestions from code review --- xml/System.Windows.Forms/TableLayoutSettings.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xml/System.Windows.Forms/TableLayoutSettings.xml b/xml/System.Windows.Forms/TableLayoutSettings.xml index 687859d8f3a..41a8fda6041 100644 --- a/xml/System.Windows.Forms/TableLayoutSettings.xml +++ b/xml/System.Windows.Forms/TableLayoutSettings.xml @@ -91,7 +91,7 @@ property does not create columns or allocate any backing memory. This allocation occurs when the columns are created, thus this property can be set to . + Setting the property does not create columns or allocate any backing memory. Memory allocation occurs when the columns are created, so you can set this property to . Setting this property causes the table to undergo another layout operation. @@ -434,7 +434,7 @@ property does not create rows or allocate any backing memory. This allocation occurs when the rows are created, thus this property can be set to . + Setting the property does not create rows or allocate any backing memory. Memory allocation occurs when the rows are created, so you can set this property to . Setting this property causes the table to undergo another layout operation.