2 writes to _commandsPaneSizeRatio
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (2)
2374
_commandsPaneSizeRatio
= ratio;
2802
_commandsPaneSizeRatio
= (_commandsPane.Height * 100) / Height;
4 references to _commandsPaneSizeRatio
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (4)
2329
key.SetValue(RegistryStateNames.CommandSizeRatio,
_commandsPaneSizeRatio
.ToString(CultureInfo.InvariantCulture));
2726
else if (
_commandsPaneSizeRatio
!= -1)
2728
commandsRequestedHeight = (Height *
_commandsPaneSizeRatio
) / 100;
2800
else if (
_commandsPaneSizeRatio
!= -1 || _commandsPane.UserSized)