diff --git a/xml/System.Drawing.Imaging.Effects/Effect.xml b/xml/System.Drawing.Imaging.Effects/Effect.xml
index 36190cb47a4..e1ee59ac49b 100644
--- a/xml/System.Drawing.Imaging.Effects/Effect.xml
+++ b/xml/System.Drawing.Imaging.Effects/Effect.xml
@@ -65,8 +65,9 @@
- To be added.
- To be added.
+
+ to release both managed and unmanaged resources; 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 0198a235e90..d0182dc52f9 100644
--- a/xml/System.Drawing/SystemColors.xml
+++ b/xml/System.Drawing/SystemColors.xml
@@ -1344,9 +1344,12 @@
System.Boolean
- To be added.
- To be added.
- To be added.
+ Gets or sets a value that indicates 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.
+
+ 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 always return the current Windows color when the OS has a high contrast theme enabled.
+
diff --git a/xml/ns-System.Drawing.Imaging.Effects.xml b/xml/ns-System.Drawing.Imaging.Effects.xml
index 54c6851f1f8..f4ce0e9025b 100644
--- a/xml/ns-System.Drawing.Imaging.Effects.xml
+++ b/xml/ns-System.Drawing.Imaging.Effects.xml
@@ -1,6 +1,6 @@
- To be added.
+ Provides functionality for adding effects to images.
To be added.