5 writes to minHeight
PresentationFramework (5)
7 references to minHeight
PresentationFramework (7)
src\Framework\System\Windows\FrameworkElement.cs (7)
4065maxHeight = Math.Max(Math.Min(height, maxHeight), minHeight);
4068minHeight = Math.Max(Math.Min(maxHeight, height), minHeight);
4352mm.minHeight = UIElement.RoundLayoutValue(mm.minHeight, dpi.DpiScaleY);
4393frameworkAvailableSize.Height = Math.Max(mm.minHeight, Math.Min(frameworkAvailableSize.Height, mm.maxHeight));
4407Math.Max(desiredSize.Height, mm.minHeight));
4688mm.minHeight = UIElement.RoundLayoutValue(mm.minHeight, dpi.DpiScaleY);
4899mm.minHeight = UIElement.RoundLayoutValue(mm.minHeight, dpi.DpiScaleY);