3 writes to _isPaginationCompleted
PresentationFramework (3)
MS\Internal\Documents\PageCache.cs (3)
75
_isPaginationCompleted
= false;
361
_isPaginationCompleted
= false;
473
_isPaginationCompleted
= true;
2 references to _isPaginationCompleted
PresentationFramework (2)
MS\Internal\Documents\PageCache.cs (2)
202
return
_isPaginationCompleted
;
349
if (
_isPaginationCompleted
)