6 references to IAdsContainer
System.DirectoryServices (6)
System\DirectoryServices\DirectoryEntry.cs (4)
184
internal UnsafeNativeMethods.
IAdsContainer
ContainerObject
189
return (UnsafeNativeMethods.
IAdsContainer
)_adsObject;
246
return _adsObject is UnsafeNativeMethods.
IAdsContainer
;
872
if (!(newParent.AdsObject is UnsafeNativeMethods.
IAdsContainer
))
System\DirectoryServices\SchemaNameCollection.cs (2)
216
private readonly UnsafeNativeMethods.
IAdsContainer
_obj;
217
internal FilterDelegateWrapper(UnsafeNativeMethods.
IAdsContainer
wrapped)