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)
151return Font.Height + _listItemBordersHeight;
System.Windows.Forms.Tests (1)
CheckedListBoxTests.cs (1)
863public new int _listItemBordersHeight => base._listItemBordersHeight;