1 override of WndProc
WindowsFormsIntegration (1)
System\Windows\Integration\WindowsFormsHost.cs (1)
124
protected 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)
1132
result =
WndProc
(hwnd, msg, wParam, lParam, ref handled);
WindowsFormsIntegration (1)
System\Windows\Integration\WindowsFormsHost.cs (1)
139
return base.
WndProc
(hwnd, msg, wParam, lParam, ref handled);