4 references to OnValidated
System.Windows.Forms (1)
System\Windows\Forms\Control.cs (1)
6512OnValidated(EventArgs.Empty);
System.Windows.Forms.Tests (3)
System\Windows\Forms\ControlTests.cs (1)
1386public new void OnValidated(EventArgs e) => base.OnValidated(e);
System\Windows\Forms\ToolStripControlHostTests.cs (1)
4622public new void OnValidated(EventArgs e) => base.OnValidated(e);
System\Windows\Forms\ToolStripDropDownTests.cs (1)
5226public new void OnValidated(EventArgs e) => base.OnValidated(e);