12 references to RowDefinition
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 (6)
System\Windows\Controls\BorderGapMaskConverter.cs (2)
94
RowDefinition rowDef1 = new
RowDefinition
();
95
RowDefinition rowDef2 = new
RowDefinition
();
System\Windows\Controls\Grid.cs (2)
1055
extData.DefinitionsV = new DefinitionBase[] { new
RowDefinition
() };
1066
extData.DefinitionsV = new DefinitionBase[] { new
RowDefinition
() };
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8633
bamlType.DefaultConstructor = delegate() { return new System.Windows.Controls.
RowDefinition
(); };
System\Windows\Markup\KnownTypes.cs (1)
1515
case KnownElements.RowDefinition: o = new System.Windows.Controls.
RowDefinition
(); break;
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 });