2 writes to _child
PresentationFramework (2)
System\Windows\Documents\PageContent.cs (2)
183
_child
= fp;
276
_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, uriToLoad, uriToLoad,
_child
);
177
if (
_child
!= null)
184
LogicalTreeHelper.AddLogicalChild(this,
_child
);
264
return
_child
;
270
if (
_child
!= null)
277
LogicalTreeHelper.AddLogicalChild(this,
_child
);
346
if (
_child
== pageVisual)
393
return
_child
;
424
FixedPage child =
_child
;
517
if (
_child
!= null)
519
p =
_child
;