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