3 references to InvalidateEventHandler
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (2)
3820
public event
InvalidateEventHandler
? Invalidated
7715
((
InvalidateEventHandler
?)Events[s_invalidatedEvent])?.Invoke(this, e);
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHost.cs (1)
1202
public new event
InvalidateEventHandler
Invalidated