95 references to Selectable
System.Windows.Forms (22)
System\Windows\Forms\Control.cs (5)
326| ControlStyles.Selectable, 4331if ((_controlStyle & ControlStyles.Selectable) != ControlStyles.Selectable) 8482if (((validationConstraints & ValidationConstraints.Selectable) == ValidationConstraints.Selectable && !c.GetStyle(ControlStyles.Selectable)) 11400if (button == MouseButtons.Left && GetStyle(ControlStyles.Selectable))
System\Windows\Forms\Controls\GroupBox\GroupBox.cs (1)
37SetStyle(ControlStyles.Selectable, false);
System\Windows\Forms\Controls\Labels\FocusableLabel.cs (1)
14SetStyle(ControlStyles.Selectable, true);
System\Windows\Forms\Controls\Labels\Label.cs (1)
73ControlStyles.Selectable, false);
System\Windows\Forms\Controls\Labels\LinkLabel.cs (1)
1718SetStyle(ControlStyles.Selectable, selectable);
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (1)
110SetStyle(ControlStyles.Opaque | ControlStyles.Selectable, false);
System\Windows\Forms\Controls\ProgressBar\ProgressBar.cs (1)
40SetStyle(ControlStyles.UserPaint | ControlStyles.UseTextForAccessibility | ControlStyles.Selectable, false);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\DropDownButton.cs (1)
16SetStyle(ControlStyles.Selectable, true);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\HelpPane.cs (1)
57SetStyle(ControlStyles.Selectable, false);
System\Windows\Forms\Controls\Splitter\Splitter.cs (1)
49SetStyle(ControlStyles.Selectable, false);
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (2)
133SetStyle(ControlStyles.Selectable, false); 3712SetStyle(ControlStyles.Selectable, TabStop);
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.cs (2)
52SetStyle(ControlStyles.Selectable, false); 323SetStyle(ControlStyles.Selectable, value);
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownButtons.cs (1)
36SetStyle(ControlStyles.Selectable, false);
System\Windows\Forms\Form.cs (1)
3759if (!GetStyle(ControlStyles.Selectable) || !Enabled || !Visible)
System\Windows\Forms\MDI\MDIClient.cs (1)
31SetStyle(ControlStyles.Selectable, false);
System\Windows\Forms\Panels\Panel.cs (1)
31SetStyle(ControlStyles.Selectable | ControlStyles.AllPaintingInWmPaint, false);
System.Windows.Forms.Design (4)
System\ComponentModel\Design\DesignerActionPanel.TextBoxPropertyLine.cs (1)
324SetStyle(ControlStyles.Selectable, true);
System\Windows\Forms\Design\AnchorEditor.AnchorUI.cs (1)
195SetStyle(ControlStyles.Selectable, false);
System\Windows\Forms\Design\ComponentTray.cs (1)
1923SetStyle(ControlStyles.Selectable, false);
System\Windows\Forms\Design\ToolStripTemplateNode.cs (1)
1638SetStyle(ControlStyles.Selectable, true);
System.Windows.Forms.Design.Tests (1)
System\ComponentModel\Design\ByteViewerTests.cs (1)
200[InlineData(ControlStyles.Selectable, false)]
System.Windows.Forms.Tests (68)
System\Windows\Forms\ButtonBaseTests.cs (3)
5070[InlineData(ControlStyles.Selectable, true)] 8914control.SetStyle(ControlStyles.Selectable, false); 9020control.SetStyle(ControlStyles.Selectable, false);
System\Windows\Forms\ButtonTests.cs (1)
1776[InlineData(ControlStyles.Selectable, true)]
System\Windows\Forms\CheckBoxTests.cs (1)
504[InlineData(ControlStyles.Selectable, true)]
System\Windows\Forms\ComboBoxTests.cs (1)
1462[InlineData(ControlStyles.Selectable, true)]
System\Windows\Forms\ContainerControlTests.cs (3)
520[InlineData(ControlStyles.Selectable, true)] 806child4.SetStyle(ControlStyles.Selectable, false); 1032child4.SetStyle(ControlStyles.Selectable, false);
System\Windows\Forms\ControlTests.Methods.cs (5)
2831[InlineData(ControlStyles.Selectable, true)] 13476control.SetStyle(ControlStyles.Selectable, false); 13586control.SetStyle(ControlStyles.Selectable, false); 13811control.SetStyle(ControlStyles.Selectable, false); 13917control.SetStyle(ControlStyles.Selectable, false);
System\Windows\Forms\DataGridViewTextBoxEditingControlTests.cs (1)
1107[InlineData(ControlStyles.Selectable, true)]
System\Windows\Forms\DateTimePickerTests.cs (1)
870[InlineData(ControlStyles.Selectable, true)]
System\Windows\Forms\Design\ComponentEditorFormTests.cs (1)
223[InlineData(ControlStyles.Selectable, true)]
System\Windows\Forms\Design\ComponentEditorPageTests.cs (1)
685[InlineData(ControlStyles.Selectable, false)]
System\Windows\Forms\DomainUpDownTests.cs (1)
1073[InlineData(ControlStyles.Selectable, true)]
System\Windows\Forms\FlowLayoutPanelTests.cs (1)
287[InlineData(ControlStyles.Selectable, false)]
System\Windows\Forms\FormTests.cs (1)
2438[InlineData(ControlStyles.Selectable, true)]
System\Windows\Forms\GroupBoxTests.cs (1)
1422[InlineData(ControlStyles.Selectable, false)]
System\Windows\Forms\HScrollBarTests.cs (1)
217[InlineData(ControlStyles.Selectable, true)]
System\Windows\Forms\LabelTests.cs (1)
154[InlineData(ControlStyles.Selectable, false)]
System\Windows\Forms\ListBoxTests.cs (1)
4906[InlineData(ControlStyles.Selectable, true)]
System\Windows\Forms\ListControlTests.cs (1)
2571[InlineData(ControlStyles.Selectable, true)]
System\Windows\Forms\ListViewTests.cs (1)
4263[InlineData(ControlStyles.Selectable, true)]
System\Windows\Forms\MenuStripTests.cs (1)
520[InlineData(ControlStyles.Selectable, false)]
System\Windows\Forms\MonthCalendarTests.cs (1)
3332[InlineData(ControlStyles.Selectable, true)]
System\Windows\Forms\PanelTests.cs (1)
861[InlineData(ControlStyles.Selectable, false)]
System\Windows\Forms\PictureBoxTests.cs (1)
1877[InlineData(ControlStyles.Selectable, false)]
System\Windows\Forms\ProgressBarTests.cs (1)
1806[InlineData(ControlStyles.Selectable, false)]
System\Windows\Forms\PropertyGridTests.cs (1)
3482[InlineData(ControlStyles.Selectable, true)]
System\Windows\Forms\RadioButtonTests.cs (1)
631[InlineData(ControlStyles.Selectable, true)]
System\Windows\Forms\RichTextBoxTests.cs (1)
8979[InlineData(ControlStyles.Selectable, true)]
System\Windows\Forms\ScrollableControlTests.cs (1)
1358[InlineData(ControlStyles.Selectable, true)]
System\Windows\Forms\ScrollBarTests.cs (1)
1870[InlineData(ControlStyles.Selectable, true)]
System\Windows\Forms\SplitterTests.cs (1)
1649[InlineData(ControlStyles.Selectable, false)]
System\Windows\Forms\StatusStripTests.cs (1)
1105[InlineData(ControlStyles.Selectable, false)]
System\Windows\Forms\TabControlTests.cs (1)
3938[InlineData(ControlStyles.Selectable, true)]
System\Windows\Forms\TableLayoutPanelTests.cs (1)
1177[InlineData(ControlStyles.Selectable, false)]
System\Windows\Forms\TabPageTests.cs (1)
3783[InlineData(ControlStyles.Selectable, false)]
System\Windows\Forms\ToolStripContentPanelTests.cs (1)
1681[InlineData(ControlStyles.Selectable, false)]
System\Windows\Forms\ToolStripDropDownTests.cs (1)
3652[InlineData(ControlStyles.Selectable, false)]
System\Windows\Forms\ToolStripPanelTests.cs (1)
315[InlineData(ControlStyles.Selectable, false)]
System\Windows\Forms\ToolStripTests.cs (10)
3722Assert.Equal(value, control.GetStyle(ControlStyles.Selectable)); 3728Assert.Equal(value, control.GetStyle(ControlStyles.Selectable)); 3734Assert.Equal(!value, control.GetStyle(ControlStyles.Selectable)); 3753Assert.Equal(value, control.GetStyle(ControlStyles.Selectable)); 3762Assert.Equal(value, control.GetStyle(ControlStyles.Selectable)); 3771Assert.Equal(!value, control.GetStyle(ControlStyles.Selectable)); 4930[InlineData(ControlStyles.Selectable, false)] 6792control.SetStyle(ControlStyles.Selectable, !tabStop); 6804Assert.Equal(tabStop, control.GetStyle(ControlStyles.Selectable)); 6810Assert.Equal(tabStop, control.GetStyle(ControlStyles.Selectable));
System\Windows\Forms\TreeViewTests.cs (1)
5053[InlineData(ControlStyles.Selectable, true)]
System\Windows\Forms\UpDownBaseTests.cs (1)
1690[InlineData(ControlStyles.Selectable, true)]
System\Windows\Forms\UserControlTests.cs (3)
905[InlineData(ControlStyles.Selectable, true)] 1272child4.SetStyle(ControlStyles.Selectable, false); 1498child4.SetStyle(ControlStyles.Selectable, false);
System\Windows\Forms\VScrollBarTests.cs (1)
207[InlineData(ControlStyles.Selectable, true)]
System\Windows\Forms\WebBrowserTests.cs (1)
2824[InlineData(ControlStyles.Selectable, true)]
TextBoxBaseTests.cs (3)
5150[InlineData(ControlStyles.Selectable, true)] 7297control.SetStyle(ControlStyles.Selectable, false); 7407control.SetStyle(ControlStyles.Selectable, false);
TextBoxTests.cs (1)
503[InlineData(ControlStyles.Selectable, true)]
TrackBarTests.cs (1)
2281[InlineData(ControlStyles.Selectable, true)]
WebBrowserBaseTests.cs (1)
772[InlineData(ControlStyles.Selectable, true)]