4 instantiations of InvalidateEventArgs
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Control.cs (2)
7245
OnInvalidated(new
InvalidateEventArgs
(bounds));
7918
OnInvalidated(new
InvalidateEventArgs
(invalidatedArea));
System.Windows.Forms.DataVisualization (2)
WinForm\ChartWinControl.cs (2)
638
InvalidateEventArgs e = new
InvalidateEventArgs
(Rectangle.Empty);
660
InvalidateEventArgs e = new
InvalidateEventArgs
(Rectangle.Empty);
7 references to InvalidateEventArgs
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Control.cs (2)
9060
protected virtual void OnInvalidated(
InvalidateEventArgs
e) {
9410
private void OnParentInvalidated(
InvalidateEventArgs
e) {
winforms\Managed\System\WinForms\InvalidateEvent.cs (1)
35
/// Initializes a new instance of the <see cref='System.Windows.Forms.
InvalidateEventArgs
'/>
winforms\Managed\System\WinForms\InvalidateEventHandler.cs (1)
22
public delegate void InvalidateEventHandler(object sender,
InvalidateEventArgs
e);
winforms\Managed\System\WinForms\ToolStrip.cs (1)
3318
protected override void OnInvalidated(
InvalidateEventArgs
e) {
System.Windows.Forms.DataVisualization (2)
WinForm\ChartWinControl.cs (2)
638
InvalidateEventArgs
e = new InvalidateEventArgs(Rectangle.Empty);
660
InvalidateEventArgs
e = new InvalidateEventArgs(Rectangle.Empty);