ThomasGoulet73

Results 13 issues of 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...

PR
Included in test pass
Status:Proposed
Community Contribution

## 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...

PR
Community Contribution

## 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...

PR
Community Contribution