5 writes to MinHeight
Microsoft.VisualStudio.LanguageServices (1)
ChangeSignature\AddParameterDialog.xaml.cs (1)
47MinHeight = Height;
Microsoft.VisualStudio.LanguageServices.CSharp (1)
SemanticSearch\SemanticSearchToolWindowImpl.cs (1)
276MinHeight = 24,
PresentationFramework (3)
System\Windows\Controls\GridViewHeaderRowPresenter.cs (1)
1219_floatingHeader.MinHeight = srcHeader.MinHeight;
System\Windows\Controls\TextBox.cs (2)
1818this.ScrollViewer.MinHeight = value; 1854RenderScope.MinHeight = value;
10 references to MinHeight
PresentationFramework (10)
System\Windows\Controls\DataGridRow.cs (1)
548double minHeight = Math.Max(RowHeader.DesiredSize.Height, MinHeight);
System\Windows\Controls\GridViewHeaderRowPresenter.cs (1)
1219_floatingHeader.MinHeight = srcHeader.MinHeight;
System\Windows\Controls\StickyNote.cs (1)
1148double minHeight = MinHeight;
System\Windows\Controls\TextBox.cs (2)
1816if (MinLines > 1 && this.ScrollViewer.MinHeight != value) 1852if (MinLines > 1 && RenderScope.MinHeight != value)
System\Windows\FrameworkElement.cs (1)
4041minHeight = e.MinHeight;
System\Windows\Window.cs (4)
2769Point minSizeDeviceUnits = LogicalToDeviceUnits(new Point(MinWidth, MinHeight)); 3493mm.minHeight = Math.Max(this.MinHeight, minSizeLogicalUnits.Y); 3496if (MinHeight > MaxHeight) 3498mm.maxHeight = Math.Min(this.MinHeight, maxSizeLogicalUnits.Y);