6 references to DsObject
PresentationUI (6)
MS\Internal\Documents\Application\NativeDirectoryServicesQueryAPIs.cs (1)
160
public
DsObject
[] aObjects;
MS\Internal\Documents\PeoplePickerWrapper.cs (5)
413
UnsafeNativeMethods.
DsObject
dsObject = GetDsObjectForIndex(index);
436
private UnsafeNativeMethods.
DsObject
GetDsObjectForIndex(int index)
456
UnsafeNativeMethods.
DsObject
dsObject = Marshal.PtrToStructure<UnsafeNativeMethods.
DsObject
>(offset);
525
Marshal.SizeOf(typeof(UnsafeNativeMethods.
DsObject
));