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