8 references to StandardDoubleClick
System.Windows.Forms (8)
System\Windows\Forms\Control.cs (5)
332| ControlStyles.StandardDoubleClick 12472if (GetStyle(ControlStyles.StandardDoubleClick)) 12489if (GetStyle(ControlStyles.StandardDoubleClick)) 12514if (GetStyle(ControlStyles.StandardDoubleClick)) 12565if (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)
45SetStyle(ControlStyles.StandardClick | ControlStyles.StandardDoubleClick, false);
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
97| ControlStyles.StandardDoubleClick