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)
614
if (_backgroundPagination &&
_backgroundPaginationOperation
== null && (!_brt.IsClean || _asyncRequests.Count > 0))