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