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