7 references to ReadOnlyChanged
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripTextBox.cs (2)
132
textBox.
ReadOnlyChanged
+= HandleReadOnlyChanged;
149
textBox.
ReadOnlyChanged
-= HandleReadOnlyChanged;
System.Windows.Forms.Tests (5)
TextBoxBaseTests.cs (5)
2307
control.
ReadOnlyChanged
+= (sender, e) =>
2424
control.
ReadOnlyChanged
+= handler;
2442
control.
ReadOnlyChanged
-= handler;
5768
control.
ReadOnlyChanged
+= handler;
5773
control.
ReadOnlyChanged
-= handler;