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