11 references to UserMouse
System.Windows.Forms (11)
System\Windows\Forms\Control.cs (3)
12283if (!GetStyle(ControlStyles.UserMouse)) 12440if (!GetStyle(ControlStyles.UserMouse)) 12459if (!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)
391ControlStyles.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)
3637bool oldStyle = GetStyle(ControlStyles.UserMouse); 3638SetStyle(ControlStyles.UserMouse, true); 3640SetStyle(ControlStyles.UserMouse, oldStyle);