2 references to GetClassInfo
System.Windows.Forms (2)
winforms\Managed\System\WinForms\NativeWindow.cs (2)
1598bool ok = UnsafeNativeMethods.GetClassInfo(NativeMethods.NullHandleRef, className, wcls); 1635bool ok = UnsafeNativeMethods.GetClassInfo(new HandleRef(null, UnsafeNativeMethods.GetModuleHandle(null)), windowClassName, wcls);