2 writes to _child
PresentationFramework (2)
System\Windows\Documents\PageContent.cs (2)
179_child = fp; 272_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); 173if (_child != null) 180LogicalTreeHelper.AddLogicalChild(this, _child); 260return _child; 266if (_child != null) 273LogicalTreeHelper.AddLogicalChild(this, _child); 342if (_child == pageVisual) 389return _child; 420FixedPage child = _child; 513if (_child != null) 515p = _child;