1 write to s_defaultListBoxItemHeight
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
369
s_defaultListBoxItemHeight
= DefaultFont.Height;
2 references to s_defaultListBoxItemHeight
System.Windows.Forms (2)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (2)
367
if (
s_defaultListBoxItemHeight
== -1)
372
return
s_defaultListBoxItemHeight
;