16 references to WndProc
WindowsBase (16)
Base\System\Windows\SplashScreen.cs (1)
51
private static NativeMethods.
WndProc
_defWndProc;
Shared\MS\Win32\HwndSubclass.cs (5)
468
NativeMethods.
WndProc
newWndProc = new NativeMethods.WndProc(SubclassWndProc);
536
private void HookWindowProc(IntPtr hwnd, NativeMethods.
WndProc
newWndProc, IntPtr oldWndProc)
592
NativeMethods.
WndProc
currentWndProc = UnsafeNativeMethods.GetWindowLongWndProc(new HandleRef(this,_hwndAttached));
705
private static NativeMethods.
WndProc
DefWndProcStub = new NativeMethods.WndProc(DefWndProcWrapper);
727
private NativeMethods.
WndProc
_attachedWndProc;
Shared\MS\Win32\HwndWrapper.cs (1)
107
NativeMethods.
WndProc
initialWndProc = new NativeMethods.WndProc(hwndSubclass.SubclassWndProc);
Shared\MS\Win32\NativeMethodsCLR.cs (1)
3921
public
WndProc
lpfnHook;
Shared\MS\Win32\NativeMethodsOther.cs (1)
769
public
WndProc
lpfnWndProc = null;
Shared\MS\Win32\NativeMethodsSetLastError.cs (4)
138
public static extern NativeMethods.
WndProc
GetWindowLongWndProc(HandleRef hWnd, int nIndex);
147
public static extern NativeMethods.
WndProc
GetWindowLongPtrWndProc(HandleRef hWnd, int nIndex);
168
public static extern Int32 SetWindowLongWndProc(HandleRef hWnd, int nIndex, NativeMethods.
WndProc
dwNewLong);
177
public static extern IntPtr SetWindowLongPtrWndProc(HandleRef hWnd, int nIndex, NativeMethods.
WndProc
dwNewLong);
Shared\MS\Win32\UnsafeNativeMethodsOther.cs (3)
701
internal static IntPtr CriticalSetWindowLong(HandleRef hWnd, int nIndex, NativeMethods.
WndProc
dwNewLong)
808
internal static NativeMethods.
WndProc
GetWindowLongWndProc(HandleRef hWnd)
810
NativeMethods.
WndProc
returnValue = null;