6 references to Validating
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripProgressBar.cs (2)
364add => base.Validating += value; 365remove => base.Validating -= value;
System.Windows.Forms.Tests (4)
System\Windows\Forms\ToolStripControlHostTests.cs (4)
3932item.Validating += (sender, e) => 4039item.Validating += (sender, e) => validatingCallCount++; 4181item.Validating += handler; 4186item.Validating -= handler;