7 references to ReadOnlyChanged
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripTextBox.cs (2)
132textBox.ReadOnlyChanged += HandleReadOnlyChanged; 149textBox.ReadOnlyChanged -= HandleReadOnlyChanged;
System.Windows.Forms.Tests (5)
TextBoxBaseTests.cs (5)
2305control.ReadOnlyChanged += (sender, e) => 2422control.ReadOnlyChanged += handler; 2440control.ReadOnlyChanged -= handler; 5766control.ReadOnlyChanged += handler; 5771control.ReadOnlyChanged -= handler;