1 write to _parent
System.Windows.Forms (1)
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownButtons.cs (1)
42
_parent
= parent;
21 references to _parent
System.Windows.Forms (21)
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownButtons.cs (21)
114
_parent
.Focus();
116
if (!
_parent
.ValidationCancelled && e.Button == MouseButtons.Left)
132
_parent
.OnMouseDown(
_parent
.TranslateMouseEvent(this, e));
205
_parent
.OnMouseMove(
_parent
.TranslateMouseEvent(this, e));
213
if (!
_parent
.ValidationCancelled && e.Button == MouseButtons.Left)
223
MouseEventArgs me =
_parent
.TranslateMouseEvent(this, e);
226
if (!
_parent
.ValidationCancelled && PInvoke.WindowFromPoint(PointToScreen(e.Location)) == HWND)
230
_parent
.OnClick(me);
235
_parent
.OnDoubleClick(me);
236
_parent
.OnMouseDoubleClick(me);
243
_parent
.OnMouseUp(me);
251
_parent
.OnMouseLeave(e);
280
new Rectangle(0, 0,
_parent
._defaultButtonsWidth, half_height),
300
new Rectangle(0, half_height,
_parent
._defaultButtonsWidth, half_height),
307
new Rectangle(0, 0,
_parent
._defaultButtonsWidth, half_height),
313
new Rectangle(0, half_height,
_parent
._defaultButtonsWidth, half_height),
321
Color color =
_parent
.BackColor;
359
_parent
.OnStartTimer();
387
_parent
.OnStopTimer();