1 write to _parent
System.Windows.Forms (1)
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownButtons.cs (1)
45_parent = parent;
22 references to _parent
System.Windows.Forms (22)
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownButtons.cs (22)
120_parent.Focus(); 122if (!_parent.ValidationCancelled && e.Button == MouseButtons.Left) 138_parent.OnMouseDown(_parent.TranslateMouseEvent(this, e)); 212_parent.OnMouseMove(_parent.TranslateMouseEvent(this, e)); 221if (!_parent.ValidationCancelled && e.Button == MouseButtons.Left) 231MouseEventArgs me = _parent.TranslateMouseEvent(this, e); 234if (!_parent.ValidationCancelled && PInvoke.WindowFromPoint(PointToScreen(e.Location)) == HWND) 238_parent.OnClick(me); 243_parent.OnDoubleClick(me); 244_parent.OnMouseDoubleClick(me); 251_parent.OnMouseUp(me); 260_parent.OnMouseLeave(e); 276_parent._defaultButtonsWidth, 281new Rectangle(0, 0, _parent._defaultButtonsWidth, half_height), 291new Rectangle(0, half_height, _parent._defaultButtonsWidth, half_height), 321new Rectangle(0, 0, _parent._defaultButtonsWidth, half_height), 341new Rectangle(0, half_height, _parent._defaultButtonsWidth, half_height), 348Color color = _parent.BackColor; 419_parent.OnStartTimer(); 447_parent.OnStopTimer();