2 instantiations of WNDCLASSEX_D
WindowsBase (2)
Base\System\Windows\SplashScreen.cs (1)
181
MS.Win32.NativeMethods.WNDCLASSEX_D wndClass = new MS.Win32.NativeMethods.
WNDCLASSEX_D
();
Shared\MS\Win32\HwndWrapper.cs (1)
92
NativeMethods.WNDCLASSEX_D wc_d = new NativeMethods.
WNDCLASSEX_D
();
6 references to WNDCLASSEX_D
WindowsBase (6)
Base\System\Windows\SplashScreen.cs (2)
181
MS.Win32.NativeMethods.
WNDCLASSEX_D
wndClass = new MS.Win32.NativeMethods.WNDCLASSEX_D();
182
wndClass.cbSize = Marshal.SizeOf(typeof(MS.Win32.NativeMethods.
WNDCLASSEX_D
));
Shared\MS\Win32\HwndWrapper.cs (2)
92
NativeMethods.
WNDCLASSEX_D
wc_d = new NativeMethods.WNDCLASSEX_D();
129
wc_d.cbSize = Marshal.SizeOf(typeof(NativeMethods.
WNDCLASSEX_D
));
Shared\MS\Win32\UnsafeNativeMethodsOther.cs (2)
340
internal static extern UInt16 IntRegisterClassEx(NativeMethods.
WNDCLASSEX_D
wc_d);
346
internal static UInt16 RegisterClassEx(NativeMethods.
WNDCLASSEX_D
wc_d)