Skip to content

Commit

Permalink
Fix Dpi method documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Aelarion committed Jan 25, 2022
1 parent 8466a68 commit 04052fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WPFUI/Common/Dpi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ internal static int SystemDpiX()
}

/// <summary>
/// Calculates the horizontal DPI scale factor based on the DpiX <see cref="SystemParameters"/> property value.
/// Gets the horizontal DPI scale factor based on <see cref="SystemParameters"/>.
/// </summary>
/// <returns>The horizontal DPI scale factor.</returns>
internal static double SystemDpiXScale()
Expand All @@ -60,7 +60,7 @@ internal static int SystemDpiY()
}

/// <summary>
/// Calculates the vertical DPI scale factor based on the "Dpi" <see cref="SystemParameters"/> property value.
/// Gets the vertical DPI scale factor based on <see cref="SystemParameters"/>.
/// </summary>
/// <returns>The vertical DPI scale factor.</returns>
internal static double SystemDpiYScale()
Expand Down

0 comments on commit 04052fe

Please sign in to comment.