2 references to OnValidating
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripControlHost.cs (1)
594private void HandleValidating(object? sender, CancelEventArgs e) => OnValidating(e);
System.Windows.Forms.Tests (1)
System\Windows\Forms\ToolStripControlHostTests.cs (1)
4699public new void OnValidating(CancelEventArgs e) => base.OnValidating(e);