5 references to WndProc
PresentationFramework (5)
src\Framework\System\Windows\Standard\MessageWindow.cs (4)
36private static readonly WndProc s_WndProc = new WndProc(_WndProc); 48private WndProc _wndProcCallback; 70public MessageWindow(CS classStyle, WS style, WS_EX exStyle, Rect location, string name, WndProc callback) 215WndProc callback = hwndWrapper._wndProcCallback;
src\Framework\System\Windows\Standard\NativeMethods.cs (1)
2313public WndProc lpfnWndProc;