65 references to StandardClick
System.Windows.Forms (16)
System\Windows\Forms\Control.cs (2)
323| ControlStyles.StandardClick 11880bool 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)
197[InlineData(ControlStyles.StandardClick, true)]
System.Windows.Forms.Tests (47)
System\Windows\Forms\ButtonBaseTests.cs (1)
5067[InlineData(ControlStyles.StandardClick, true)]
System\Windows\Forms\ButtonTests.cs (1)
1773[InlineData(ControlStyles.StandardClick, false)]
System\Windows\Forms\CheckBoxTests.cs (1)
501[InlineData(ControlStyles.StandardClick, false)]
System\Windows\Forms\ComboBoxTests.cs (1)
1460[InlineData(ControlStyles.StandardClick, false)]
System\Windows\Forms\ContainerControlTests.cs (1)
517[InlineData(ControlStyles.StandardClick, true)]
System\Windows\Forms\ControlTests.Methods.cs (1)
2861[InlineData(ControlStyles.StandardClick, true)]
System\Windows\Forms\DataGridViewTextBoxEditingControlTests.cs (1)
1104[InlineData(ControlStyles.StandardClick, false)]
System\Windows\Forms\DateTimePickerTests.cs (1)
867[InlineData(ControlStyles.StandardClick, false)]
System\Windows\Forms\Design\ComponentEditorFormTests.cs (1)
220[InlineData(ControlStyles.StandardClick, true)]
System\Windows\Forms\Design\ComponentEditorPageTests.cs (1)
682[InlineData(ControlStyles.StandardClick, true)]
System\Windows\Forms\DomainUpDownTests.cs (1)
1070[InlineData(ControlStyles.StandardClick, false)]
System\Windows\Forms\FlowLayoutPanelTests.cs (1)
284[InlineData(ControlStyles.StandardClick, true)]
System\Windows\Forms\FormTests.cs (1)
2435[InlineData(ControlStyles.StandardClick, true)]
System\Windows\Forms\GroupBoxTests.cs (1)
1419[InlineData(ControlStyles.StandardClick, true)]
System\Windows\Forms\HScrollBarTests.cs (1)
214[InlineData(ControlStyles.StandardClick, false)]
System\Windows\Forms\LabelTests.cs (1)
151[InlineData(ControlStyles.StandardClick, true)]
System\Windows\Forms\ListBoxTests.cs (1)
4903[InlineData(ControlStyles.StandardClick, false)]
System\Windows\Forms\ListControlTests.cs (1)
2568[InlineData(ControlStyles.StandardClick, true)]
System\Windows\Forms\ListViewTests.cs (1)
4260[InlineData(ControlStyles.StandardClick, false)]
System\Windows\Forms\MenuStripTests.cs (1)
517[InlineData(ControlStyles.StandardClick, true)]
System\Windows\Forms\MonthCalendarTests.cs (1)
3329[InlineData(ControlStyles.StandardClick, false)]
System\Windows\Forms\PanelTests.cs (1)
858[InlineData(ControlStyles.StandardClick, true)]
System\Windows\Forms\PictureBoxTests.cs (1)
1874[InlineData(ControlStyles.StandardClick, true)]
System\Windows\Forms\ProgressBarTests.cs (1)
1803[InlineData(ControlStyles.StandardClick, true)]
System\Windows\Forms\PropertyGridTests.cs (1)
3479[InlineData(ControlStyles.StandardClick, true)]
System\Windows\Forms\RadioButtonTests.cs (1)
628[InlineData(ControlStyles.StandardClick, false)]
System\Windows\Forms\RichTextBoxTests.cs (1)
8976[InlineData(ControlStyles.StandardClick, false)]
System\Windows\Forms\ScrollableControlTests.cs (1)
1355[InlineData(ControlStyles.StandardClick, true)]
System\Windows\Forms\ScrollBarTests.cs (1)
1867[InlineData(ControlStyles.StandardClick, false)]
System\Windows\Forms\SplitterTests.cs (1)
1646[InlineData(ControlStyles.StandardClick, true)]
System\Windows\Forms\StatusStripTests.cs (1)
1102[InlineData(ControlStyles.StandardClick, true)]
System\Windows\Forms\TabControlTests.cs (1)
3935[InlineData(ControlStyles.StandardClick, true)]
System\Windows\Forms\TableLayoutPanelTests.cs (1)
1174[InlineData(ControlStyles.StandardClick, true)]
System\Windows\Forms\TabPageTests.cs (1)
3780[InlineData(ControlStyles.StandardClick, true)]
System\Windows\Forms\ToolStripContentPanelTests.cs (1)
1678[InlineData(ControlStyles.StandardClick, true)]
System\Windows\Forms\ToolStripDropDownTests.cs (1)
3649[InlineData(ControlStyles.StandardClick, true)]
System\Windows\Forms\ToolStripPanelTests.cs (1)
312[InlineData(ControlStyles.StandardClick, true)]
System\Windows\Forms\ToolStripTests.cs (1)
4927[InlineData(ControlStyles.StandardClick, true)]
System\Windows\Forms\TreeViewTests.cs (1)
5050[InlineData(ControlStyles.StandardClick, false)]
System\Windows\Forms\UpDownBaseTests.cs (1)
1687[InlineData(ControlStyles.StandardClick, false)]
System\Windows\Forms\UserControlTests.cs (1)
902[InlineData(ControlStyles.StandardClick, true)]
System\Windows\Forms\VScrollBarTests.cs (1)
204[InlineData(ControlStyles.StandardClick, false)]
System\Windows\Forms\WebBrowserTests.cs (1)
2821[InlineData(ControlStyles.StandardClick, true)]
TextBoxBaseTests.cs (1)
5147[InlineData(ControlStyles.StandardClick, false)]
TextBoxTests.cs (1)
500[InlineData(ControlStyles.StandardClick, false)]
TrackBarTests.cs (1)
2278[InlineData(ControlStyles.StandardClick, true)]
WebBrowserBaseTests.cs (1)
769[InlineData(ControlStyles.StandardClick, true)]