2 writes to _defWndProc
WindowsBase (2)
Base\System\Windows\SplashScreen.cs (2)
178_defWndProc = new MS.Win32.NativeMethods.WndProc(UnsafeNativeMethods.DefWindowProc); 379_defWndProc = null; // Can safely release the wndproc delegate when there are no more splash screen instances
2 references to _defWndProc
WindowsBase (2)
Base\System\Windows\SplashScreen.cs (2)
176if (_defWndProc == null) 189wndClass.lpfnWndProc = _defWndProc;