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