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