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(); 116if (!_parent.ValidationCancelled && e.Button == MouseButtons.Left) 132_parent.OnMouseDown(_parent.TranslateMouseEvent(this, e)); 205_parent.OnMouseMove(_parent.TranslateMouseEvent(this, e)); 213if (!_parent.ValidationCancelled && e.Button == MouseButtons.Left) 223MouseEventArgs me = _parent.TranslateMouseEvent(this, e); 226if (!_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); 280new Rectangle(0, 0, _parent._defaultButtonsWidth, half_height), 300new Rectangle(0, half_height, _parent._defaultButtonsWidth, half_height), 307new Rectangle(0, 0, _parent._defaultButtonsWidth, half_height), 313new Rectangle(0, half_height, _parent._defaultButtonsWidth, half_height), 321Color color = _parent.BackColor; 359_parent.OnStartTimer(); 387_parent.OnStopTimer();