7 writes to _documentPageAsync
PresentationFramework (7)
System\Windows\Controls\Primitives\DocumentPageView.cs (7)
277_documentPageAsync = _documentPaginator.GetPage(PageNumber); 280_documentPageAsync = DocumentPage.Missing; 301_documentPageAsync = DocumentPage.Missing; 315_documentPageAsync = null; 730_documentPageAsync = e.DocumentPage; 733_documentPageAsync = DocumentPage.Missing; 873_documentPageAsync = null;
19 references to _documentPageAsync
PresentationFramework (19)
System\Windows\Controls\Primitives\DocumentPageView.cs (19)
89Invariant.Assert(_documentPageAsync == null); 267if (_documentPage == null && _documentPageAsync == null) 278if (_documentPageAsync == null) 292if (_documentPageAsync != null) 299if (_documentPageAsync == null) 309_documentPage = _documentPageAsync; 313_documentPageAsync.PageDestroyed -= new EventHandler(HandleAsyncPageDestroyed); 497Invariant.Assert(_documentPageAsync == null); 726if (_documentPageAsync != null && _documentPageAsync != DocumentPage.Missing) 728_documentPageAsync.PageDestroyed -= new EventHandler(HandleAsyncPageDestroyed); 731if (_documentPageAsync == null) 735if (_documentPageAsync != DocumentPage.Missing) 737_documentPageAsync.PageDestroyed += new EventHandler(HandleAsyncPageDestroyed); 863if (_documentPageAsync != null) 865if (_documentPageAsync != DocumentPage.Missing) 867_documentPageAsync.PageDestroyed -= new EventHandler(HandleAsyncPageDestroyed); 869if (_documentPageAsync is IDisposable) 871((IDisposable)_documentPageAsync).Dispose();