6 writes to Height
Microsoft.VisualStudio.LanguageServices (1)
PreviewPane\PreviewPane.xaml.cs (1)
187
grid.RowDefinitions.Add(new RowDefinition() {
Height
= GridLength.Auto });
Microsoft.VisualStudio.LanguageServices.CSharp (1)
SemanticSearch\SemanticSearchToolWindowImpl.cs (1)
114
toolWindowGrid.RowDefinitions.Add(new RowDefinition() {
Height
= new GridLength(ToolBarHeight, GridUnitType.Pixel) });
PresentationFramework (2)
System\Windows\Controls\BorderGapMaskConverter.cs (2)
96
rowDef1.
Height
= new GridLength(borderHeight / 2);
97
rowDef2.
Height
= new GridLength(1, GridUnitType.Star);
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 });