56 references to StandardDoubleClick
System.Windows.Forms (8)
System\Windows\Forms\Control.cs (5)
324| ControlStyles.StandardDoubleClick 12667if (GetStyle(ControlStyles.StandardDoubleClick)) 12684if (GetStyle(ControlStyles.StandardDoubleClick)) 12709if (GetStyle(ControlStyles.StandardDoubleClick)) 12760if (GetStyle(ControlStyles.StandardDoubleClick))
System\Windows\Forms\Controls\Buttons\Button.cs (1)
39SetStyle(ControlStyles.StandardClick | ControlStyles.StandardDoubleClick, false);
System\Windows\Forms\Controls\Buttons\CheckBox.cs (1)
45SetStyle(ControlStyles.StandardClick | ControlStyles.StandardDoubleClick, false);
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
97| ControlStyles.StandardDoubleClick
System.Windows.Forms.Design.Tests (1)
System\ComponentModel\Design\ByteViewerTests.cs (1)
201[InlineData(ControlStyles.StandardDoubleClick, true)]
System.Windows.Forms.Tests (47)
System\Windows\Forms\ButtonBaseTests.cs (1)
5071[InlineData(ControlStyles.StandardDoubleClick, true)]
System\Windows\Forms\ButtonTests.cs (1)
1777[InlineData(ControlStyles.StandardDoubleClick, false)]
System\Windows\Forms\CheckBoxTests.cs (1)
505[InlineData(ControlStyles.StandardDoubleClick, false)]
System\Windows\Forms\ComboBoxTests.cs (1)
1464[InlineData(ControlStyles.StandardDoubleClick, true)]
System\Windows\Forms\ContainerControlTests.cs (1)
521[InlineData(ControlStyles.StandardDoubleClick, true)]
System\Windows\Forms\ControlTests.Methods.cs (1)
2865[InlineData(ControlStyles.StandardDoubleClick, true)]
System\Windows\Forms\DataGridViewTextBoxEditingControlTests.cs (1)
1108[InlineData(ControlStyles.StandardDoubleClick, false)]
System\Windows\Forms\DateTimePickerTests.cs (1)
871[InlineData(ControlStyles.StandardDoubleClick, true)]
System\Windows\Forms\Design\ComponentEditorFormTests.cs (1)
224[InlineData(ControlStyles.StandardDoubleClick, true)]
System\Windows\Forms\Design\ComponentEditorPageTests.cs (1)
686[InlineData(ControlStyles.StandardDoubleClick, true)]
System\Windows\Forms\DomainUpDownTests.cs (1)
1074[InlineData(ControlStyles.StandardDoubleClick, true)]
System\Windows\Forms\FlowLayoutPanelTests.cs (1)
288[InlineData(ControlStyles.StandardDoubleClick, true)]
System\Windows\Forms\FormTests.cs (1)
2439[InlineData(ControlStyles.StandardDoubleClick, true)]
System\Windows\Forms\GroupBoxTests.cs (1)
1423[InlineData(ControlStyles.StandardDoubleClick, true)]
System\Windows\Forms\HScrollBarTests.cs (1)
218[InlineData(ControlStyles.StandardDoubleClick, true)]
System\Windows\Forms\LabelTests.cs (1)
155[InlineData(ControlStyles.StandardDoubleClick, true)]
System\Windows\Forms\ListBoxTests.cs (1)
4907[InlineData(ControlStyles.StandardDoubleClick, true)]
System\Windows\Forms\ListControlTests.cs (1)
2572[InlineData(ControlStyles.StandardDoubleClick, true)]
System\Windows\Forms\ListViewTests.cs (1)
4264[InlineData(ControlStyles.StandardDoubleClick, true)]
System\Windows\Forms\MenuStripTests.cs (1)
521[InlineData(ControlStyles.StandardDoubleClick, true)]
System\Windows\Forms\MonthCalendarTests.cs (1)
3333[InlineData(ControlStyles.StandardDoubleClick, true)]
System\Windows\Forms\PanelTests.cs (1)
862[InlineData(ControlStyles.StandardDoubleClick, true)]
System\Windows\Forms\PictureBoxTests.cs (1)
1878[InlineData(ControlStyles.StandardDoubleClick, true)]
System\Windows\Forms\ProgressBarTests.cs (1)
1807[InlineData(ControlStyles.StandardDoubleClick, true)]
System\Windows\Forms\PropertyGridTests.cs (1)
3483[InlineData(ControlStyles.StandardDoubleClick, true)]
System\Windows\Forms\RadioButtonTests.cs (1)
632[InlineData(ControlStyles.StandardDoubleClick, true)]
System\Windows\Forms\RichTextBoxTests.cs (1)
8980[InlineData(ControlStyles.StandardDoubleClick, false)]
System\Windows\Forms\ScrollableControlTests.cs (1)
1359[InlineData(ControlStyles.StandardDoubleClick, true)]
System\Windows\Forms\ScrollBarTests.cs (1)
1871[InlineData(ControlStyles.StandardDoubleClick, true)]
System\Windows\Forms\SplitterTests.cs (1)
1650[InlineData(ControlStyles.StandardDoubleClick, true)]
System\Windows\Forms\StatusStripTests.cs (1)
1106[InlineData(ControlStyles.StandardDoubleClick, true)]
System\Windows\Forms\TabControlTests.cs (1)
3939[InlineData(ControlStyles.StandardDoubleClick, true)]
System\Windows\Forms\TableLayoutPanelTests.cs (1)
1178[InlineData(ControlStyles.StandardDoubleClick, true)]
System\Windows\Forms\TabPageTests.cs (1)
3784[InlineData(ControlStyles.StandardDoubleClick, true)]
System\Windows\Forms\ToolStripContentPanelTests.cs (1)
1682[InlineData(ControlStyles.StandardDoubleClick, true)]
System\Windows\Forms\ToolStripDropDownTests.cs (1)
3653[InlineData(ControlStyles.StandardDoubleClick, true)]
System\Windows\Forms\ToolStripPanelTests.cs (1)
316[InlineData(ControlStyles.StandardDoubleClick, true)]
System\Windows\Forms\ToolStripTests.cs (1)
4931[InlineData(ControlStyles.StandardDoubleClick, true)]
System\Windows\Forms\TreeViewTests.cs (1)
5054[InlineData(ControlStyles.StandardDoubleClick, true)]
System\Windows\Forms\UpDownBaseTests.cs (1)
1691[InlineData(ControlStyles.StandardDoubleClick, true)]
System\Windows\Forms\UserControlTests.cs (1)
906[InlineData(ControlStyles.StandardDoubleClick, true)]
System\Windows\Forms\VScrollBarTests.cs (1)
208[InlineData(ControlStyles.StandardDoubleClick, true)]
System\Windows\Forms\WebBrowserTests.cs (1)
2825[InlineData(ControlStyles.StandardDoubleClick, true)]
TextBoxBaseTests.cs (1)
5151[InlineData(ControlStyles.StandardDoubleClick, false)]
TextBoxTests.cs (1)
504[InlineData(ControlStyles.StandardDoubleClick, false)]
TrackBarTests.cs (1)
2282[InlineData(ControlStyles.StandardDoubleClick, true)]
WebBrowserBaseTests.cs (1)
773[InlineData(ControlStyles.StandardDoubleClick, true)]