Implemented interface member:
11 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)
130
toolWindowGrid.RowDefinitions.
Add
(new RowDefinition() { Height = new GridLength(ToolBarHeight, GridUnitType.Pixel) });
131
toolWindowGrid.RowDefinitions.
Add
(new RowDefinition() { Height = GridLength.Auto });
132
toolWindowGrid.RowDefinitions.
Add
(new RowDefinition() { Height = new GridLength(1, GridUnitType.Star) });
PresentationFramework (4)
System\Windows\Controls\BorderGapMaskConverter.cs (2)
98
grid.RowDefinitions.
Add
(rowDef1);
99
grid.RowDefinitions.
Add
(rowDef2);
System\Windows\Controls\RowDefinitionCollectionConverter.cs (1)
53
collection.
Add
(new RowDefinition { Height = GridLengthConverter.FromString(th.GetCurrentToken(), cultureInfo) });
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 });