2 writes to _upDownEventHandler
System.Windows.Forms (2)
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownButtons.cs (2)
50add => _upDownEventHandler += value; 51remove => _upDownEventHandler -= value;
1 reference to _upDownEventHandler
System.Windows.Forms (1)
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownButtons.cs (1)
340=> _upDownEventHandler?.Invoke(this, upevent);