4 references to OnInvalidated
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (2)
5837OnInvalidated(new InvalidateEventArgs(Rectangle.Ceiling(region.GetBounds(graphics)))); 6518OnInvalidated(new InvalidateEventArgs(invalidatedArea));
System.Windows.Forms.Tests (2)
System\Windows\Forms\ControlTests.cs (1)
1300public new void OnInvalidated(InvalidateEventArgs e) => base.OnInvalidated(e);
System\Windows\Forms\ToolStripTests.cs (1)
7609public new void OnInvalidated(InvalidateEventArgs e) => base.OnInvalidated(e);