1 write to parent
System.Windows.Forms (1)
winforms\Managed\System\WinForms\UpDownBase.cs (1)
1440this.parent = parent;
21 references to parent
System.Windows.Forms (21)
winforms\Managed\System\WinForms\UpDownBase.cs (21)
1536this.parent.FocusInternal(); 1538if (!parent.ValidationCancelled && e.Button == MouseButtons.Left) { 1550parent.OnMouseDown(parent.TranslateMouseEvent(this, e)); 1632parent.OnMouseMove(parent.TranslateMouseEvent(this, e)); 1643if (!parent.ValidationCancelled && e.Button == MouseButtons.Left) { 1655MouseEventArgs me = parent.TranslateMouseEvent(this, e); 1657if (!parent.ValidationCancelled && UnsafeNativeMethods.WindowFromPoint(pt.X, pt.Y) == Handle) { 1659this.parent.OnClick(me); 1663this.parent.OnDoubleClick(me); 1664this.parent.OnMouseDoubleClick(me); 1670parent.OnMouseUp(me); 1683parent.OnMouseLeave(e); 1706vsr.DrawBackground(e.Graphics, new Rectangle(0, 0, parent.defaultButtonsWidth, half_height), HandleInternal); 1718vsr.DrawBackground(e.Graphics, new Rectangle(0, half_height, parent.defaultButtonsWidth, half_height), HandleInternal); 1722new Rectangle(0, 0, parent.defaultButtonsWidth, half_height), 1727new Rectangle(0, half_height, parent.defaultButtonsWidth, half_height), 1734using (Pen pen = new Pen(this.parent.BackColor)) { 1757parent.OnStartTimer(); 1780parent.OnStopTimer();