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