1 write to _borderStyle
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
218
_borderStyle
= value;
4 references to _borderStyle
System.Windows.Forms (4)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (4)
211
get =>
_borderStyle
;
216
if (value !=
_borderStyle
)
290
switch (
_borderStyle
)
748
if (
_borderStyle
!= BorderStyle.None)