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