65 references to StandardClick
System.Windows.Forms (16)
System\Windows\Forms\Control.cs (2)
323| ControlStyles.StandardClick 11575bool fireClick = _controlStyle.HasFlag(ControlStyles.StandardClick)
System\Windows\Forms\Controls\Buttons\Button.cs (1)
39SetStyle(ControlStyles.StandardClick | ControlStyles.StandardDoubleClick, false);
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (1)
73| ControlStyles.StandardClick,
System\Windows\Forms\Controls\Buttons\CheckBox.cs (1)
45SetStyle(ControlStyles.StandardClick | ControlStyles.StandardDoubleClick, false);
System\Windows\Forms\Controls\Buttons\RadioButton.cs (1)
46SetStyle(ControlStyles.StandardClick, false);
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
120ControlStyles.StandardClick, false);
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (1)
119SetStyle(ControlStyles.UserPaint | ControlStyles.StandardClick, false);
System\Windows\Forms\Controls\Labels\LinkLabel.cs (1)
59| ControlStyles.StandardClick
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
121SetStyle(ControlStyles.UserPaint | ControlStyles.StandardClick | ControlStyles.UseTextForAccessibility, false);
System\Windows\Forms\Controls\ListView\ListView.cs (1)
226SetStyle(ControlStyles.StandardClick, false);
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (1)
139SetStyle(ControlStyles.StandardClick, false);
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
96SetStyle(ControlStyles.StandardClick
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
171SetStyle(ControlStyles.StandardClick, false);
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (1)
68SetStyle(ControlStyles.StandardClick, false);
System\Windows\Forms\Scrolling\ScrollBar.cs (1)
35SetStyle(ControlStyles.StandardClick, false);
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\SelectionUIService.cs (1)
62SetStyle(ControlStyles.StandardClick | ControlStyles.Opaque | ControlStyles.OptimizedDoubleBuffer, true);
System.Windows.Forms.Design.Tests (1)
System\ComponentModel\Design\ByteViewerTests.cs (1)
199[InlineData(ControlStyles.StandardClick, true)]
System.Windows.Forms.Tests (47)
System\Windows\Forms\ButtonBaseTests.cs (1)
5069[InlineData(ControlStyles.StandardClick, true)]
System\Windows\Forms\ButtonTests.cs (1)
1775[InlineData(ControlStyles.StandardClick, false)]
System\Windows\Forms\CheckBoxTests.cs (1)
503[InlineData(ControlStyles.StandardClick, false)]
System\Windows\Forms\ComboBoxTests.cs (1)
1461[InlineData(ControlStyles.StandardClick, false)]
System\Windows\Forms\ContainerControlTests.cs (1)
519[InlineData(ControlStyles.StandardClick, true)]
System\Windows\Forms\ControlTests.Methods.cs (1)
2830[InlineData(ControlStyles.StandardClick, true)]
System\Windows\Forms\DataGridViewTextBoxEditingControlTests.cs (1)
1106[InlineData(ControlStyles.StandardClick, false)]
System\Windows\Forms\DateTimePickerTests.cs (1)
869[InlineData(ControlStyles.StandardClick, false)]
System\Windows\Forms\Design\ComponentEditorFormTests.cs (1)
222[InlineData(ControlStyles.StandardClick, true)]
System\Windows\Forms\Design\ComponentEditorPageTests.cs (1)
684[InlineData(ControlStyles.StandardClick, true)]
System\Windows\Forms\DomainUpDownTests.cs (1)
1072[InlineData(ControlStyles.StandardClick, false)]
System\Windows\Forms\FlowLayoutPanelTests.cs (1)
286[InlineData(ControlStyles.StandardClick, true)]
System\Windows\Forms\FormTests.cs (1)
2437[InlineData(ControlStyles.StandardClick, true)]
System\Windows\Forms\GroupBoxTests.cs (1)
1421[InlineData(ControlStyles.StandardClick, true)]
System\Windows\Forms\HScrollBarTests.cs (1)
216[InlineData(ControlStyles.StandardClick, false)]
System\Windows\Forms\LabelTests.cs (1)
153[InlineData(ControlStyles.StandardClick, true)]
System\Windows\Forms\ListBoxTests.cs (1)
4905[InlineData(ControlStyles.StandardClick, false)]
System\Windows\Forms\ListControlTests.cs (1)
2570[InlineData(ControlStyles.StandardClick, true)]
System\Windows\Forms\ListViewTests.cs (1)
4262[InlineData(ControlStyles.StandardClick, false)]
System\Windows\Forms\MenuStripTests.cs (1)
519[InlineData(ControlStyles.StandardClick, true)]
System\Windows\Forms\MonthCalendarTests.cs (1)
3331[InlineData(ControlStyles.StandardClick, false)]
System\Windows\Forms\PanelTests.cs (1)
860[InlineData(ControlStyles.StandardClick, true)]
System\Windows\Forms\PictureBoxTests.cs (1)
1876[InlineData(ControlStyles.StandardClick, true)]
System\Windows\Forms\ProgressBarTests.cs (1)
1805[InlineData(ControlStyles.StandardClick, true)]
System\Windows\Forms\PropertyGridTests.cs (1)
3481[InlineData(ControlStyles.StandardClick, true)]
System\Windows\Forms\RadioButtonTests.cs (1)
630[InlineData(ControlStyles.StandardClick, false)]
System\Windows\Forms\RichTextBoxTests.cs (1)
8978[InlineData(ControlStyles.StandardClick, false)]
System\Windows\Forms\ScrollableControlTests.cs (1)
1357[InlineData(ControlStyles.StandardClick, true)]
System\Windows\Forms\ScrollBarTests.cs (1)
1869[InlineData(ControlStyles.StandardClick, false)]
System\Windows\Forms\SplitterTests.cs (1)
1648[InlineData(ControlStyles.StandardClick, true)]
System\Windows\Forms\StatusStripTests.cs (1)
1104[InlineData(ControlStyles.StandardClick, true)]
System\Windows\Forms\TabControlTests.cs (1)
3937[InlineData(ControlStyles.StandardClick, true)]
System\Windows\Forms\TableLayoutPanelTests.cs (1)
1176[InlineData(ControlStyles.StandardClick, true)]
System\Windows\Forms\TabPageTests.cs (1)
3782[InlineData(ControlStyles.StandardClick, true)]
System\Windows\Forms\ToolStripContentPanelTests.cs (1)
1680[InlineData(ControlStyles.StandardClick, true)]
System\Windows\Forms\ToolStripDropDownTests.cs (1)
3651[InlineData(ControlStyles.StandardClick, true)]
System\Windows\Forms\ToolStripPanelTests.cs (1)
314[InlineData(ControlStyles.StandardClick, true)]
System\Windows\Forms\ToolStripTests.cs (1)
4929[InlineData(ControlStyles.StandardClick, true)]
System\Windows\Forms\TreeViewTests.cs (1)
5052[InlineData(ControlStyles.StandardClick, false)]
System\Windows\Forms\UpDownBaseTests.cs (1)
1689[InlineData(ControlStyles.StandardClick, false)]
System\Windows\Forms\UserControlTests.cs (1)
904[InlineData(ControlStyles.StandardClick, true)]
System\Windows\Forms\VScrollBarTests.cs (1)
206[InlineData(ControlStyles.StandardClick, false)]
System\Windows\Forms\WebBrowserTests.cs (1)
2823[InlineData(ControlStyles.StandardClick, true)]
TextBoxBaseTests.cs (1)
5149[InlineData(ControlStyles.StandardClick, false)]
TextBoxTests.cs (1)
502[InlineData(ControlStyles.StandardClick, false)]
TrackBarTests.cs (1)
2280[InlineData(ControlStyles.StandardClick, true)]
WebBrowserBaseTests.cs (1)
771[InlineData(ControlStyles.StandardClick, true)]