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