2 writes to _child
PresentationFramework (2)
System\Windows\Documents\PageContent.cs (2)
186_child = fp; 279_child = value;
12 references to _child
PresentationFramework (12)
System\Windows\Documents\PageContent.cs (12)
130if (uriToLoad != null || _child != null) 132_asyncOp = new PageContentAsyncResult(new AsyncCallback(_RequestPageCallback), null, dispatcher, uriToLoad, uriToLoad, _child); 180if (_child != null) 187LogicalTreeHelper.AddLogicalChild(this, _child); 267return _child; 273if (_child != null) 280LogicalTreeHelper.AddLogicalChild(this, _child); 349if (_child == pageVisual) 396return _child; 427FixedPage child = _child; 520if (_child != null) 522p = _child;