2 writes to _itemHeight
System.Windows.Forms (2)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (2)
594_itemHeight = value; 2066_itemHeight = DefaultListBoxItemHeight;
3 references to _itemHeight
System.Windows.Forms (3)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (3)
581return _itemHeight; 592if (_itemHeight != value) 1434return _itemHeight;