2 implementations of Terminate
System.Windows.Forms (1)
System\Windows\Forms\Application.ComponentThreadContext.cs (1)
468void IMsoComponent.Interface.Terminate()
System.Windows.Forms.Tests (1)
System\Windows\Forms\Application.ComponentManagerTests.cs (1)
378void IMsoComponent.Interface.Terminate() => _mock.Terminate();
3 references to Terminate
System.Windows.Forms.Primitives (2)
Microsoft\Office\IMsoComponent.cs (2)
96=> UnwrapAndInvoke<IMsoComponent, Interface>(@this, o => o.Terminate()); 211/// <inheritdoc cref="Interface.Terminate()"/>
System.Windows.Forms.Tests (1)
System\Windows\Forms\Application.ComponentManagerTests.cs (1)
378void IMsoComponent.Interface.Terminate() => _mock.Terminate();