6 references to GetPropertyValuesRecursively
System.DirectoryServices (6)
System\DirectoryServices\ActiveDirectory\ActiveDirectorySchemaClass.cs (6)
731
_mandatoryProperties = new ActiveDirectorySchemaPropertyCollection(_context, this, true /* isBound */, PropertyManager.MustContain, GetProperties(
GetPropertyValuesRecursively
(propertyNames)));
808
foreach (string propertyName in
GetPropertyValuesRecursively
(propertyNames))
892
_auxiliaryClasses = new ActiveDirectorySchemaClassCollection(_context, this, true /* isBound */, PropertyManager.AuxiliaryClass, GetClasses(
GetPropertyValuesRecursively
(propertyNames)));
1414
foreach (string value in SubClassOf.
GetPropertyValuesRecursively
(propertyNames))
1428
foreach (string property in auxSchemaClass.
GetPropertyValuesRecursively
(propertyNames))
1439
foreach (string property in auxSchemaClass.
GetPropertyValuesRecursively
(propertyNames))