4 references to OnValidated
System.Windows.Forms (1)
System\Windows\Forms\Control.cs (1)
6551OnValidated(EventArgs.Empty);
System.Windows.Forms.Tests (3)
System\Windows\Forms\ControlTests.cs (1)
1388public new void OnValidated(EventArgs e) => base.OnValidated(e);
System\Windows\Forms\ToolStripControlHostTests.cs (1)
4624public new void OnValidated(EventArgs e) => base.OnValidated(e);
System\Windows\Forms\ToolStripDropDownTests.cs (1)
5228public new void OnValidated(EventArgs e) => base.OnValidated(e);