1 override of IsBackgroundPaginationEnabled
PresentationFramework (1)
MS\Internal\Documents\FlowDocumentPaginator.cs (1)
560public override bool IsBackgroundPaginationEnabled
2 writes to IsBackgroundPaginationEnabled
PresentationFramework (2)
MS\Internal\Documents\PageCache.cs (2)
83_documentPaginator.IsBackgroundPaginationEnabled = _originalIsBackgroundPaginationEnabled; 108_documentPaginator.IsBackgroundPaginationEnabled = true;
1 reference to IsBackgroundPaginationEnabled
PresentationFramework (1)
MS\Internal\Documents\PageCache.cs (1)
104_originalIsBackgroundPaginationEnabled = _documentPaginator.IsBackgroundPaginationEnabled;