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