wpf
wpf copied to clipboard
Use span in ContentType
Description
Change Substring for AsSpan for a method that already accepts a span. It looks like it was missed in dotnet/wpf#6268 when ParseParameterAndValue was changed to accept a span.
Customer Impact
Better perf
Regression
No
Testing
Local build + CI
Risk
Low