10 references to User32
System.Private.Windows.Core (8)
Windows\Win32\PInvokeCore.GetClassLong.cs (2)
10[DllImport(Libraries.User32, SetLastError = true)] 14[DllImport(Libraries.User32, SetLastError = true)]
Windows\Win32\PInvokeCore.GetWindowLong.cs (2)
8[DllImport(Libraries.User32, SetLastError = true)] 11[DllImport(Libraries.User32, SetLastError = true)]
Windows\Win32\PInvokeCore.SetClassLong.cs (2)
9[DllImport(Libraries.User32)] 12[DllImport(Libraries.User32)]
Windows\Win32\PInvokeCore.SetWindowLong.cs (2)
8[DllImport(Libraries.User32, SetLastError = true)] 11[DllImport(Libraries.User32, SetLastError = true)]
System.Windows.Forms (1)
System\Windows\Forms\NativeWindow.cs (1)
169var hModule = PInvoke.GetModuleHandle(Libraries.User32);
System.Windows.Forms.Primitives (1)
Windows\Win32\PInvoke.DispatchMessageA.cs (1)
11[DllImport(Libraries.User32, ExactSpelling = true)]