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