1 write to _parent
System.Windows.Forms (1)
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownButtons.cs (1)
38_parent = parent;
21 references to _parent
System.Windows.Forms (21)
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownButtons.cs (21)
110_parent.Focus(); 112if (!_parent.ValidationCancelled && e.Button == MouseButtons.Left) 128_parent.OnMouseDown(_parent.TranslateMouseEvent(this, e)); 201_parent.OnMouseMove(_parent.TranslateMouseEvent(this, e)); 209if (!_parent.ValidationCancelled && e.Button == MouseButtons.Left) 219MouseEventArgs me = _parent.TranslateMouseEvent(this, e); 222if (!_parent.ValidationCancelled && PInvoke.WindowFromPoint(PointToScreen(e.Location)) == HWND) 226_parent.OnClick(me); 231_parent.OnDoubleClick(me); 232_parent.OnMouseDoubleClick(me); 239_parent.OnMouseUp(me); 247_parent.OnMouseLeave(e); 276new Rectangle(0, 0, _parent._defaultButtonsWidth, half_height), 296new Rectangle(0, half_height, _parent._defaultButtonsWidth, half_height), 303new Rectangle(0, 0, _parent._defaultButtonsWidth, half_height), 309new Rectangle(0, half_height, _parent._defaultButtonsWidth, half_height), 317Color color = _parent.BackColor; 355_parent.OnStartTimer(); 383_parent.OnStopTimer();