48 references to Add
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
InlineHints\InlineHintsTag.cs (2)
183
dockPanel.Children.
Add
(border);
193
stackPanel.Children.
Add
(dockPanel);
Microsoft.VisualStudio.LanguageServices (7)
InheritanceMargin\InheritanceGlyphManager.cs (1)
100
_glyphsContainer.Children.
Add
(glyph);
PreviewPane\PreviewPane.xaml.cs (1)
194
grid.Children.
Add
(previewElement);
StackTraceExplorer\StackTraceExplorerToolWindow.cs (1)
138
contentRoot.Children.
Add
(Root);
UnusedReferences\Dialog\UnusedReferencesTableProvider.ColumnDefinitions.cs (2)
90
stackPanel.Children.
Add
(image);
94
stackPanel.Children.
Add
(block);
ValueTracking\ValueTrackingRoot.xaml.cs (2)
28
RootGrid.Children.
Add
(EmptyTextMessage);
34
RootGrid.Children.
Add
(child);
Microsoft.VisualStudio.LanguageServices.CSharp (1)
SemanticSearch\SemanticSearchToolWindowImpl.cs (1)
145
toolWindowGrid.Children.
Add
(toolbarGrid);
PresentationFramework (16)
MS\Internal\Annotations\Component\HighlightComponent.cs (1)
369
Children.
Add
(child);
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (2)
72
Children.
Add
(HighlightAnchor);
594
Children.
Add
(marker);
System\Windows\Controls\BorderGapMaskConverter.cs (3)
119
grid.Children.
Add
(rectColumn1);
120
grid.Children.
Add
(rectColumn2);
121
grid.Children.
Add
(rectColumn3);
System\Windows\Controls\Grid.cs (1)
85
Children.
Add
(cell);
System\Windows\Controls\InkCanvas.cs (1)
2115
children.
Add
(element);
System\Windows\Controls\Panel.cs (1)
102
Children.
Add
(uie);
System\Windows\Controls\Primitives\CalendarItem.cs (3)
962
this._monthView.Children.
Add
(titleCell);
982
this._monthView.Children.
Add
(dayCell);
1008
this._yearView.Children.
Add
(monthCell);
System\Windows\Controls\Primitives\ToolBarOverflowPanel.cs (1)
97
children.
Add
(child);
System\Windows\Controls\UIElementCollection.cs (1)
408
return
Add
(Cast(value));
System\Windows\Documents\FixedPage.cs (1)
197
Children.
Add
(uie);
System\Windows\Input\KeyboardNavigation.cs (1)
625
_canvasChildren.
Add
(control);
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
2445
canvas.Children.
Add
(child);
Roslyn.VisualStudio.DiagnosticsWindow (20)
OptionPages\ForceLowMemoryModePage.cs (4)
36
lowMemoryGroup.Children.
Add
(cb);
40
lowMemoryGroup.Children.
Add
(textBox);
42
lowMemoryGroup.Children.
Add
(new TextBlock { Text = "megabytes of extra memory in devenv.exe" });
44
panel.Children.
Add
(lowMemoryGroup);
OptionPages\InternalOptionsControl.cs (12)
77
searchPanel.Children.
Add
(searchBox);
78
searchPanel.Children.
Add
(searchButton);
79
searchPanel.Children.
Add
(clearButton);
95
selectionPanel.Children.
Add
(checkAllButton);
96
selectionPanel.Children.
Add
(uncheckAllButton);
100
mainPanel.Children.
Add
(searchPanel);
101
mainPanel.Children.
Add
(selectionPanel);
102
mainPanel.Children.
Add
(viewer);
131
panel.Children.
Add
(uiElement);
140
panel.Children.
Add
(uiElement);
164
panel.Children.
Add
(label);
165
panel.Children.
Add
(textBox);
PerfMargin\PerfMarginPanel.cs (4)
47
_mainGrid.Children.
Add
(_mainListView);
99
s.Children.
Add
(indicator);
105
s.Children.
Add
(label);
150
_mainGrid.Children.
Add
(_detailsListView);
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHost.cs (1)
198
HostContainerInternal.Children.
Add
(_child);