11 references to WNDCLASSW
System.Windows.Forms (1)
System\Windows\Forms\NativeWindow.WindowClass.cs (1)
124WNDCLASSW windowClass = default;
System.Windows.Forms.Primitives (10)
_generated\426\Windows.Win32.PInvoke.USER32.dll.g.cs (10)
1238 /// <inheritdoc cref="GetClassInfo(winmdroot.Foundation.HINSTANCE, winmdroot.Foundation.PCWSTR, winmdroot.UI.WindowsAndMessaging.WNDCLASSW*)"/> 1241 internal static unsafe winmdroot.Foundation.BOOL GetClassInfo([Optional] winmdroot.Foundation.HINSTANCE hInstance, string lpClassName, out winmdroot.UI.WindowsAndMessaging.WNDCLASSW lpWndClass) 1243 fixed (winmdroot.UI.WindowsAndMessaging.WNDCLASSW* lpWndClassLocal = &lpWndClass) 1274 internal static unsafe winmdroot.Foundation.BOOL GetClassInfo([Optional] winmdroot.Foundation.HINSTANCE hInstance, winmdroot.Foundation.PCWSTR lpClassName, winmdroot.UI.WindowsAndMessaging.WNDCLASSW* lpWndClass) 1282 static extern unsafe winmdroot.Foundation.BOOL LocalExternFunction([Optional] winmdroot.Foundation.HINSTANCE hInstance, winmdroot.Foundation.PCWSTR lpClassName, winmdroot.UI.WindowsAndMessaging.WNDCLASSW* lpWndClass); 2878 /// <inheritdoc cref="RegisterClass(winmdroot.UI.WindowsAndMessaging.WNDCLASSW*)"/> 2881 internal static unsafe ushort RegisterClass(in winmdroot.UI.WindowsAndMessaging.WNDCLASSW lpWndClass) 2883 fixed (winmdroot.UI.WindowsAndMessaging.WNDCLASSW* lpWndClassLocal = &lpWndClass) 2903 internal static unsafe ushort RegisterClass(winmdroot.UI.WindowsAndMessaging.WNDCLASSW* lpWndClass) 2911 static extern unsafe ushort LocalExternFunction(winmdroot.UI.WindowsAndMessaging.WNDCLASSW* lpWndClass);