1 override of IsBackgroundPaginationEnabled
PresentationFramework (1)
src\Framework\MS\Internal\Documents\FlowDocumentPaginator.cs (1)
581public override bool IsBackgroundPaginationEnabled
2 writes to IsBackgroundPaginationEnabled
PresentationFramework (2)
src\Framework\MS\Internal\Documents\PageCache.cs (2)
94_documentPaginator.IsBackgroundPaginationEnabled = _originalIsBackgroundPaginationEnabled; 119_documentPaginator.IsBackgroundPaginationEnabled = true;
1 reference to IsBackgroundPaginationEnabled
PresentationFramework (1)
src\Framework\MS\Internal\Documents\PageCache.cs (1)
115_originalIsBackgroundPaginationEnabled = _documentPaginator.IsBackgroundPaginationEnabled;