1 instantiation of WNDCLASSW
System.Windows.Forms.Primitives.TestUtilities (1)
Win32\WindowClass.cs (1)
90_wndClass = new WNDCLASSW
12 references to WNDCLASSW
System.Windows.Forms (1)
System\Windows\Forms\NativeWindow.WindowClass.cs (1)
124WNDCLASSW windowClass = default;
System.Windows.Forms.Primitives (10)
Windows.Win32.PInvoke.USER32.dll.g.cs (10)
1131 /// <inheritdoc cref="GetClassInfo(winmdroot.Foundation.HINSTANCE, winmdroot.Foundation.PCWSTR, winmdroot.UI.WindowsAndMessaging.WNDCLASSW*)"/> 1133 internal static unsafe winmdroot.Foundation.BOOL GetClassInfo(winmdroot.Foundation.HINSTANCE hInstance, string lpClassName, out winmdroot.UI.WindowsAndMessaging.WNDCLASSW lpWndClass) 1135 fixed (winmdroot.UI.WindowsAndMessaging.WNDCLASSW* lpWndClassLocal = &lpWndClass) 1166 internal static unsafe winmdroot.Foundation.BOOL GetClassInfo(winmdroot.Foundation.HINSTANCE hInstance, winmdroot.Foundation.PCWSTR lpClassName, winmdroot.UI.WindowsAndMessaging.WNDCLASSW* lpWndClass) 1174 static extern unsafe winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.Foundation.HINSTANCE hInstance, winmdroot.Foundation.PCWSTR lpClassName, winmdroot.UI.WindowsAndMessaging.WNDCLASSW* lpWndClass); 2615 /// <inheritdoc cref="RegisterClass(winmdroot.UI.WindowsAndMessaging.WNDCLASSW*)"/> 2617 internal static unsafe ushort RegisterClass(in winmdroot.UI.WindowsAndMessaging.WNDCLASSW lpWndClass) 2619 fixed (winmdroot.UI.WindowsAndMessaging.WNDCLASSW* lpWndClassLocal = &lpWndClass) 2639 internal static unsafe ushort RegisterClass(winmdroot.UI.WindowsAndMessaging.WNDCLASSW* lpWndClass) 2647 static extern unsafe ushort LocalExternFunction(winmdroot.UI.WindowsAndMessaging.WNDCLASSW* lpWndClass);
System.Windows.Forms.Primitives.TestUtilities (1)
Win32\WindowClass.cs (1)
17private WNDCLASSW _wndClass;