1 write to _exception
PresentationFramework (1)
System\Windows\Documents\PageContentAsyncResult.cs (1)
175this._exception = e;
2 references to _exception
PresentationFramework (2)
System\Windows\Documents\PageContentAsyncResult.cs (2)
136if (this._exception != null) 217get { return _exception; }