3 references to CustomQueryInterfaceMode
mscorlib (3)
system\Runtime\InteropServices\ComEventsSink.cs (1)
244ppv = Marshal.GetComInterfaceForObject(this, typeof(NativeMethods.IDispatch), CustomQueryInterfaceMode.Ignore);
system\runtime\interopservices\marshal.cs (2)
1767public static IntPtr /* IUnknown* */ GetComInterfaceForObject(Object o, Type T, CustomQueryInterfaceMode mode) 1769bool bEnableCustomizedQueryInterface = ((mode == CustomQueryInterfaceMode.Allow) ? true : false);