1 write to _wndProc
WindowsBase (1)
Shared\MS\Win32\HwndWrapper.cs (1)
84_wndProc = new SecurityCriticalData<HwndWrapperHook>(new HwndWrapperHook(WndProc));
1 reference to _wndProc
WindowsBase (1)
Shared\MS\Win32\HwndWrapper.cs (1)
89HwndSubclass hwndSubclass = new HwndSubclass(_wndProc.Value);