24 references to AddLogicalChild
PresentationFramework (21)
System\Windows\Controls\AdornedElementPlaceholder.cs (1)
125AddLogicalChild(value);
System\Windows\Controls\ColumnDefinition.cs (1)
607_owner.AddLogicalChild(value);
System\Windows\Controls\ContentControl.cs (1)
302AddLogicalChild(newContent);
System\Windows\Controls\Decorator.cs (1)
127AddLogicalChild(value);
System\Windows\Controls\FlowDocumentReader.cs (1)
1044AddLogicalChild(newDocument);
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
1247AddLogicalChild(newDocument);
System\Windows\Controls\HeaderedContentControl.cs (1)
97AddLogicalChild(newHeader);
System\Windows\Controls\HeaderedItemsControl.cs (1)
97AddLogicalChild(newHeader);
System\Windows\Controls\Page.cs (1)
743AddLogicalChild(newContent);
System\Windows\Controls\Primitives\BulletDecorator.cs (1)
103AddLogicalChild(value);
System\Windows\Controls\Primitives\DocumentViewerBase.cs (1)
1364AddLogicalChild(_document);
System\Windows\Controls\Primitives\Popup.cs (1)
151popup.AddLogicalChild(newChild);
System\Windows\Controls\RichTextBox.cs (1)
424this.AddLogicalChild(_document);
System\Windows\Controls\RowDefinition.cs (1)
607_owner.AddLogicalChild(value);
System\Windows\Controls\ToolBarTray.cs (2)
200_parent.AddLogicalChild(toolBar); 217_parent.AddLogicalChild(toolBar);
System\Windows\Controls\UIElementCollection.cs (1)
497_logicalParent.AddLogicalChild(element);
System\Windows\Controls\ViewBox.cs (1)
218AddLogicalChild(value);
System\Windows\Documents\AdornerLayer.cs (1)
524AddLogicalChild(adorner);
System\Windows\LogicalTreeHelper.cs (2)
369parentFE.AddLogicalChild(child); 388parentFE.AddLogicalChild(child);
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (2)
1372ribbon.AddLogicalChild(newRibbonQuickAccessToolBar); 1397ribbon.AddLogicalChild(newRibbonApplicationMenu);
Microsoft\Windows\Controls\Ribbon\RibbonContextualTabGroup.cs (1)
106AddLogicalChild(newHeader);