17 references to Pages
PresentationFramework (17)
src\Framework\System\Windows\Documents\FixedDocument.cs (15)
245PageContentCollection pc = this.Pages; 312return this.Pages.GetEnumerator(); 351if (pageNumber < Pages.Count) 401if (pageNumber < Pages.Count) 403PageContent pc = Pages[pageNumber]; 513else if (this.Pages.Count > 0) 563internal int PageCount { get { return Pages.Count; } } 657PageContentCollection pc = this.Pages; 671return (index >= 0 && index < this.Pages.Count); 694PageContentCollection pc = this.Pages; 761if (pageNumber < Pages.Count) 768if (!_pendingPages.Contains(Pages[pageNumber])) 1238DocumentsTrace.FixedFormat.IDF.Trace(string.Format("IDP.GetPageAsyncDelegate {0}", Pages.IndexOf(pc))); 1257DocumentsTrace.FixedFormat.IDF.Trace(string.Format("IDP.OnGetPageRootCompleted {0}", Pages.IndexOf((PageContent)sender))); 1285result = new FixedDocumentPage(this, c, fixedSize, Pages.IndexOf(pc));
src\Framework\System\Windows\Documents\FixedFindEngine.cs (1)
351PageContent pageContent = doc.Pages[translatedPageNo];
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
4523bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Documents.FixedDocument)target).Pages; };