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