3 writes to _isPaginationCompleted
PresentationFramework (3)
MS\Internal\Documents\PageCache.cs (3)
71
_isPaginationCompleted
= false;
357
_isPaginationCompleted
= false;
469
_isPaginationCompleted
= true;
2 references to _isPaginationCompleted
PresentationFramework (2)
MS\Internal\Documents\PageCache.cs (2)
198
return
_isPaginationCompleted
;
345
if (
_isPaginationCompleted
)