11 references to UserMouse
System.Windows.Forms (11)
System\Windows\Forms\Control.cs (3)
12225if (!GetStyle(ControlStyles.UserMouse)) 12382if (!GetStyle(ControlStyles.UserMouse)) 12401if (!GetStyle(ControlStyles.UserMouse))
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (2)
84SetStyle(ControlStyles.UserMouse | ControlStyles.UserPaint, OwnerDraw); 1347SetStyle(ControlStyles.UserMouse | ControlStyles.UserPaint, OwnerDraw);
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (1)
386ControlStyles.UserMouse, true);
System\Windows\Forms\Controls\GroupBox\GroupBox.cs (1)
208ControlStyles.UserMouse, OwnerDraw);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
137SetStyle(ControlStyles.UserMouse, true);
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (3)
3631bool oldStyle = GetStyle(ControlStyles.UserMouse); 3632SetStyle(ControlStyles.UserMouse, true); 3634SetStyle(ControlStyles.UserMouse, oldStyle);