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)
151return Font.Height + _listItemBordersHeight;