8 references to StandardDoubleClick
System.Windows.Forms (8)
System\Windows\Forms\Control.cs (5)
342| ControlStyles.StandardDoubleClick 13259if (GetStyle(ControlStyles.StandardDoubleClick)) 13276if (GetStyle(ControlStyles.StandardDoubleClick)) 13301if (GetStyle(ControlStyles.StandardDoubleClick)) 13352if (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