5 writes to minHeight
PresentationFramework (5)
System\Windows\FrameworkElement.cs (5)
4051minHeight = e.MinHeight; 4058minHeight = Math.Max(Math.Min(maxHeight, height), minHeight); 4345mm.minHeight = UIElement.RoundLayoutValue(mm.minHeight, dpi.DpiScaleY); 4682mm.minHeight = UIElement.RoundLayoutValue(mm.minHeight, dpi.DpiScaleY); 4893mm.minHeight = UIElement.RoundLayoutValue(mm.minHeight, dpi.DpiScaleY);
7 references to minHeight
PresentationFramework (7)
System\Windows\FrameworkElement.cs (7)
4055maxHeight = Math.Max(Math.Min(height, maxHeight), minHeight); 4058minHeight = Math.Max(Math.Min(maxHeight, height), minHeight); 4345mm.minHeight = UIElement.RoundLayoutValue(mm.minHeight, dpi.DpiScaleY); 4386frameworkAvailableSize.Height = Math.Max(mm.minHeight, Math.Min(frameworkAvailableSize.Height, mm.maxHeight)); 4400Math.Max(desiredSize.Height, mm.minHeight)); 4682mm.minHeight = UIElement.RoundLayoutValue(mm.minHeight, dpi.DpiScaleY); 4893mm.minHeight = UIElement.RoundLayoutValue(mm.minHeight, dpi.DpiScaleY);