2 writes to _child
PresentationFramework (2)
System\Windows\Documents\PageContent.cs (2)
182
_child
= fp;
275
_child
= value;
12 references to _child
PresentationFramework (12)
System\Windows\Documents\PageContent.cs (12)
126
if (uriToLoad != null ||
_child
!= null)
128
_asyncOp = new PageContentAsyncResult(new AsyncCallback(_RequestPageCallback), null, dispatcher, uriToLoad, uriToLoad,
_child
);
176
if (
_child
!= null)
183
LogicalTreeHelper.AddLogicalChild(this,
_child
);
263
return
_child
;
269
if (
_child
!= null)
276
LogicalTreeHelper.AddLogicalChild(this,
_child
);
345
if (
_child
== pageVisual)
392
return
_child
;
423
FixedPage child =
_child
;
516
if (
_child
!= null)
518
p =
_child
;