2 references to IsPaginationCompleted
PresentationFramework (2)
src\Framework\MS\Internal\Documents\DocumentGrid.cs (1)
346
if (_pageCache.
IsPaginationCompleted
&& _rowCache.HasValidLayout)
src\Framework\MS\Internal\Documents\RowCache.cs (1)
552
if (!PageCache.
IsPaginationCompleted
|| PageCache.PageCount == 0)