Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Carlos Sánchez López <1175054+carlossanlop@users.noreply.github.com>
  • Loading branch information
lonitra and carlossanlop authored Oct 2, 2024
1 parent 1b99e53 commit 339c17b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions xml/System.Drawing.Imaging.Effects/Effect.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,9 @@
<Parameter Name="disposing" Type="System.Boolean" />
</Parameters>
<Docs>
<param name="disposing"><see langword="true"/> if managed resources should be disposed; otherwise, <see langword="false"/>.</param>
<summary>Releases the resources that are used by the object.</summary>
<param name="disposing">
<see langword="true" /> to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
<summary>Releases the unmanaged resources used by the <see cref="T:System.Drawing.Imaging.Effects.Effect" /> and optionally releases the managed resources.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down
6 changes: 3 additions & 3 deletions xml/System.Drawing/SystemColors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1345,10 +1345,10 @@
</ReturnValue>
<Docs>
<summary>Gets or sets whether the alternative color set is used.</summary>
<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>
<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>
<remarks>
<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>
<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>
<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>
<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>
</remarks>
</Docs>
</Member>
Expand Down

0 comments on commit 339c17b

Please sign in to comment.