4 references to HandleMessage
PresentationCore (4)
System\Windows\InterOp\HwndSource.cs (1)
1164result = hwndTarget.HandleMessage((WindowMessage)msg, wParam, lParam);
System\Windows\InterOp\HwndTarget.cs (3)
87/// This is returned by <see cref="HandleMessage(WindowMessage, IntPtr, IntPtr)"/> 93/// This is returned by <see cref="HandleMessage(WindowMessage, IntPtr, IntPtr)"/> 95/// given Window message - i.e., <see cref="HandleMessage(WindowMessage, IntPtr, IntPtr)"/>