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)
176
if (
_defWndProc
== null)
189
wndClass.lpfnWndProc =
_defWndProc
;