2 implementations of FPreTranslateMessage
System.Windows.Forms (1)
System\Windows\Forms\Application.ComponentThreadContext.cs (1)
359BOOL IMsoComponent.Interface.FPreTranslateMessage(MSG* msg)
System.Windows.Forms.Tests (1)
System\Windows\Forms\Application.ComponentManagerTests.cs (1)
350BOOL IMsoComponent.Interface.FPreTranslateMessage(MSG* msg)
3 references to FPreTranslateMessage
System.Windows.Forms.Primitives (2)
Microsoft\Office\IMsoComponent.cs (2)
55=> UnwrapAndInvoke<IMsoComponent, Interface, BOOL>(@this, o => o.FPreTranslateMessage(msg)); 153/// <inheritdoc cref="Interface.FPreTranslateMessage(MSG*)"/>
System.Windows.Forms.Tests (1)
System\Windows\Forms\Application.ComponentManagerTests.cs (1)
351=> _mock.FPreTranslateMessage(msg);