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\426\Windows.Win32.PInvoke.USER32.dll.g.cs (4)
2081 /// <inheritdoc cref="GetUpdateRect(winmdroot.Foundation.HWND, winmdroot.Foundation.RECT*, winmdroot.Foundation.BOOL)"/> 2088 winmdroot.Foundation.BOOL __result = PInvoke.GetUpdateRect(hWnd, lpRectLocal, bErase); 2093 /// <inheritdoc cref="GetUpdateRect(winmdroot.Foundation.HWND, winmdroot.Foundation.RECT*, winmdroot.Foundation.BOOL)"/> 2097 winmdroot.Foundation.BOOL __result = PInvoke.GetUpdateRect(hWnd, default(winmdroot.Foundation.RECT* ), bErase);