2 writes to _child
PresentationFramework (2)
System\Windows\Documents\PageContent.cs (2)
180_child = fp; 273_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, baseUri, uriToLoad, _child); 174if (_child != null) 181LogicalTreeHelper.AddLogicalChild(this, _child); 261return _child; 267if (_child != null) 274LogicalTreeHelper.AddLogicalChild(this, _child); 343if (_child == pageVisual) 395return _child; 426FixedPage child = _child; 519if (_child != null) 521p = _child;