2 writes to _child
PresentationFramework (2)
src\Framework\System\Windows\Documents\PageContent.cs (2)
208_child = fp; 305_child = value;
12 references to _child
PresentationFramework (12)
src\Framework\System\Windows\Documents\PageContent.cs (12)
149if (uriToLoad != null || _child != null) 151_asyncOp = new PageContentAsyncResult(new AsyncCallback(_RequestPageCallback), null, dispatcher, uriToLoad, uriToLoad, _child); 202if (_child != null) 209LogicalTreeHelper.AddLogicalChild(this, _child); 290return _child; 299if (_child != null) 306LogicalTreeHelper.AddLogicalChild(this, _child); 378if (_child == pageVisual) 426return _child; 457FixedPage child = _child; 550if (_child != null) 552p = _child;