Skip to content

Commit 9a8d429

Browse files
lonitragewarren
andauthored
Apply suggestions from code review
Co-authored-by: Genevieve Warren <[email protected]>
1 parent 97f1ff2 commit 9a8d429

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System.Drawing/SystemColors.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1344,11 +1344,11 @@
13441344
<ReturnType>System.Boolean</ReturnType>
13451345
</ReturnValue>
13461346
<Docs>
1347-
<summary>Gets or sets whether the alternative color set is used.</summary>
1347+
<summary>Gets or sets a value that indicates whether the alternative color set is used.</summary>
13481348
<value>When <see langword="true"/>, system <see cref="T:System.Drawing.KnownColor"/> values will return the alternative color set (as returned by <see cref="T:System.Drawing.SystemColors"/> statics or <see cref="M:System.Drawing.Color.FromKnownColor(System.Drawing.KnownColor)"/>). This is currently "dark mode" variants of the system colors.</value>
13491349
<remarks>
13501350
<para><see cref="T:System.Drawing.KnownColor"/> <see cref="T:System.Drawing.Color"/> values are always looked up every time you use them and do not retain any other context. As such, existing <see cref="T:System.Drawing.Color"/> values will change when this property is set.</para>
1351-
<para>On Windows, system <see cref="T:System.Drawing.KnownColor"/> values will always return the current Windows color when the OS has a high contrast theme enabled.</para>
1351+
<para>On Windows, system <see cref="T:System.Drawing.KnownColor"/> values always return the current Windows color when the OS has a high contrast theme enabled.</para>
13521352
</remarks>
13531353
</Docs>
13541354
</Member>

0 commit comments

Comments
 (0)