3 writes to MinHeight
PresentationFramework (3)
System\Windows\Controls\GridViewHeaderRowPresenter.cs (1)
1218_floatingHeader.MinHeight = srcHeader.MinHeight;
System\Windows\Controls\TextBox.cs (2)
1824this.ScrollViewer.MinHeight = value; 1860RenderScope.MinHeight = value;
10 references to MinHeight
PresentationFramework (10)
System\Windows\Controls\DataGridRow.cs (1)
553double minHeight = Math.Max(RowHeader.DesiredSize.Height, MinHeight);
System\Windows\Controls\GridViewHeaderRowPresenter.cs (1)
1218_floatingHeader.MinHeight = srcHeader.MinHeight;
System\Windows\Controls\StickyNote.cs (1)
1187double minHeight = MinHeight;
System\Windows\Controls\TextBox.cs (2)
1822if (MinLines > 1 && this.ScrollViewer.MinHeight != value) 1858if (MinLines > 1 && RenderScope.MinHeight != value)
System\Windows\FrameworkElement.cs (1)
4055minHeight = e.MinHeight;
System\Windows\Window.cs (4)
2679Point minSizeDeviceUnits = LogicalToDeviceUnits(new Point(MinWidth, MinHeight)); 3388mm.minHeight = Math.Max(this.MinHeight, minSizeLogicalUnits.Y); 3391if (MinHeight > MaxHeight) 3393mm.maxHeight = Math.Min(this.MinHeight, maxSizeLogicalUnits.Y);