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