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