15 references to IAdsPropertyList
System.DirectoryServices (15)
System\DirectoryServices\DirectoryEntry.cs (4)
1082if (!(NativeObject is UnsafeNativeMethods.IAdsPropertyList)) 1085UnsafeNativeMethods.IAdsPropertyList list = (UnsafeNativeMethods.IAdsPropertyList)NativeObject; 1150((UnsafeNativeMethods.IAdsPropertyList)NativeObject).PutPropertyItem(newSDEntry);
System\DirectoryServices\PropertyCollection.cs (11)
54if (!(_entry.AdsObject is UnsafeNativeMethods.IAdsPropertyList)) 59UnsafeNativeMethods.IAdsPropertyList propList = (UnsafeNativeMethods.IAdsPropertyList)_entry.AdsObject; 102if (!(_entry.AdsObject is UnsafeNativeMethods.IAdsPropertyList)) 111_ = (UnsafeNativeMethods.IAdsPropertyList)entryToUse.AdsObject; 224hr = ((UnsafeNativeMethods.IAdsPropertyList)_entry.AdsObject).Next(out prop); 249((UnsafeNativeMethods.IAdsPropertyList)_entry.AdsObject).Reset(); 317UnsafeNativeMethods.IAdsPropertyList propList = (UnsafeNativeMethods.IAdsPropertyList)propCollection._entry.AdsObject; 347UnsafeNativeMethods.IAdsPropertyList propList = (UnsafeNativeMethods.IAdsPropertyList)propCollection._entry.AdsObject;