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