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