1 implementation of FQueryTerminate
System.Windows.Forms (1)
System\Windows\Forms\Application.ComponentThreadContext.cs (1)
466BOOL IMsoComponent.Interface.FQueryTerminate(BOOL fPromptUser) => true;
2 references to FQueryTerminate
System.Windows.Forms.Primitives (2)
Microsoft\Office\IMsoComponent.cs (2)
92=> UnwrapAndInvoke<IMsoComponent, Interface, BOOL>(@this, o => o.FQueryTerminate(fPromptUser)); 204/// <inheritdoc cref="Interface.FQueryTerminate(BOOL)"/>