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