2 instantiations of tagDBPROPSET
System.Data (2)
fx\src\data\System\Data\OleDb\DBPropSet.cs (2)
163tagDBPROPSET propset = new tagDBPROPSET(); 204tagDBPROPSET propset = new tagDBPROPSET(properties.Length, propertySet);
4 references to tagDBPROPSET
System.Data (4)
fx\src\data\System\Data\OleDb\DBPropSet.cs (2)
163tagDBPROPSET propset = new tagDBPROPSET(); 204tagDBPROPSET propset = new tagDBPROPSET(properties.Length, propertySet);
fx\src\data\System\Data\OleDb\OLEDB_Util.cs (2)
509static internal readonly int SizeOf_tagDBPROPSET = Marshal.SizeOf(typeof(tagDBPROPSET)); 519static internal readonly int OffsetOf_tagDBPROPSET_Properties = Marshal.OffsetOf(typeof(tagDBPROPSET), "rgProperties").ToInt32();