2 writes to _child
PresentationFramework (2)
System\Windows\Documents\PageContent.cs (2)
182_child = fp; 275_child = value;
12 references to _child
PresentationFramework (12)
System\Windows\Documents\PageContent.cs (12)
126if (uriToLoad != null || _child != null) 128_asyncOp = new PageContentAsyncResult(new AsyncCallback(_RequestPageCallback), null, dispatcher, uriToLoad, uriToLoad, _child); 176if (_child != null) 183LogicalTreeHelper.AddLogicalChild(this, _child); 263return _child; 269if (_child != null) 276LogicalTreeHelper.AddLogicalChild(this, _child); 345if (_child == pageVisual) 392return _child; 423FixedPage child = _child; 516if (_child != null) 518p = _child;