Skip to content

Commit 339c17b

Browse files
Apply suggestions from code review
Co-authored-by: Carlos Sánchez López <[email protected]>
1 parent 1b99e53 commit 339c17b

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

xml/System.Drawing.Imaging.Effects/Effect.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,9 @@
6565
<Parameter Name="disposing" Type="System.Boolean" />
6666
</Parameters>
6767
<Docs>
68-
<param name="disposing"><see langword="true"/> if managed resources should be disposed; otherwise, <see langword="false"/>.</param>
69-
<summary>Releases the resources that are used by the object.</summary>
68+
<param name="disposing">
69+
<see langword="true" /> to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
70+
<summary>Releases the unmanaged resources used by the <see cref="T:System.Drawing.Imaging.Effects.Effect" /> and optionally releases the managed resources.</summary>
7071
<remarks>To be added.</remarks>
7172
</Docs>
7273
</Member>

xml/System.Drawing/SystemColors.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1345,10 +1345,10 @@
13451345
</ReturnValue>
13461346
<Docs>
13471347
<summary>Gets or sets whether the alternative color set is used.</summary>
1348-
<value>When <see langword="true"/>, system <see cref="KnownColor"/> values will return the alternative color set (as returned by <see cref="SystemColors"/> statics or <see cref="Color.FromKnownColor(KnownColor)"/>). This is currently "dark mode" variants of the system colors.</value>
1348+
<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>
1350-
<para><see cref="KnownColor"/> <see cref="Color"/> values are always looked up every time you use them and do not retain any other context. As such, existing <see cref="Color"/> values will change when this property is set.</para>
1351-
<para>On Windows, system <see cref="KnownColor"/> values will always return the current Windows color when the OS has a high contrast theme enabled.</para>
1350+
<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>
13521352
</remarks>
13531353
</Docs>
13541354
</Member>

0 commit comments

Comments
 (0)