5 writes to minHeight
PresentationFramework (5)
System\Windows\FrameworkElement.cs (5)
4042minHeight = e.MinHeight; 4049minHeight = Math.Max(Math.Min(maxHeight, height), minHeight); 4336mm.minHeight = UIElement.RoundLayoutValue(mm.minHeight, dpi.DpiScaleY); 4673mm.minHeight = UIElement.RoundLayoutValue(mm.minHeight, dpi.DpiScaleY); 4886mm.minHeight = UIElement.RoundLayoutValue(mm.minHeight, dpi.DpiScaleY);
7 references to minHeight
PresentationFramework (7)
System\Windows\FrameworkElement.cs (7)
4046maxHeight = Math.Max(Math.Min(height, maxHeight), minHeight); 4049minHeight = Math.Max(Math.Min(maxHeight, height), minHeight); 4336mm.minHeight = UIElement.RoundLayoutValue(mm.minHeight, dpi.DpiScaleY); 4377frameworkAvailableSize.Height = Math.Max(mm.minHeight, Math.Min(frameworkAvailableSize.Height, mm.maxHeight)); 4391Math.Max(desiredSize.Height, mm.minHeight)); 4673mm.minHeight = UIElement.RoundLayoutValue(mm.minHeight, dpi.DpiScaleY); 4886mm.minHeight = UIElement.RoundLayoutValue(mm.minHeight, dpi.DpiScaleY);