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)
127if (uriToLoad != null || _child != null) 129_asyncOp = new PageContentAsyncResult(new AsyncCallback(_RequestPageCallback), null, dispatcher, uriToLoad, uriToLoad, _child); 177if (_child != null) 184LogicalTreeHelper.AddLogicalChild(this, _child); 264return _child; 270if (_child != null) 277LogicalTreeHelper.AddLogicalChild(this, _child); 346if (_child == pageVisual) 393return _child; 424FixedPage child = _child; 517if (_child != null) 519p = _child;