17 references to Format
mscorlib (2)
system\diagnostics\eventing\StubEnvironment.cs (1)
28return string.Format(fmt, args);
system\io\filestream.cs (1)
319BCLDebug.Log(String.Format("AsyncFSCallback called. errorCode: " + errorCode + " numBytes: " + numBytes));
PresentationFramework (12)
src\Framework\System\Windows\Documents\DocumentReference.cs (1)
158DocumentsTrace.FixedDocumentSequence.IDF.Trace(string.Format("DocumentReference.Source_Invaidated"));
src\Framework\System\Windows\Documents\DocumentSequence.cs (6)
839DocumentsTrace.FixedDocumentSequence.IDF.Trace(string.Format("_OnChildPaginationCompleted")); 854DocumentsTrace.FixedDocumentSequence.IDF.Trace(string.Format("_OnChildPaginationProgress")); 864DocumentsTrace.FixedDocumentSequence.IDF.Trace(string.Format("_OnChildPagesChanged")); 884DocumentsTrace.FixedDocumentSequence.IDF.Trace(string.Format("_GetPageAsyncDelegate")); 914DocumentsTrace.FixedDocumentSequence.IDF.Trace(string.Format("_OnGetPageCompleted")); 963DocumentsTrace.FixedDocumentSequence.IDF.Trace(string.Format("_NotifyGetPageAsyncCompleted"));
src\Framework\System\Windows\Documents\DocumentSequenceTextView.cs (1)
217DocumentsTrace.FixedDocumentSequence.TextOM.Trace(string.Format("GetPositionAtNextLine {0} {1} {2} {3} ", position, position.LogicalDirection, suggestedX, count));
src\Framework\System\Windows\Documents\FixedDocument.cs (2)
1079DocumentsTrace.FixedTextOM.Highlight.Trace(string.Format("HightlightMoved From {0}-{1} To {2}-{3}",0, 0, 0, 0)); 1307DocumentsTrace.FixedFormat.IDF.Trace(string.Format("IDP._NotifyGetPageAsyncCompleted {0} {1} {2} {3} {4}", page, pageNumber, error, cancelled, userState));
src\Framework\System\Windows\Documents\FixedTextBuilder.cs (1)
239DocumentsTrace.FixedTextOM.Builder.Trace(string.Format("_EnsureTextOMForPage Loading..."));
src\Shared\MS\Internal\WindowsRuntime\ReflectionHelper.cs (1)
364string constructorName = string.Format("{0}.{1}({2},{3})", type.FullName, type.Name, typeof(TArg1).Name, typeof(TArg2).Name);
System (1)
net\System\Net\_TLSstream.cs (1)
67string.Format(
System.ServiceModel (1)
System\ServiceModel\Diagnostics\OperationPerformanceCountersBase.cs (1)
79return String.Format("{0}.{1}.{2}@{3}", service, contract, operation, uri);
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\XomlCompilerHelpers.cs (1)
904yield return String.Format("{0}, {1}, Version={2}.{3}.{4}.{5}, Culture={6}, PublicKeyToken={7}", typeRefName, Marshal.PtrToStringUni(assemblyName), assemblyMetadata.majorVersion, assemblyMetadata.minorVersion, assemblyMetadata.buildNumber, assemblyMetadata.revisionNumber, String.IsNullOrEmpty(Marshal.PtrToStringUni(assemblyMetadata.locale)) ? "neutral" : Marshal.PtrToStringUni(assemblyMetadata.locale), String.IsNullOrEmpty(publicKeyString) ? "null" : publicKeyString);