calculator icon indicating copy to clipboard operation
calculator copied to clipboard

Convert utilities to C#

Open mcooley opened this issue 3 years ago • 0 comments

Contributes to #1894

Convert the remaining parts of CalculatorApp.ViewModelNative.Common.Utilities to C#.

  • Instead of EscapeHtmlSpecialCharacters, we can use .NET's built-in HttpUtility.HtmlEncode
  • Instead of AreColorsEqual, we can compare Windows.UI.Color structs directly
  • GetContrastColor ported to C#
  • GetConst_WINEVENT_KEYWORD_RESPONSE_TIME replaced with defining the constant in C#
  • GetIntegratedDisplaySize replaced with a PInvoke from C#

mcooley avatar Oct 02 '22 22:10 mcooley