25 references to AddLogicalChild
PresentationFramework (22)
System\Windows\Controls\AdornedElementPlaceholder.cs (1)
118AddLogicalChild(value);
System\Windows\Controls\ColumnDefinition.cs (1)
595_owner.AddLogicalChild(value);
System\Windows\Controls\ContentControl.cs (1)
293AddLogicalChild(newContent);
System\Windows\Controls\Decorator.cs (1)
122AddLogicalChild(value);
System\Windows\Controls\FlowDocumentReader.cs (1)
1039AddLogicalChild(newDocument);
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
1248AddLogicalChild(newDocument);
System\Windows\Controls\HeaderedContentControl.cs (1)
92AddLogicalChild(newHeader);
System\Windows\Controls\HeaderedItemsControl.cs (1)
92AddLogicalChild(newHeader);
System\Windows\Controls\Page.cs (1)
723AddLogicalChild(newContent);
System\Windows\Controls\Primitives\BulletDecorator.cs (1)
97AddLogicalChild(value);
System\Windows\Controls\Primitives\DocumentViewerBase.cs (1)
1349AddLogicalChild(_document);
System\Windows\Controls\Primitives\Popup.cs (2)
140popup.AddLogicalChild(newChild); 1477AddLogicalChild(_popupRoot);
System\Windows\Controls\RichTextBox.cs (1)
422this.AddLogicalChild(_document);
System\Windows\Controls\RowDefinition.cs (1)
590_owner.AddLogicalChild(value);
System\Windows\Controls\ToolBarTray.cs (2)
192_parent.AddLogicalChild(toolBar); 209_parent.AddLogicalChild(toolBar);
System\Windows\Controls\UIElementCollection.cs (1)
493_logicalParent.AddLogicalChild(element);
System\Windows\Controls\ViewBox.cs (1)
212AddLogicalChild(value);
System\Windows\Documents\AdornerLayer.cs (1)
522AddLogicalChild(adorner);
System\Windows\LogicalTreeHelper.cs (2)
366parentFE.AddLogicalChild(child); 385parentFE.AddLogicalChild(child);
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (2)
1369ribbon.AddLogicalChild(newRibbonQuickAccessToolBar); 1394ribbon.AddLogicalChild(newRibbonApplicationMenu);
Microsoft\Windows\Controls\Ribbon\RibbonContextualTabGroup.cs (1)
104AddLogicalChild(newHeader);