2 instantiations of InvalidateEventArgs
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (2)
6151OnInvalidated(new InvalidateEventArgs(Rectangle.Ceiling(region.GetBounds(graphics)))); 6832OnInvalidated(new InvalidateEventArgs(invalidatedArea));
4 references to InvalidateEventArgs
System.Windows.Forms (4)
System\Windows\Forms\Control.cs (2)
8306protected virtual void OnInvalidated(InvalidateEventArgs e) 8602private void OnParentInvalidated(InvalidateEventArgs e)
System\Windows\Forms\Rendering\InvalidateEventArgs.cs (1)
14/// Initializes a new instance of the <see cref="InvalidateEventArgs"/>
System\Windows\Forms\Rendering\InvalidateEventHandler.cs (1)
10public delegate void InvalidateEventHandler(object? sender, InvalidateEventArgs e);