7 writes to _documentPageAsync
PresentationFramework (7)
System\Windows\Controls\Primitives\DocumentPageView.cs (7)
273_documentPageAsync = _documentPaginator.GetPage(PageNumber); 276_documentPageAsync = DocumentPage.Missing; 297_documentPageAsync = DocumentPage.Missing; 311_documentPageAsync = null; 726_documentPageAsync = e.DocumentPage; 729_documentPageAsync = DocumentPage.Missing; 869_documentPageAsync = null;
19 references to _documentPageAsync
PresentationFramework (19)
System\Windows\Controls\Primitives\DocumentPageView.cs (19)
85Invariant.Assert(_documentPageAsync == null); 263if (_documentPage == null && _documentPageAsync == null) 274if (_documentPageAsync == null) 288if (_documentPageAsync != null) 295if (_documentPageAsync == null) 305_documentPage = _documentPageAsync; 309_documentPageAsync.PageDestroyed -= new EventHandler(HandleAsyncPageDestroyed); 493Invariant.Assert(_documentPageAsync == null); 722if (_documentPageAsync != null && _documentPageAsync != DocumentPage.Missing) 724_documentPageAsync.PageDestroyed -= new EventHandler(HandleAsyncPageDestroyed); 727if (_documentPageAsync == null) 731if (_documentPageAsync != DocumentPage.Missing) 733_documentPageAsync.PageDestroyed += new EventHandler(HandleAsyncPageDestroyed); 859if (_documentPageAsync != null) 861if (_documentPageAsync != DocumentPage.Missing) 863_documentPageAsync.PageDestroyed -= new EventHandler(HandleAsyncPageDestroyed); 865if (_documentPageAsync is IDisposable) 867((IDisposable)_documentPageAsync).Dispose();