3 writes to _optimalHeight
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\CommandsPane.cs (3)
102_optimalHeight = verbCount * lineHeight + 8; 148_optimalHeight = -1; 200_optimalHeight = -1;
2 references to _optimalHeight
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\CommandsPane.cs (2)
93if (_optimalHeight == -1) 105return _optimalHeight;