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)
194
if (
_wndClass
== 0)
373
if (
_wndClass
!= 0)
377
if (UnsafeNativeMethods.IntUnregisterClass(new IntPtr(
_wndClass
), _hInstance) != 0)