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