12 references to AppendLiteral
System.Drawing.Common (11)
System\Drawing\FontConverter.cs (11)
36
sb.
AppendLiteral
(font.Name);
39
sb.
AppendLiteral
(font.Size.ToString(culture.NumberFormat));
47
sb.
AppendLiteral
("display");
51
sb.
AppendLiteral
("doc");
55
sb.
AppendLiteral
("pt");
59
sb.
AppendLiteral
("in");
63
sb.
AppendLiteral
("mm");
67
sb.
AppendLiteral
("px");
71
sb.
AppendLiteral
("world");
78
sb.
AppendLiteral
(" style=");
79
sb.
AppendLiteral
(font.Style.ToString());
System.Private.Windows.Core (1)
System\Text\ValueStringBuilder.cs (1)
258
public void AppendFormatted(object? value) =>
AppendLiteral
(value?.ToString());