2 writes to _child
PresentationFramework (2)
System\Windows\Documents\PageContent.cs (2)
186
_child
= fp;
279
_child
= value;
12 references to _child
PresentationFramework (12)
System\Windows\Documents\PageContent.cs (12)
130
if (uriToLoad != null ||
_child
!= null)
132
_asyncOp = new PageContentAsyncResult(new AsyncCallback(_RequestPageCallback), null, dispatcher, uriToLoad, uriToLoad,
_child
);
180
if (
_child
!= null)
187
LogicalTreeHelper.AddLogicalChild(this,
_child
);
267
return
_child
;
273
if (
_child
!= null)
280
LogicalTreeHelper.AddLogicalChild(this,
_child
);
349
if (
_child
== pageVisual)
396
return
_child
;
427
FixedPage child =
_child
;
520
if (
_child
!= null)
522
p =
_child
;