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