1 write to _listItemBordersHeight
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
145
_listItemBordersHeight
= 2 * LogicalToDeviceUnits(DefaultListItemBorderHeight);
2 references to _listItemBordersHeight
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.cs (1)
151
return Font.Height +
_listItemBordersHeight
;
System.Windows.Forms.Tests (1)
CheckedListBoxTests.cs (1)
863
public new int _listItemBordersHeight => base.
_listItemBordersHeight
;