Implemented interface member:
9 references to Add
Microsoft.VisualStudio.LanguageServices (2)
PreviewPane\PreviewPane.xaml.cs (2)
183
grid.RowDefinitions.
Add
(new RowDefinition());
187
grid.RowDefinitions.
Add
(new RowDefinition() { Height = GridLength.Auto });
Microsoft.VisualStudio.LanguageServices.CSharp (2)
SemanticSearch\SemanticSearchToolWindowImpl.cs (2)
114
toolWindowGrid.RowDefinitions.
Add
(new RowDefinition() { Height = new GridLength(ToolBarHeight, GridUnitType.Pixel) });
115
toolWindowGrid.RowDefinitions.
Add
(new RowDefinition());
PresentationFramework (3)
System\Windows\Controls\BorderGapMaskConverter.cs (2)
98
grid.RowDefinitions.
Add
(rowDef1);
99
grid.RowDefinitions.
Add
(rowDef2);
System\Windows\FrameworkElementFactory.cs (1)
905
parentGrid.RowDefinitions.
Add
(childNodeRowDefinition);
Roslyn.VisualStudio.DiagnosticsWindow (2)
PerfMargin\PerfMarginPanel.cs (2)
39
_mainGrid.RowDefinitions.
Add
(new RowDefinition() { Height = GridLength.Auto });
40
_mainGrid.RowDefinitions.
Add
(new RowDefinition() { Height = GridLength.Auto });