2 instantiations of InvalidateEventArgs
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (2)
5927OnInvalidated(new InvalidateEventArgs(Rectangle.Ceiling(region.GetBounds(graphics)))); 6608OnInvalidated(new InvalidateEventArgs(invalidatedArea));
4 references to InvalidateEventArgs
System.Windows.Forms (4)
System\Windows\Forms\Control.cs (2)
7698protected virtual void OnInvalidated(InvalidateEventArgs e) 7994private 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);