8 usages of Guid 00000000-0000-0000-C000-000000000046
mscorlib (1)
system\runtime\interopservices\marshal.cs (1)
64private static Guid IID_IUnknown = new Guid("00000000-0000-0000-C000-000000000046");
PresentationFramework (2)
src\Framework\MS\Internal\AppModel\ComGuids.cs (1)
42public const string Unknown = "00000000-0000-0000-C000-000000000046";
src\Framework\System\Windows\Standard\ComGuids.cs (1)
42public const string Unknown = "00000000-0000-0000-C000-000000000046";
System.Management (1)
Instrumentation\EventSource.cs (1)
45Guid IID_IUnknown = new Guid("00000000-0000-0000-C000-000000000046");
System.Messaging (1)
System\Messaging\Interop\NativeMethods.cs (1)
99public static Guid IID_IUnknown = new Guid("{00000000-0000-0000-C000-000000000046}");
System.ServiceModel (1)
System\ServiceModel\ComIntegration\ComPlusInstanceProvider.cs (1)
24static readonly Guid IID_IUnknown = new Guid("00000000-0000-0000-C000-000000000046");
System.Windows.Forms (1)
winforms\Managed\System\WinForms\NativeMethods.cs (1)
5996public static Guid IID_IUnknown = new Guid("{00000000-0000-0000-C000-000000000046}");
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\CompileXomlTask.cs (1)
56private static readonly Guid IID_IUnknown = new Guid("{00000000-0000-0000-C000-000000000046}");