2 writes to _wndClass
WindowsBase (2)
Base\System\Windows\SplashScreen.cs (2)
193_wndClass = MS.Win32.UnsafeNativeMethods.IntRegisterClassEx(wndClass); 381_wndClass = 0;
3 references to _wndClass
WindowsBase (3)
Base\System\Windows\SplashScreen.cs (3)
194if (_wndClass == 0) 373if (_wndClass != 0) 377if (UnsafeNativeMethods.IntUnregisterClass(new IntPtr(_wndClass), _hInstance) != 0)