8 references to StandardDoubleClick
System.Windows.Forms (8)
System\Windows\Forms\Control.cs (5)
342| ControlStyles.StandardDoubleClick 13201if (GetStyle(ControlStyles.StandardDoubleClick)) 13218if (GetStyle(ControlStyles.StandardDoubleClick)) 13243if (GetStyle(ControlStyles.StandardDoubleClick)) 13294if (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)
49SetStyle(ControlStyles.StandardClick | ControlStyles.StandardDoubleClick, false);
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
108| ControlStyles.StandardDoubleClick