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