1 override of IsBackgroundPaginationEnabled
PresentationFramework (1)
MS\Internal\Documents\FlowDocumentPaginator.cs (1)
559public override bool IsBackgroundPaginationEnabled
2 writes to IsBackgroundPaginationEnabled
PresentationFramework (2)
MS\Internal\Documents\PageCache.cs (2)
82_documentPaginator.IsBackgroundPaginationEnabled = _originalIsBackgroundPaginationEnabled; 107_documentPaginator.IsBackgroundPaginationEnabled = true;
1 reference to IsBackgroundPaginationEnabled
PresentationFramework (1)
MS\Internal\Documents\PageCache.cs (1)
103_originalIsBackgroundPaginationEnabled = _documentPaginator.IsBackgroundPaginationEnabled;