16 references to CheckedChanged
PresentationUI (3)
MS\Internal\Documents\RMPublishingDialog.Designer.cs (3)
96this.radioButtonUnrestricted.CheckedChanged += new System.EventHandler(this.radioButton_CheckedChanged); 105this.radioButtonPermissions.CheckedChanged += new System.EventHandler(this.radioButton_CheckedChanged); 114this.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)
672control.CheckedChanged += handler; 678control.CheckedChanged -= handler; 705control.CheckedChanged += handler; 715control.CheckedChanged -= handler;
WinFormsControlsTest (2)
TrackBars.Designer.cs (2)
80this.rbHorizontal.CheckedChanged += this.rbHorizontal_CheckedChanged; 92this.rbVertical.CheckedChanged += this.rbVertical_CheckedChanged;