2 writes to _child
PresentationFramework (2)
System\Windows\Documents\PageContent.cs (2)
200_child = fp; 293_child = value;
12 references to _child
PresentationFramework (12)
System\Windows\Documents\PageContent.cs (12)
144if (uriToLoad != null || _child != null) 146_asyncOp = new PageContentAsyncResult(new AsyncCallback(_RequestPageCallback), null, dispatcher, uriToLoad, uriToLoad, _child); 194if (_child != null) 201LogicalTreeHelper.AddLogicalChild(this, _child); 281return _child; 287if (_child != null) 294LogicalTreeHelper.AddLogicalChild(this, _child); 363if (_child == pageVisual) 410return _child; 441FixedPage child = _child; 534if (_child != null) 536p = _child;