3 writes to _isPaginationCompleted
PresentationFramework (3)
MS\Internal\Documents\PageCache.cs (3)
70
_isPaginationCompleted
= false;
356
_isPaginationCompleted
= false;
468
_isPaginationCompleted
= true;
2 references to _isPaginationCompleted
PresentationFramework (2)
MS\Internal\Documents\PageCache.cs (2)
197
return
_isPaginationCompleted
;
344
if (
_isPaginationCompleted
)