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