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