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