2 writes to _backgroundPaginationOperation
PresentationFramework (2)
src\Framework\MS\Internal\Documents\FlowDocumentPaginator.cs (2)
633_backgroundPaginationOperation = _document.Dispatcher.BeginInvoke(DispatcherPriority.Background, new DispatcherOperationCallback(OnBackgroundPagination), this); 781_backgroundPaginationOperation = null; // Clear out pending request.
1 reference to _backgroundPaginationOperation
PresentationFramework (1)
src\Framework\MS\Internal\Documents\FlowDocumentPaginator.cs (1)
631if (_backgroundPagination && _backgroundPaginationOperation == null && (!_brt.IsClean || _asyncRequests.Count > 0))