2 writes to _selectionStyle
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\SelectionUIService.SelectionUIItem.cs (2)
76_selectionStyle = SelectionStyles.Selected; 104_selectionStyle = value;
2 references to _selectionStyle
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\SelectionUIService.SelectionUIItem.cs (2)
99get => _selectionStyle; 102if (value != _selectionStyle)