16 references to CheckedChanged
PresentationUI (3)
MS\Internal\Documents\RMPublishingDialog.Designer.cs (3)
96
this.radioButtonUnrestricted.
CheckedChanged
+= new System.EventHandler(this.radioButton_CheckedChanged);
105
this.radioButtonPermissions.
CheckedChanged
+= new System.EventHandler(this.radioButton_CheckedChanged);
114
this.radioButtonTemplate.
CheckedChanged
+= new System.EventHandler(this.radioButton_CheckedChanged);
System.Windows.Forms (1)
System\Windows\Forms\Controls\Buttons\RadioButton.cs (1)
17
[DefaultEvent(nameof(
CheckedChanged
))]
System.Windows.Forms.Design (6)
System\ComponentModel\Design\BinaryEditor.BinaryUI.cs (4)
230
_radioUnicode.
CheckedChanged
+= RadioUnicode_checkedChanged;
238
_radioAuto.
CheckedChanged
+= RadioAuto_checkedChanged;
245
_radioAnsi.
CheckedChanged
+= RadioAnsi_checkedChanged;
252
_radioHex.
CheckedChanged
+= RadioHex_checkedChanged;
System\Windows\Forms\Design\DataGridViewAddColumnDialog.cs (2)
291
_dataBoundColumnRadioButton.
CheckedChanged
+= dataBoundColumnRadioButton_CheckedChanged;
409
_unboundColumnRadioButton.
CheckedChanged
+= unboundColumnRadioButton_CheckedChanged;
System.Windows.Forms.Tests (4)
System\Windows\Forms\RadioButtonTests.cs (4)
672
control.
CheckedChanged
+= handler;
678
control.
CheckedChanged
-= handler;
705
control.
CheckedChanged
+= handler;
715
control.
CheckedChanged
-= handler;
WinFormsControlsTest (2)
TrackBars.Designer.cs (2)
80
this.rbHorizontal.
CheckedChanged
+= this.rbHorizontal_CheckedChanged;
92
this.rbVertical.
CheckedChanged
+= this.rbVertical_CheckedChanged;