3 writes to optimalHeight
System.Windows.Forms (3)
winforms\Managed\System\WinForms\PropertyGridInternal\HotCommands.cs (3)
102
optimalHeight
= verbCount * lineHeight + 8;
148
optimalHeight
= -1;
192
optimalHeight
= -1;
2 references to optimalHeight
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\HotCommands.cs (2)
96
if (
optimalHeight
== -1) {
104
return
optimalHeight
;