2 overrides of AllowSelection
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
806protected override bool AllowSelection
System.Windows.Forms.Tests (1)
System\Windows\Forms\ListControlTests.cs (1)
3029protected override bool AllowSelection => false;
4 references to AllowSelection
System.Windows.Forms (2)
System\Windows\Forms\Controls\ListControl\ListControl.cs (2)
397if (AllowSelection) 412if (AllowSelection)
System.Windows.Forms.Tests (2)
System\Windows\Forms\ComboBoxTests.cs (1)
2820public new bool AllowSelection => base.AllowSelection;
System\Windows\Forms\ListControlTests.cs (1)
2908public bool AllowSelectionEntry => base.AllowSelection;