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