3 references to IndexOf
PresentationFramework (3)
src\Framework\System\Windows\Documents\FixedDocument.cs (3)
1238
DocumentsTrace.FixedFormat.IDF.Trace(string.Format("IDP.GetPageAsyncDelegate {0}", Pages.
IndexOf
(pc)));
1257
DocumentsTrace.FixedFormat.IDF.Trace(string.Format("IDP.OnGetPageRootCompleted {0}", Pages.
IndexOf
((PageContent)sender)));
1285
result = new FixedDocumentPage(this, c, fixedSize, Pages.
IndexOf
(pc));