9 references to InvalidateRect
System.Windows.Forms (9)
winforms\Managed\System\WinForms\CheckedListBox.cs (1)
880SafeNativeMethods.InvalidateRect(new HandleRef(this, Handle), null, true);
winforms\Managed\System\WinForms\ComboBox.cs (3)
2049SafeNativeMethods.InvalidateRect(new HandleRef(this, childEdit.Handle), null, false); 2052SafeNativeMethods.InvalidateRect(new HandleRef(this, childListBox.Handle), null, false); 4804SafeNativeMethods.InvalidateRect(new HandleRef(this, _owningComboBox.GetListHandle()), null, false);
winforms\Managed\System\WinForms\Control.cs (1)
7279SafeNativeMethods.InvalidateRect(new HandleRef(window, Handle),
winforms\Managed\System\WinForms\DateTimePicker.cs (1)
1576SafeNativeMethods.InvalidateRect(new HandleRef(c, c.hwndFound), null, true);
winforms\Managed\System\WinForms\ErrorProvider.cs (1)
1280SafeNativeMethods.InvalidateRect(new HandleRef(this, Handle), null, false);
winforms\Managed\System\WinForms\ListView.cs (1)
3588SafeNativeMethods.InvalidateRect(new HandleRef(this, hwndHdr), null, true);
winforms\Managed\System\WinForms\TreeNode.cs (1)
1731SafeNativeMethods.InvalidateRect(new HandleRef(tv, tv.Handle), null, false);