5 references to formatTypeListBox_SelectedIndexChanged
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\FormatControl.cs (4)
230
formatTypeListBox.SelectedIndexChanged -=
formatTypeListBox_SelectedIndexChanged
;
241
formatTypeListBox.SelectedIndexChanged +=
formatTypeListBox_SelectedIndexChanged
;
388
formatTypeListBox.SelectedIndexChanged -=
formatTypeListBox_SelectedIndexChanged
;
397
formatTypeListBox.SelectedIndexChanged +=
formatTypeListBox_SelectedIndexChanged
;
System\Windows\Forms\Design\FormatControl.Designer.cs (1)
169
formatTypeListBox.SelectedIndexChanged += this.
formatTypeListBox_SelectedIndexChanged
;