11 references to UserMouse
System.Windows.Forms (11)
System\Windows\Forms\Control.cs (3)
11496if (!GetStyle(ControlStyles.UserMouse)) 11653if (!GetStyle(ControlStyles.UserMouse)) 11672if (!GetStyle(ControlStyles.UserMouse))
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (2)
81SetStyle(ControlStyles.UserMouse | ControlStyles.UserPaint, OwnerDraw); 1304SetStyle(ControlStyles.UserMouse | ControlStyles.UserPaint, OwnerDraw);
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (1)
386ControlStyles.UserMouse, true);
System\Windows\Forms\Controls\GroupBox\GroupBox.cs (1)
202ControlStyles.UserMouse, OwnerDraw);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
137SetStyle(ControlStyles.UserMouse, true);
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (3)
3528bool oldStyle = GetStyle(ControlStyles.UserMouse); 3529SetStyle(ControlStyles.UserMouse, true); 3531SetStyle(ControlStyles.UserMouse, oldStyle);