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