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