1 write to _listItemBordersHeight
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
149
_listItemBordersHeight
= 2 * LogicalToDeviceUnits(DefaultListItemBorderHeight);
1 reference to _listItemBordersHeight
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.cs (1)
151
return Font.Height +
_listItemBordersHeight
;