2 writes to _exception
PresentationFramework (2)
System\Windows\Documents\PageContentAsyncResult.cs (2)
162this._exception = e; 166this._exception = e;
2 references to _exception
PresentationFramework (2)
System\Windows\Documents\PageContentAsyncResult.cs (2)
123if (this._exception != null) 208get { return _exception; }