2 writes to windowClassName
System.Windows.Forms (2)
winforms\Managed\System\WinForms\NativeWindow.cs (2)
1618
windowClassName
= GetFullClassName(localClassName);
1656
windowClassName
= GetFullClassName(localClassName);
6 references to windowClassName
System.Windows.Forms (6)
winforms\Managed\System\WinForms\NativeWindow.cs (6)
763
createResult = UnsafeNativeMethods.CreateWindowEx(cp.ExStyle, windowClass.
windowClassName
,
1622
wndclass.lpszClassName =
windowClassName
;
1635
bool ok = UnsafeNativeMethods.GetClassInfo(new HandleRef(null, UnsafeNativeMethods.GetModuleHandle(null)),
windowClassName
, wcls);
1645
if (UnsafeNativeMethods.UnregisterClass(
windowClassName
, new HandleRef(null, UnsafeNativeMethods.GetModuleHandle(null)))) {
1657
wndclass.lpszClassName =
windowClassName
;
1679
if (registered && UnsafeNativeMethods.UnregisterClass(
windowClassName
, new HandleRef(null, UnsafeNativeMethods.GetModuleHandle(null)))) {