3 references to NotifyInvalidate
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (2)
5838NotifyInvalidate(ClientRectangle); 5886NotifyInvalidate(rc);
System.Windows.Forms.Tests (1)
System\Windows\Forms\ControlTests.cs (1)
1234public new void NotifyInvalidate(Rectangle invalidatedArea) => base.NotifyInvalidate(invalidatedArea);