7 references to Format
PresentationFramework (2)
System\Windows\Controls\VirtualizingStackPanel.cs (1)
12253
return args.IsEmpty ? string.Empty : string.
Format
(CultureInfo.InvariantCulture, s_format[args.Length], args);
System\Windows\Documents\TextStore.cs (1)
4838
return args.IsEmpty ? string.Empty : string.
Format
(CultureInfo.InvariantCulture, s_format[args.Length], args);
PresentationUI (2)
MS\Internal\Documents\Application\Trace.cs (2)
26
string.
Format
(
44
string.
Format
(
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\IO\TextWriter.cs (2)
327
Write(string.
Format
(FormatProvider, format, arg));
534
WriteLine(string.
Format
(FormatProvider, format, arg));
System.Windows.Input.Manipulations (1)
System\Windows\Input\Manipulations\Exceptions.cs (1)
239
return string.
Format
(CultureInfo.CurrentCulture, format, args);