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)
93
if (
_optimalHeight
== -1)
105
return
_optimalHeight
;