3 references to DefaultListBoxItemHeight
System.Windows.Forms (3)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (3)
46
private int _itemHeight =
DefaultListBoxItemHeight
;
2066
_itemHeight =
DefaultListBoxItemHeight
;
2167
return ItemHeight !=
DefaultListBoxItemHeight
&& _drawMode != DrawMode.Normal;