3 writes to _isPaginationCompleted
PresentationFramework (3)
src\Framework\MS\Internal\Documents\PageCache.cs (3)
82
_isPaginationCompleted
= false;
368
_isPaginationCompleted
= false;
480
_isPaginationCompleted
= true;
2 references to _isPaginationCompleted
PresentationFramework (2)
src\Framework\MS\Internal\Documents\PageCache.cs (2)
209
return
_isPaginationCompleted
;
356
if (
_isPaginationCompleted
)