4 references to SizeOf_tagDBPROPSET
System.Data.OleDb (4)
DbPropSet.cs (4)
27nuint countOfBytes = (nuint)(propertysetCount * ODB.SizeOf_tagDBPROPSET); 137for (int i = 0, offset = 0; i < count; ++i, offset += ODB.SizeOf_tagDBPROPSET) 189IntPtr propertySetPtr = ADP.IntPtrOffset(DangerousGetHandle(), index * ODB.SizeOf_tagDBPROPSET); 238IntPtr propsetPtr = ADP.IntPtrOffset(DangerousGetHandle(), index * ODB.SizeOf_tagDBPROPSET);