6 references to GetUpdateRect
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\Behavior\BehaviorService.AdornerWindow.cs (1)
300PInvoke.GetUpdateRect(m.HWND, &clip, true);
System\Windows\Forms\Design\ControlDesigner.cs (1)
2068PInvoke.GetUpdateRect(m.HWND, &clip, false);
System.Windows.Forms.Primitives (4)
_generated\425\Windows.Win32.PInvoke.USER32.dll.g.cs (4)
1950 /// <inheritdoc cref="GetUpdateRect(winmdroot.Foundation.HWND, winmdroot.Foundation.RECT*, winmdroot.Foundation.BOOL)"/> 1957 winmdroot.Foundation.BOOL __result = PInvoke.GetUpdateRect(hWnd, lpRectLocal, bErase); 1962 /// <inheritdoc cref="GetUpdateRect(winmdroot.Foundation.HWND, winmdroot.Foundation.RECT*, winmdroot.Foundation.BOOL)"/> 1966 winmdroot.Foundation.BOOL __result = PInvoke.GetUpdateRect(hWnd, default(winmdroot.Foundation.RECT* ), bErase);