calculator
calculator copied to clipboard
Convert utilities to C#
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#