1 write to _child
PresentationFramework (1)
src\Framework\System\Windows\Documents\PageContentAsyncResult.cs (1)
65
this.
_child
= child;
2 references to _child
PresentationFramework (2)
src\Framework\System\Windows\Documents\PageContentAsyncResult.cs (2)
150
if (this.
_child
!= null)
153
this._result = this.
_child
;