7 references to IAdsPropertyEntry
System.DirectoryServices (7)
System\DirectoryServices\DirectoryEntry.cs (4)
1087UnsafeNativeMethods.IAdsPropertyEntry propertyEntry = (UnsafeNativeMethods.IAdsPropertyEntry)list.GetPropertyItem(SecurityDescriptorProperty, (int)AdsType.ADSTYPE_OCTET_STRING); 1143UnsafeNativeMethods.IAdsPropertyEntry newSDEntry = (UnsafeNativeMethods.IAdsPropertyEntry)new UnsafeNativeMethods.PropertyEntry();
System\DirectoryServices\PropertyCollection.cs (3)
234_currentPropName = ((UnsafeNativeMethods.IAdsPropertyEntry)prop).Name; 318return propCollection[((UnsafeNativeMethods.IAdsPropertyEntry)propList.Item(CurrentIndex)).Name]; 349return ((UnsafeNativeMethods.IAdsPropertyEntry)propList.Item(CurrentIndex)).Name;