1 override of WndProc
WindowsFormsIntegration (1)
System\Windows\Integration\WindowsFormsHost.cs (1)
124protected override IntPtr WndProc(IntPtr hwnd, int msg, IntPtr wParam, IntPtr lParam, ref bool handled)
2 references to WndProc
PresentationFramework (1)
System\Windows\Interop\HwndHost.cs (1)
1136result = WndProc(hwnd, msg, wParam, lParam, ref handled);
WindowsFormsIntegration (1)
System\Windows\Integration\WindowsFormsHost.cs (1)
139return base.WndProc(hwnd, msg, wParam, lParam, ref handled);