5 references to WndProc
PresentationFramework (5)
System\Windows\Standard\MessageWindow.cs (4)
25
private static readonly
WndProc
s_WndProc = new WndProc(_WndProc);
29
private
WndProc
_wndProcCallback;
41
public MessageWindow(CS classStyle, WS style, WS_EX exStyle, Rect location, string name,
WndProc
callback)
166
WndProc
callback = hwndWrapper._wndProcCallback;
System\Windows\Standard\NativeMethods.cs (1)
2188
public
WndProc
lpfnWndProc;