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