5 writes to minHeight
PresentationFramework (5)
src\Framework\System\Windows\FrameworkElement.cs (5)
4061minHeight = e.MinHeight; 4068minHeight = Math.Max(Math.Min(maxHeight, height), minHeight); 4352mm.minHeight = UIElement.RoundLayoutValue(mm.minHeight, dpi.DpiScaleY); 4688mm.minHeight = UIElement.RoundLayoutValue(mm.minHeight, dpi.DpiScaleY); 4899mm.minHeight = UIElement.RoundLayoutValue(mm.minHeight, dpi.DpiScaleY);
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);