10 references to Count
PresentationFramework (10)
src\Framework\System\Windows\Documents\FixedDocument.cs (10)
168DocumentsTrace.FixedFormat.FixedDocument.Trace(string.Format("Page {0} Deferred", _pages.Count)); 249for (int i = 0, n = pc.Count; i < n; i++) 351if (pageNumber < Pages.Count) 401if (pageNumber < Pages.Count) 513else if (this.Pages.Count > 0) 563internal int PageCount { get { return Pages.Count; } } 658for (int i = 0, n = pc.Count; i < n; i++) 671return (index >= 0 && index < this.Pages.Count); 761if (pageNumber < Pages.Count) 1052DocumentsTrace.FixedFormat.FixedDocument.Trace(string.Format("Loaded Page {0}", _pages.Count));