4 references to OnInvalidated
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (2)
5797OnInvalidated(new InvalidateEventArgs(Rectangle.Ceiling(region.GetBounds(graphics)))); 6478OnInvalidated(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)
7640public new void OnInvalidated(InvalidateEventArgs e) => base.OnInvalidated(e);