3 references to decimalPlacesUpDown_ValueChanged
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\FormatControl.cs (2)
227decimalPlacesUpDown.ValueChanged -= decimalPlacesUpDown_ValueChanged; 238decimalPlacesUpDown.ValueChanged += decimalPlacesUpDown_ValueChanged;
System\Windows\Forms\Design\FormatControl.Designer.cs (1)
146decimalPlacesUpDown.ValueChanged += this.decimalPlacesUpDown_ValueChanged;