1 write to _exception
PresentationFramework (1)
src\Framework\System\Windows\Documents\PageContentAsyncResult.cs (1)
179this._exception = e;
2 references to _exception
PresentationFramework (2)
src\Framework\System\Windows\Documents\PageContentAsyncResult.cs (2)
140if (this._exception != null) 221get { return _exception; }