5 references to InvalidateRect
System.Windows.Forms (1)
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (1)
1444
PInvoke.
InvalidateRect
(c.hwndFound, lpRect: (RECT*)null, bErase: true);
System.Windows.Forms.Primitives (4)
Windows.Win32.PInvoke.USER32.dll.g.cs (2)
2081
/// <inheritdoc cref="
InvalidateRect
(winmdroot.Foundation.HWND, winmdroot.Foundation.RECT*, winmdroot.Foundation.BOOL)"/>
2086
winmdroot.Foundation.BOOL __result = PInvoke.
InvalidateRect
(hWnd, lpRect.HasValue ? &lpRectLocal : null, bErase);
Windows\Win32\PInvoke.InvalidateRect.cs (2)
8
/// <inheritdoc cref="
InvalidateRect
(HWND, RECT*, BOOL)"/>
12
BOOL result =
InvalidateRect
(hWnd.Handle, lpRect, bErase);