7 writes to _documentPageAsync
PresentationFramework (7)
src\Framework\System\Windows\Controls\Primitives\DocumentPageView.cs (7)
279_documentPageAsync = _documentPaginator.GetPage(PageNumber); 282_documentPageAsync = DocumentPage.Missing; 303_documentPageAsync = DocumentPage.Missing; 317_documentPageAsync = null; 736_documentPageAsync = e.DocumentPage; 739_documentPageAsync = DocumentPage.Missing; 879_documentPageAsync = null;
19 references to _documentPageAsync
PresentationFramework (19)
src\Framework\System\Windows\Controls\Primitives\DocumentPageView.cs (19)
91Invariant.Assert(_documentPageAsync == null); 269if (_documentPage == null && _documentPageAsync == null) 280if (_documentPageAsync == null) 294if (_documentPageAsync != null) 301if (_documentPageAsync == null) 311_documentPage = _documentPageAsync; 315_documentPageAsync.PageDestroyed -= new EventHandler(HandleAsyncPageDestroyed); 500Invariant.Assert(_documentPageAsync == null); 732if (_documentPageAsync != null && _documentPageAsync != DocumentPage.Missing) 734_documentPageAsync.PageDestroyed -= new EventHandler(HandleAsyncPageDestroyed); 737if (_documentPageAsync == null) 741if (_documentPageAsync != DocumentPage.Missing) 743_documentPageAsync.PageDestroyed += new EventHandler(HandleAsyncPageDestroyed); 869if (_documentPageAsync != null) 871if (_documentPageAsync != DocumentPage.Missing) 873_documentPageAsync.PageDestroyed -= new EventHandler(HandleAsyncPageDestroyed); 875if (_documentPageAsync is IDisposable) 877((IDisposable)_documentPageAsync).Dispose();