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