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)
3934item.Validating += (sender, e) => 4041item.Validating += (sender, e) => validatingCallCount++; 4183item.Validating += handler; 4188item.Validating -= handler;