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