2 implementations of QueryService
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Application.cs (1)
1706
int UnsafeNativeMethods.IMsoComponentManager.
QueryService
(
winforms\Managed\System\WinForms\ComponentManagerBroker.cs (1)
415
int UnsafeNativeMethods.IMsoComponentManager.
QueryService
(ref Guid guidService, ref Guid iid, out object ppvObj) {
1 reference to QueryService
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ComponentManagerBroker.cs (1)
416
return _original.
QueryService
(ref guidService, ref iid, out ppvObj);