32 references to Add
PresentationFramework (16)
src\Framework\MS\Internal\Annotations\Component\HighlightComponent.cs (1)
385
Children.
Add
(child);
src\Framework\MS\Internal\Annotations\Component\MArkedHighlightComponent.cs (2)
79
Children.
Add
(HighlightAnchor);
613
Children.
Add
(marker);
src\Framework\System\Windows\Controls\BorderGapMaskConverter.cs (3)
129
grid.Children.
Add
(rectColumn1);
130
grid.Children.
Add
(rectColumn2);
131
grid.Children.
Add
(rectColumn3);
src\Framework\System\Windows\Controls\Grid.cs (1)
116
Children.
Add
(cell);
src\Framework\System\Windows\Controls\InkCanvas.cs (1)
2214
children.
Add
(element);
src\Framework\System\Windows\Controls\Panel.cs (1)
106
Children.
Add
(uie);
src\Framework\System\Windows\Controls\Primitives\CalendarItem.cs (3)
964
this._monthView.Children.
Add
(titleCell);
984
this._monthView.Children.
Add
(dayCell);
1010
this._yearView.Children.
Add
(monthCell);
src\Framework\System\Windows\Controls\Primitives\ToolBarOverflowPanel.cs (1)
98
children.
Add
(child);
src\Framework\System\Windows\Controls\UIElementCollection.cs (1)
414
return
Add
(Cast(value));
src\Framework\System\Windows\Documents\FixedPage.cs (1)
204
Children.
Add
(uie);
src\Framework\System\Windows\Input\KeyboardNavigation.cs (1)
673
_canvasChildren.
Add
(control);
System.Activities.Core.Presentation (1)
System\Activities\Core\Presentation\FlowchartDesigner.xaml.cs (1)
2589
stackPanel.Children.
Add
(view);
System.Activities.Presentation (15)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\FlagPanel.cs (1)
56
panel.Children.
Add
(checkBox);
System.Activities.Presentation\System\Activities\Presentation\DragDropHelper.cs (1)
862
grid.Children.
Add
(rectangle);
System.Activities.Presentation\System\Activities\Presentation\View\RubberBandSelector.cs (1)
224
this.ExtenstionSurface.Children.
Add
(this.rubberBand);
System.Activities.Presentation\System\Activities\Presentation\View\WorkflowViewService.cs (1)
97
errorGrid.Children.
Add
(text);
System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.cs (3)
181
this.view.Children.
Add
(errorView);
326
this.outlineView.Children.
Add
(treeView);
544
view.Children.
Add
((UIElement)viewManager.View);
System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.Helpers.cs (1)
108
this.view.Children.
Add
((UIElement)this.viewManager.View);
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemPresenter.cs (5)
84
this.contentGrid.Children.
Add
(text);
89
this.stackPanel.Children.
Add
(contentGrid);
92
this.containerGrid.Children.
Add
(stackPanel);
486
this.contentGrid.Children.
Add
(itemView);
491
contentGrid.Children.
Add
(text);
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemsPresenter.cs (2)
107
this.outerGrid.Children.
Add
(panel);
108
this.outerGrid.Children.
Add
(hintTextGrid);