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