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