Implemented interface member:
10 references to Add
Microsoft.VisualStudio.LanguageServices (2)
PreviewPane\PreviewPane.xaml.cs (2)
184
grid.RowDefinitions.
Add
(new RowDefinition());
188
grid.RowDefinitions.
Add
(new RowDefinition() { Height = GridLength.Auto });
Microsoft.VisualStudio.LanguageServices.CSharp (3)
SemanticSearch\SemanticSearchToolWindowImpl.cs (3)
137
toolWindowGrid.RowDefinitions.
Add
(new RowDefinition() { Height = new GridLength(ToolBarHeight, GridUnitType.Pixel) });
138
toolWindowGrid.RowDefinitions.
Add
(new RowDefinition() { Height = GridLength.Auto });
139
toolWindowGrid.RowDefinitions.
Add
(new RowDefinition() { Height = new GridLength(1, GridUnitType.Star) });
PresentationFramework (3)
System\Windows\Controls\BorderGapMaskConverter.cs (2)
98
grid.RowDefinitions.
Add
(rowDef1);
99
grid.RowDefinitions.
Add
(rowDef2);
System\Windows\FrameworkElementFactory.cs (1)
894
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 });