2 writes to _result
PresentationFramework (2)
System\Windows\Documents\PageContentAsyncResult.cs (2)
137this._result = this._child; 147PageContent._LoadPageImpl(this._baseUri, this._source, out _result, out responseStream);
4 references to _result
PresentationFramework (4)
System\Windows\Documents\PageContentAsyncResult.cs (4)
149if (_result == null || _result.IsInitialized) 156_result.Initialized += new EventHandler(_OnPaserFinished); 222get { return _result; }