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