5 writes to minHeight
PresentationFramework (5)
7 references to minHeight
PresentationFramework (7)
System\Windows\FrameworkElement.cs (7)
4066maxHeight = Math.Max(Math.Min(height, maxHeight), minHeight);
4069minHeight = Math.Max(Math.Min(maxHeight, height), minHeight);
4356mm.minHeight = UIElement.RoundLayoutValue(mm.minHeight, dpi.DpiScaleY);
4397frameworkAvailableSize.Height = Math.Max(mm.minHeight, Math.Min(frameworkAvailableSize.Height, mm.maxHeight));
4411Math.Max(desiredSize.Height, mm.minHeight));
4693mm.minHeight = UIElement.RoundLayoutValue(mm.minHeight, dpi.DpiScaleY);
4904mm.minHeight = UIElement.RoundLayoutValue(mm.minHeight, dpi.DpiScaleY);