4 references to PropertyIDSetSize
System.Data (4)
fx\src\data\System\Data\OleDb\PropertyIDSet.cs (4)
35IntPtr ptr = ADP.IntPtrOffset(base.handle, PropertyIDSetSize); 44Marshal.WriteInt32(base.handle, PropertyIDSetSize, propertyID); 48internal PropertyIDSet(Guid[] propertySets) : base(PropertyIDSetSize * propertySets.Length) { 51IntPtr ptr = ADP.IntPtrOffset(base.handle, (i * PropertyIDSetSize) + ODB.OffsetOf_tagDBPROPIDSET_PropertySet);