2 writes to _commandsPaneSizeRatio
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (2)
2323_commandsPaneSizeRatio = ratio; 2751_commandsPaneSizeRatio = (_commandsPane.Height * 100) / Height;
4 references to _commandsPaneSizeRatio
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (4)
2278key.SetValue(RegistryStateNames.CommandSizeRatio, _commandsPaneSizeRatio.ToString(CultureInfo.InvariantCulture)); 2675else if (_commandsPaneSizeRatio != -1) 2677commandsRequestedHeight = (Height * _commandsPaneSizeRatio) / 100; 2749else if (_commandsPaneSizeRatio != -1 || _commandsPane.UserSized)