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)
2307control.ReadOnlyChanged += (sender, e) => 2424control.ReadOnlyChanged += handler; 2442control.ReadOnlyChanged -= handler; 5768control.ReadOnlyChanged += handler; 5773control.ReadOnlyChanged -= handler;