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