2 references to OnReadOnlyChanged
System.Windows.Forms (1)
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
938
OnReadOnlyChanged
(EventArgs.Empty);
System.Windows.Forms.Tests (1)
TextBoxBaseTests.cs (1)
7771
public new void OnReadOnlyChanged(EventArgs e) => base.
OnReadOnlyChanged
(e);