2 writes to _child
PresentationFramework (2)
System\Windows\Documents\PageContent.cs (2)
180
_child
= fp;
273
_child
= value;
12 references to _child
PresentationFramework (12)
System\Windows\Documents\PageContent.cs (12)
127
if (uriToLoad != null ||
_child
!= null)
129
_asyncOp = new PageContentAsyncResult(new AsyncCallback(_RequestPageCallback), null, dispatcher, baseUri, uriToLoad,
_child
);
174
if (
_child
!= null)
181
LogicalTreeHelper.AddLogicalChild(this,
_child
);
261
return
_child
;
267
if (
_child
!= null)
274
LogicalTreeHelper.AddLogicalChild(this,
_child
);
343
if (
_child
== pageVisual)
395
return
_child
;
426
FixedPage child =
_child
;
519
if (
_child
!= null)
521
p =
_child
;