7 references to AppendFormatted
PresentationFramework (4)
System\Windows\LengthConverter.cs (1)
178handler.AppendFormatted(value);
System\Windows\ThicknessConverter.cs (3)
166handler.AppendFormatted(listSeparator); 169handler.AppendFormatted(listSeparator); 172handler.AppendFormatted(listSeparator);
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\DefaultInterpolatedStringHandler.cs (1)
378AppendFormatted(value);
src\libraries\System.Private.CoreLib\src\System\String.Manipulation.cs (2)
992result.AppendFormatted(value); // first value 1000result.AppendFormatted(e.Current);