5 writes to minHeight
PresentationFramework (5)
7 references to minHeight
PresentationFramework (7)
System\Windows\FrameworkElement.cs (7)
4045maxHeight = Math.Max(Math.Min(height, maxHeight), minHeight);
4048minHeight = Math.Max(Math.Min(maxHeight, height), minHeight);
4335mm.minHeight = UIElement.RoundLayoutValue(mm.minHeight, dpi.DpiScaleY);
4376frameworkAvailableSize.Height = Math.Max(mm.minHeight, Math.Min(frameworkAvailableSize.Height, mm.maxHeight));
4390Math.Max(desiredSize.Height, mm.minHeight));
4672mm.minHeight = UIElement.RoundLayoutValue(mm.minHeight, dpi.DpiScaleY);
4885mm.minHeight = UIElement.RoundLayoutValue(mm.minHeight, dpi.DpiScaleY);