halgab
halgab
Follow-up to #8092 and others ## Description Use `ArgumentNullException.ThrowIfNull` more widely across codebase, addressing leftovers from previous PRs. This also makes some uses of `ArgumentException.ThrowIfNullOrEmpty`, and remove redundant custom error...
Addresses #8905. I haven't had time to review #8675 yet ###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/dotnet/wpf/pull/8924)
Follow-up to #8519 ## Description We replace as many manual string concatenations and string.Format with interpolated strings. This saves allocations in many instances, and makes for a more readable code....