1 write to propCollection
System.DirectoryServices (1)
System\DirectoryServices\PropertyCollection.cs (1)
300
this.
propCollection
= propCollection;
4 references to propCollection
System.DirectoryServices (4)
System\DirectoryServices\PropertyCollection.cs (4)
317
UnsafeNativeMethods.IAdsPropertyList propList = (UnsafeNativeMethods.IAdsPropertyList)
propCollection
._entry.AdsObject;
318
return
propCollection
[((UnsafeNativeMethods.IAdsPropertyEntry)propList.Item(CurrentIndex)).Name];
325
if (_currentIndex >=
propCollection
.Count)
347
UnsafeNativeMethods.IAdsPropertyList propList = (UnsafeNativeMethods.IAdsPropertyList)
propCollection
._entry.AdsObject;