4 instantiations of InvalidateEventArgs
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Control.cs (2)
7245OnInvalidated(new InvalidateEventArgs(bounds)); 7918OnInvalidated(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)
9060protected virtual void OnInvalidated(InvalidateEventArgs e) { 9410private 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)
22public delegate void InvalidateEventHandler(object sender, InvalidateEventArgs e);
winforms\Managed\System\WinForms\ToolStrip.cs (1)
3318protected 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);