1 implementation of OnMouseDown
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\TabOrder.cs (1)
559public virtual void OnMouseDown(IComponent component, MouseButtons button, int x, int y)
1 reference to OnMouseDown
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ControlDesigner.cs (1)
1921mouseHandler.OnMouseDown(Component, button, location.X, location.Y);