2 writes to _child
PresentationFramework (2)
System\Windows\Documents\PageContent.cs (2)
179
_child
= fp;
272
_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
);
173
if (
_child
!= null)
180
LogicalTreeHelper.AddLogicalChild(this,
_child
);
260
return
_child
;
266
if (
_child
!= null)
273
LogicalTreeHelper.AddLogicalChild(this,
_child
);
342
if (
_child
== pageVisual)
389
return
_child
;
420
FixedPage child =
_child
;
513
if (
_child
!= null)
515
p =
_child
;