2 references to IDispatch
System.Data (2)
fx\src\data\System\Data\OleDb\OLEDB_Enum.cs (2)
175static private readonly NativeDBType D_IDispatch = new NativeDBType(0xff, ADP.PtrSize, true, false, OleDbType.IDispatch, NativeDBType.IDISPATCH, S_IDISPATCH, typeof(System.Object), NativeDBType.IDISPATCH, DbType.Object ); // 17 - integer4 (pointer) 258case OleDbType.IDispatch: return D_IDispatch; // 9