3 references to InGlobalCatalog
System.DirectoryServices (3)
System\DirectoryServices\ActiveDirectory\ActiveDirectorySchema.cs (2)
329if ((type & (~(PropertyTypes.Indexed | PropertyTypes.InGlobalCatalog))) != 0) 352if (((int)type & (int)PropertyTypes.InGlobalCatalog) != 0)
System\DirectoryServices\ActiveDirectory\GlobalCatalog.cs (1)
243return _schema.FindAllProperties(PropertyTypes.InGlobalCatalog);