17 references to StandardClick
System.Windows.Forms (16)
System\Windows\Forms\Control.cs (2)
331| ControlStyles.StandardClick 11686bool 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)
72| 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);