3 references to EventCausesValidation
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Control.cs (3)
1519
Events.AddHandler(
EventCausesValidation
, value);
1522
Events.RemoveHandler(
EventCausesValidation
, value);
8077
EventHandler eh = Events[
EventCausesValidation
] as EventHandler;