From 339c17ba1dd4cad3bfb0a5a9f96742f5789675c8 Mon Sep 17 00:00:00 2001 From: Loni Tra Date: Wed, 2 Oct 2024 16:17:14 -0700 Subject: [PATCH] Apply suggestions from code review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Carlos Sánchez López <1175054+carlossanlop@users.noreply.github.com> --- xml/System.Drawing.Imaging.Effects/Effect.xml | 5 +++-- xml/System.Drawing/SystemColors.xml | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/xml/System.Drawing.Imaging.Effects/Effect.xml b/xml/System.Drawing.Imaging.Effects/Effect.xml index df03e34af64..663e141612b 100644 --- a/xml/System.Drawing.Imaging.Effects/Effect.xml +++ b/xml/System.Drawing.Imaging.Effects/Effect.xml @@ -65,8 +65,9 @@ - if managed resources should be disposed; otherwise, . - Releases the resources that are used by the object. + + to release both managed and unmanaged resources; false to release only unmanaged resources. + Releases the unmanaged resources used by the and optionally releases the managed resources. To be added. diff --git a/xml/System.Drawing/SystemColors.xml b/xml/System.Drawing/SystemColors.xml index 6c21d9197b4..434381a922e 100644 --- a/xml/System.Drawing/SystemColors.xml +++ b/xml/System.Drawing/SystemColors.xml @@ -1345,10 +1345,10 @@ Gets or sets whether the alternative color set is used. - When , system values will return the alternative color set (as returned by statics or ). This is currently "dark mode" variants of the system colors. + When , system values will return the alternative color set (as returned by statics or ). This is currently "dark mode" variants of the system colors. - values are always looked up every time you use them and do not retain any other context. As such, existing values will change when this property is set. - On Windows, system values will always return the current Windows color when the OS has a high contrast theme enabled. + values are always looked up every time you use them and do not retain any other context. As such, existing values will change when this property is set. + On Windows, system values will always return the current Windows color when the OS has a high contrast theme enabled.