1 write to hcSizeRatio
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
3120hcSizeRatio = (hotcommands.Height * 100) / this.Height;
4 references to hcSizeRatio
System.Windows.Forms (4)
winforms\Managed\System\WinForms\PropertyGrid.cs (4)
3055else if (hcSizeRatio != -1) { 3056hcRequestedHeight = (this.Height * hcSizeRatio) / 100; 3119else if (hcSizeRatio != -1 || hotcommands.userSized) { 4231optRoot.SetValue("PbrsHotCommandHeightRatio", hcSizeRatio.ToString(CultureInfo.InvariantCulture));