51 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)
195
grid.Children.
Add
(previewElement);
StackTraceExplorer\StackTraceExplorerToolWindow.cs (1)
138
contentRoot.Children.
Add
(Root);
UnusedReferences\Dialog\UnusedReferencesTableProvider.ColumnDefinitions.cs (2)
89
stackPanel.Children.
Add
(image);
93
stackPanel.Children.
Add
(block);
ValueTracking\ValueTrackingRoot.xaml.cs (2)
28
RootGrid.Children.
Add
(EmptyTextMessage);
34
RootGrid.Children.
Add
(child);
Microsoft.VisualStudio.LanguageServices.CSharp (4)
SemanticSearch\SemanticSearchToolWindowImpl.cs (4)
168
toolWindowGrid.Children.
Add
(toolbarGrid);
252
promptGrid.Children.
Add
(panel);
263
outerGrid.Children.
Add
(promptGridBorder);
288
panel.Children.
Add
(modelPicker);
PresentationFramework (16)
MS\Internal\Annotations\Component\HighlightComponent.cs (1)
360
Children.
Add
(child);
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (2)
65
Children.
Add
(HighlightAnchor);
591
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)
73
Children.
Add
(cell);
System\Windows\Controls\InkCanvas.cs (1)
2116
children.
Add
(element);
System\Windows\Controls\Panel.cs (1)
94
Children.
Add
(uie);
System\Windows\Controls\Primitives\CalendarItem.cs (3)
947
this._monthView.Children.
Add
(titleCell);
968
this._monthView.Children.
Add
(dayCell);
995
this._yearView.Children.
Add
(monthCell);
System\Windows\Controls\Primitives\ToolBarOverflowPanel.cs (1)
86
children.
Add
(child);
System\Windows\Controls\UIElementCollection.cs (1)
403
return
Add
(Cast(value));
System\Windows\Documents\FixedPage.cs (1)
190
Children.
Add
(uie);
System\Windows\Input\KeyboardNavigation.cs (1)
618
_canvasChildren.
Add
(control);
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
2437
canvas.Children.
Add
(child);
Roslyn.VisualStudio.DiagnosticsWindow (20)
OptionPages\ForceLowMemoryModePage.cs (4)
35
lowMemoryGroup.Children.
Add
(cb);
39
lowMemoryGroup.Children.
Add
(textBox);
41
lowMemoryGroup.Children.
Add
(new TextBlock { Text = "megabytes of extra memory in devenv.exe" });
43
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)
193
HostContainerInternal.Children.
Add
(_child);