11 references to WNDCLASSW
System.Windows.Forms (1)
System\Windows\Forms\NativeWindow.WindowClass.cs (1)
124WNDCLASSW windowClass = default;
System.Windows.Forms.Primitives (10)
_generated\425\Windows.Win32.PInvoke.USER32.dll.g.cs (10)
1145 /// <inheritdoc cref="GetClassInfo(winmdroot.Foundation.HINSTANCE, winmdroot.Foundation.PCWSTR, winmdroot.UI.WindowsAndMessaging.WNDCLASSW*)"/> 1148 internal static unsafe winmdroot.Foundation.BOOL GetClassInfo([Optional] winmdroot.Foundation.HINSTANCE hInstance, string lpClassName, out winmdroot.UI.WindowsAndMessaging.WNDCLASSW lpWndClass) 1150 fixed (winmdroot.UI.WindowsAndMessaging.WNDCLASSW* lpWndClassLocal = &lpWndClass) 1181 internal static unsafe winmdroot.Foundation.BOOL GetClassInfo([Optional] winmdroot.Foundation.HINSTANCE hInstance, winmdroot.Foundation.PCWSTR lpClassName, winmdroot.UI.WindowsAndMessaging.WNDCLASSW* lpWndClass) 1189 static extern unsafe winmdroot.Foundation.BOOL LocalExternFunction([Optional] winmdroot.Foundation.HINSTANCE hInstance, winmdroot.Foundation.PCWSTR lpClassName, winmdroot.UI.WindowsAndMessaging.WNDCLASSW* lpWndClass); 2747 /// <inheritdoc cref="RegisterClass(winmdroot.UI.WindowsAndMessaging.WNDCLASSW*)"/> 2750 internal static unsafe ushort RegisterClass(in winmdroot.UI.WindowsAndMessaging.WNDCLASSW lpWndClass) 2752 fixed (winmdroot.UI.WindowsAndMessaging.WNDCLASSW* lpWndClassLocal = &lpWndClass) 2772 internal static unsafe ushort RegisterClass(winmdroot.UI.WindowsAndMessaging.WNDCLASSW* lpWndClass) 2780 static extern unsafe ushort LocalExternFunction(winmdroot.UI.WindowsAndMessaging.WNDCLASSW* lpWndClass);