2 implementations of QueryService
System.Windows.Forms (1)
System\Windows\Forms\Application.ComponentManager.cs (1)
39unsafe HRESULT IMsoComponentManager.Interface.QueryService(
System.Windows.Forms.Primitives (1)
Microsoft\Office\IMsoComponentManager.NativeAdapter.cs (1)
22HRESULT Interface.QueryService(Guid* guidService, Guid* iid, void** ppvObj)
4 references to QueryService
System.Windows.Forms.Primitives (2)
Microsoft\Office\IMsoComponentManager.cs (2)
57/// <inheritdoc cref="Interface.QueryService(Guid*, Guid*, void**)"/> 489/// delegate <see cref="QueryService" /> calls to. Can be null.
System.Windows.Forms.Tests (2)
System\Windows\Forms\Application.ComponentManagerTests.cs (2)
32Assert.Equal(HRESULT.E_NOINTERFACE, manager.QueryService(null, null, null)); 36Assert.Equal(HRESULT.E_NOINTERFACE, manager.QueryService(null, null, &obj));