ThomasGoulet73
ThomasGoulet73
## Description Removes CriticalHandle properties, these properties are overloads that are not useful since the deprecation of CAS. It complicates the code with no benefit. ## Customer Impact Tiny performance...
## Description Uses existing optimized DoubleUtil methods instead of DoubleUtil.AreClose. It's a bit cleaner and provides tiny improvements in speed, IL size and JIT code size. The improvements are negligible...
## Description Removes KnownColors static constructor and replaces it with uint parsing and calling Enum.IsDefined. The static constructor is called at the startup of every WPF app AFAIK (It is...