5 writes to minHeight
PresentationFramework (5)
System\Windows\FrameworkElement.cs (5)
4055minHeight = e.MinHeight; 4062minHeight = Math.Max(Math.Min(maxHeight, height), minHeight); 4349mm.minHeight = UIElement.RoundLayoutValue(mm.minHeight, dpi.DpiScaleY); 4686mm.minHeight = UIElement.RoundLayoutValue(mm.minHeight, dpi.DpiScaleY); 4897mm.minHeight = UIElement.RoundLayoutValue(mm.minHeight, dpi.DpiScaleY);
7 references to minHeight
PresentationFramework (7)
System\Windows\FrameworkElement.cs (7)
4059maxHeight = Math.Max(Math.Min(height, maxHeight), minHeight); 4062minHeight = Math.Max(Math.Min(maxHeight, height), minHeight); 4349mm.minHeight = UIElement.RoundLayoutValue(mm.minHeight, dpi.DpiScaleY); 4390frameworkAvailableSize.Height = Math.Max(mm.minHeight, Math.Min(frameworkAvailableSize.Height, mm.maxHeight)); 4404Math.Max(desiredSize.Height, mm.minHeight)); 4686mm.minHeight = UIElement.RoundLayoutValue(mm.minHeight, dpi.DpiScaleY); 4897mm.minHeight = UIElement.RoundLayoutValue(mm.minHeight, dpi.DpiScaleY);