12 references to _asyncRequests
PresentationFramework (12)
src\Framework\MS\Internal\Documents\FlowDocumentPaginator.cs (12)
118
_asyncRequests
.Add(new GetPageAsyncRequest(pageNumber, userState, this));
262
_asyncRequests
.Add(new GetPageNumberAsyncRequest(flowContentPosition, userState, this));
454
for(int index = 0; index <
_asyncRequests
.Count; index++)
456
AsyncRequest asyncRequest =
_asyncRequests
[index];
461
_asyncRequests
.RemoveAt(index);
631
if (_backgroundPagination && _backgroundPaginationOperation == null && (!_brt.IsClean ||
_asyncRequests
.Count > 0))
642
for(int index = 0; index <
_asyncRequests
.Count; index++)
644
_asyncRequests
[index].Cancel();
647
_asyncRequests
.Clear();
807
for(int index = 0; index <
_asyncRequests
.Count; index++)
809
AsyncRequest asyncRequest =
_asyncRequests
[index];
813
_asyncRequests
.RemoveAt(index);