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)
2305
control.
ReadOnlyChanged
+= (sender, e) =>
2422
control.
ReadOnlyChanged
+= handler;
2440
control.
ReadOnlyChanged
-= handler;
5766
control.
ReadOnlyChanged
+= handler;
5771
control.
ReadOnlyChanged
-= handler;