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