2 references to DefaultListItemBorderHeight
System.Windows.Forms (2)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (2)
113
private protected int _listItemBordersHeight = 2 *
DefaultListItemBorderHeight
;
149
_listItemBordersHeight = 2 * LogicalToDeviceUnits(
DefaultListItemBorderHeight
);