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