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