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