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