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