2 writes to s_minimumHeight
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\DesignBindingPicker.cs (2)
260s_minimumHeight = ScaleHelper.ScaleToInitialSystemDpi(MinimumDimension); 454s_minimumHeight = ScaleHelper.ScaleToDpi(MinimumDimension, deviceDpiNew);
1 reference to s_minimumHeight
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DesignBindingPicker.cs (1)
1674height = Math.Max(height, s_minimumHeight);