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)
581
return
_itemHeight
;
592
if (
_itemHeight
!= value)
1434
return
_itemHeight
;