7 references to IDISPATCH
System.Data (7)
fx\src\data\System\Data\OleDb\ColumnBinding.cs (4)
272
case NativeDBType.
IDISPATCH
:
434
case NativeDBType.
IDISPATCH
:
902
Debug.Assert(NativeDBType.
IDISPATCH
== DbType, "Value_IDISPATCH");
923
Debug.Assert(NativeDBType.
IDISPATCH
== DbType, "Value_IDISPATCH");
fx\src\data\System\Data\OleDb\OLEDB_Enum.cs (3)
175
static 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)
375
case
IDISPATCH
: return D_IDispatch;