20 references to AddLogicalChild
PresentationFramework (20)
src\Framework\System\Windows\Controls\AdornedElementPlaceholder.cs (1)
131AddLogicalChild(value);
src\Framework\System\Windows\Controls\ContentControl.cs (1)
298AddLogicalChild(newContent);
src\Framework\System\Windows\Controls\Decorator.cs (1)
132AddLogicalChild(value);
src\Framework\System\Windows\Controls\FlowDocumentReader.cs (1)
1050AddLogicalChild(newDocument);
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
1255AddLogicalChild(newDocument);
src\Framework\System\Windows\Controls\HeaderedContentControl.cs (1)
98AddLogicalChild(newHeader);
src\Framework\System\Windows\Controls\HeaderedItemsControl.cs (1)
93AddLogicalChild(newHeader);
src\Framework\System\Windows\Controls\Page.cs (1)
752AddLogicalChild(newContent);
src\Framework\System\Windows\Controls\Primitives\BulletDecorator.cs (1)
103AddLogicalChild(value);
src\Framework\System\Windows\Controls\Primitives\DocumentViewerBase.cs (1)
1376AddLogicalChild(_document);
src\Framework\System\Windows\Controls\Primitives\Popup.cs (2)
152popup.AddLogicalChild(newChild); 1479AddLogicalChild(_popupRoot.Value);
src\Framework\System\Windows\Controls\RichTextBox.cs (1)
435this.AddLogicalChild(_document);
src\Framework\System\Windows\Controls\ToolBarTray.cs (2)
207_parent.AddLogicalChild(toolBar); 224_parent.AddLogicalChild(toolBar);
src\Framework\System\Windows\Controls\UIElementCollection.cs (1)
503_logicalParent.AddLogicalChild(element);
src\Framework\System\Windows\Controls\ViewBox.cs (1)
226AddLogicalChild(value);
src\Framework\System\Windows\Documents\AdornerLayer.cs (1)
538AddLogicalChild(adorner);
src\Framework\System\Windows\LogicalTreeHelper.cs (2)
397parentFE.AddLogicalChild(child); 416parentFE.AddLogicalChild(child);