2 implementations of FPreTranslateMessage
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Application.cs (1)
3804bool UnsafeNativeMethods.IMsoComponent.FPreTranslateMessage(ref NativeMethods.MSG msg) {
winforms\Managed\System\WinForms\ComponentManagerBroker.cs (1)
312bool UnsafeNativeMethods.IMsoComponent.FPreTranslateMessage(ref NativeMethods.MSG msg) {
2 references to FPreTranslateMessage
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Application.cs (1)
2138if (!component.FPreTranslateMessage(ref msg)) {
winforms\Managed\System\WinForms\ComponentManagerBroker.cs (1)
316return c.FPreTranslateMessage(ref msg);