2 writes to _child
PresentationFramework (2)
src\Framework\System\Windows\Documents\PageContent.cs (2)
208
_child
= fp;
305
_child
= value;
12 references to _child
PresentationFramework (12)
src\Framework\System\Windows\Documents\PageContent.cs (12)
149
if (uriToLoad != null ||
_child
!= null)
151
_asyncOp = new PageContentAsyncResult(new AsyncCallback(_RequestPageCallback), null, dispatcher, uriToLoad, uriToLoad,
_child
);
202
if (
_child
!= null)
209
LogicalTreeHelper.AddLogicalChild(this,
_child
);
290
return
_child
;
299
if (
_child
!= null)
306
LogicalTreeHelper.AddLogicalChild(this,
_child
);
378
if (
_child
== pageVisual)
426
return
_child
;
457
FixedPage child =
_child
;
550
if (
_child
!= null)
552
p =
_child
;